Skip to content

Commit

Permalink
update gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jvigne committed Oct 19, 2020
1 parent f2b3d30 commit 3010362
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
PATH
remote: .
specs:
ad_localize (3.6.0)
ad_localize (4.0.0)
activesupport (>= 5.2, < 7.0)
colorize (~> 0.8)
google-api-client (~> 0.34)
googleauth (~> 0.12)
mime-types (~> 3.3)
nokogiri (~> 1.10)

GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.2)
activesupport (6.0.3.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -23,32 +24,35 @@ GEM
builder (3.2.4)
byebug (11.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.6)
declarative (0.0.10)
concurrent-ruby (1.1.7)
declarative (0.0.20)
declarative-option (0.1.0)
diffy (3.3.0)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
google-api-client (0.39.5)
google-api-client (0.44.1)
addressable (~> 2.5, >= 2.5.1)
googleauth (~> 0.9)
httpclient (>= 2.8.1, < 3.0)
mini_mime (~> 1.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
signet (~> 0.12)
googleauth (0.12.0)
googleauth (0.13.1)
faraday (>= 0.17.3, < 2.0)
jwt (>= 1.4, < 3.0)
memoist (~> 0.16)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.14)
httpclient (2.8.3)
i18n (1.8.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jwt (2.2.1)
jwt (2.2.2)
memoist (0.16.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
Expand All @@ -61,8 +65,8 @@ GEM
multipart-post (2.1.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
os (1.1.0)
public_suffix (4.0.5)
os (1.1.1)
public_suffix (4.0.6)
rake (12.3.3)
representable (3.0.4)
declarative (< 0.1.0)
Expand All @@ -79,7 +83,7 @@ GEM
tzinfo (1.2.7)
thread_safe (~> 0.1)
uber (0.1.0)
zeitwerk (2.3.1)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand Down

0 comments on commit 3010362

Please sign in to comment.