Skip to content
Open
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
45 changes: 33 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,31 @@ PATH
databasedotcom-oauth2 (0.0.5)
addressable
databasedotcom
gibberish
hashie
oauth2

GEM
remote: http://rubygems.org/
specs:
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.2.8)
concurrent-ruby (1.1.6)
crack (0.3.1)
databasedotcom (1.3.0)
databasedotcom (1.3.5)
activesupport
json
multipart-post (~> 1.1)
multipart-post (~> 2.0.0)
diff-lcs (1.1.3)
faraday (0.8.1)
multipart-post (~> 1.1)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.0.11)
gibberish (2.1.1)
growl (1.0.3)
guard (1.1.1)
listen (>= 0.4.2)
Expand All @@ -27,19 +38,25 @@ GEM
guard (>= 0.2.2)
guard-rspec (1.0.0)
guard (>= 1.1)
httpauth (0.1)
json (1.7.3)
hashie (4.1.0)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
json (2.3.1)
jwt (2.2.1)
listen (0.4.4)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
minitest (5.14.1)
multi_json (1.3.6)
multipart-post (1.1.5)
oauth2 (0.7.1)
faraday (~> 0.8)
httpauth (~> 0.1)
multi_json (~> 1.0)
rack (~> 1.4)
multi_xml (0.6.0)
multipart-post (2.0.0)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rack (1.4.1)
rack-test (0.6.1)
rack (>= 1.0)
Expand All @@ -61,9 +78,13 @@ GEM
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
thor (0.15.2)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
webmock (1.8.7)
addressable (>= 2.2.7)
crack (>= 0.1.7)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand Down