Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions connect-examples/oauth/ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

ruby '3.2.2'
gem 'square.rb', '~> 34.0.0.20231115 '
gem 'sinatra', '~> 3.1.0'
gem 'thin', '~> 1.8.0'
gem 'sinatra', '~> 4.2.1'
gem 'thin', '~> 2.0.1'
gem 'dotenv-rails', groups: [:development, :test]
166 changes: 109 additions & 57 deletions connect-examples/oauth/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7.6)
actionview (= 6.1.7.6)
activesupport (= 6.1.7.6)
rack (~> 2.0, >= 2.0.9)
actionpack (8.0.3)
actionview (= 8.0.3)
activesupport (= 8.0.3)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7.6)
activesupport (= 6.1.7.6)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (8.0.3)
activesupport (= 8.0.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (8.0.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
apimatic_core (0.3.1)
apimatic_core_interfaces (~> 0.2.0)
certifi (~> 2018.1, >= 2018.01.18)
Expand All @@ -38,17 +48,22 @@ GEM
faraday-net_http_persistent (~> 2.0)
faraday-retry (~> 2.0)
base64 (0.2.0)
builder (3.2.4)
benchmark (0.4.1)
bigdecimal (3.3.1)
builder (3.3.0)
certifi (2018.01.18)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
crass (1.0.6)
daemons (1.4.1)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
erubi (1.11.0)
date (3.4.1)
dotenv (3.1.8)
dotenv-rails (3.1.8)
dotenv (= 3.1.8)
railties (>= 6.1)
drb (2.2.3)
erb (5.0.3)
erubi (1.13.1)
eventmachine (1.2.7)
faraday (2.7.12)
base64
Expand All @@ -69,62 +84,99 @@ GEM
net-http-persistent (~> 4.0)
faraday-retry (2.2.0)
faraday (~> 2.0)
i18n (1.14.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json-pointer (0.0.1)
loofah (2.19.0)
logger (1.7.0)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.8.0)
minitest (5.19.0)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.9)
minitest (5.26.0)
multipart-post (2.3.0)
mustermann (3.0.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.13.8-x86_64-darwin)
nokogiri (1.18.10-x86_64-darwin)
racc (~> 1.4)
racc (1.6.0)
rack (2.2.4)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.0.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
psych (5.2.6)
date
stringio
racc (1.8.1)
rack (3.2.3)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rackup (2.2.1)
rack (>= 3)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (6.1.7.6)
actionpack (= 6.1.7.6)
activesupport (= 6.1.7.6)
method_source
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.0.3)
actionpack (= 8.0.3)
activesupport (= 8.0.3)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rake (13.3.0)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
reline (0.6.2)
io-console (~> 0.5)
ruby2_keywords (0.0.5)
sinatra (3.1.0)
securerandom (0.4.1)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.1.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
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)
thin (1.8.2)
stringio (3.1.7)
thin (2.0.1)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
tilt (2.3.0)
logger
rack (>= 1, < 4)
thor (1.4.0)
tilt (2.6.1)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.11)
uri (1.0.4)
useragent (0.16.11)
zeitwerk (2.7.3)
zlib (2.1.1)

PLATFORMS
Expand All @@ -133,9 +185,9 @@ PLATFORMS

DEPENDENCIES
dotenv-rails
sinatra (~> 3.1.0)
sinatra (~> 4.2.1)
square.rb (~> 34.0.0.20231115)
thin (~> 1.8.0)
thin (~> 2.0.1)

RUBY VERSION
ruby 3.2.2p53
Expand Down