Skip to content

Commit

Permalink
updating README and Gemfile to not lock the version
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmasterjobo committed Jul 30, 2024
1 parent 037d608 commit 3775581
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

ruby '3.2.2'
gem 'square.rb', '~> 34.0.0.20231115 '
gem 'square.rb', '~> REPLACE_ME '
gem 'sinatra', '~> 3.1.0'
gem 'thin', '~> 1.8.0'
gem 'dotenv-rails', groups: [:development, :test]
37 changes: 19 additions & 18 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
apimatic_core (0.3.1)
apimatic_core (0.3.9)
apimatic_core_interfaces (~> 0.2.0)
certifi (~> 2018.1, >= 2018.01.18)
faraday-multipart (~> 1.0)
json-pointer
nokogiri (~> 1.10, >= 1.10.10)
apimatic_core_interfaces (0.2.0)
apimatic_core_interfaces (0.2.1)
apimatic_faraday_client_adapter (0.1.4)
apimatic_core_interfaces (~> 0.2.0)
certifi (~> 2018.1, >= 2018.01.18)
Expand All @@ -37,7 +36,6 @@ GEM
faraday-multipart (~> 1.0)
faraday-net_http_persistent (~> 2.0)
faraday-retry (~> 2.0)
base64 (0.2.0)
builder (3.2.4)
certifi (2018.01.18)
concurrent-ruby (1.2.2)
Expand All @@ -50,37 +48,39 @@ GEM
railties (>= 3.2)
erubi (1.11.0)
eventmachine (1.2.7)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday (2.10.0)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-gzip (1.0.0)
faraday (>= 1.0)
zlib (~> 2.1)
faraday-http-cache (2.5.0)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
faraday-net_http (3.1.1)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
faraday-retry (2.2.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json-pointer (0.0.1)
logger (1.6.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.19.0)
multipart-post (2.3.0)
multipart-post (2.4.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.13.8)
Expand Down Expand Up @@ -112,10 +112,10 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
tilt (~> 2.0)
square.rb (34.0.0.20231115)
apimatic_core (~> 0.3.0)
apimatic_core_interfaces (~> 0.2.0)
apimatic_faraday_client_adapter (~> 0.1.0)
square.rb (38.1.1.20240717)
apimatic_core (~> 0.3.9)
apimatic_core_interfaces (~> 0.2.1)
apimatic_faraday_client_adapter (~> 0.1.4)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
Expand All @@ -124,6 +124,7 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (0.13.0)
zeitwerk (2.6.11)
zlib (2.1.1)

Expand All @@ -134,7 +135,7 @@ PLATFORMS
DEPENDENCIES
dotenv-rails
sinatra (~> 3.1.0)
square.rb (~> 34.0.0.20231115)
square.rb (~> 38.1.1.20240717)
thin (~> 1.8.0)

RUBY VERSION
Expand Down
1 change: 1 addition & 0 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ For more information, see [OAuth Overview](https://developer.squareup.com/docs/o
## Setup

### Install Square SDK and Sinatra
First, edit the `Gemfile` to insert your desired Ruby SDK version. Latest version can be found [here](https://developer.squareup.com/docs/sdks/ruby)

This application requires gems for the Sinatra web framework and Square Connect. Install them with `bundle install`

Expand Down

0 comments on commit 3775581

Please sign in to comment.