Skip to content
Closed
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
40 changes: 25 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,14 @@ GEM
ed25519 (1.2.4)
erubi (1.11.0)
execjs (2.7.0)
faraday (0.15.4)
multipart-post (>= 1.2, < 3)
faraday (2.5.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
ffi (1.10.0)
globalid (1.0.0)
activesupport (>= 5.0)
hashie (3.6.0)
hashie (5.0.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jbuilder (2.6.4)
Expand All @@ -104,7 +106,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.1.0)
jwt (2.5.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -119,9 +121,8 @@ GEM
mini_portile2 (2.8.0)
minitest (5.16.3)
msgpack (1.3.3)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.10)
net-scp (2.0.0)
net-ssh (>= 2.6.5, < 6.0.0)
Expand All @@ -130,26 +131,30 @@ GEM
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (2.0.8)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.1.0)
hashie (>= 3.4.6)
rack (>= 2.2.3)
rack-protection
omniauth-google-oauth2 (0.6.1)
jwt (>= 2.0)
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.5)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.9)
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
rack-protection (2.2.2)
rack
rack-test (2.0.2)
rack (>= 1.3)
rails (5.2.8.1)
Expand Down Expand Up @@ -188,6 +193,7 @@ GEM
railties (>= 3.2)
tilt
redis (3.3.5)
ruby2_keywords (0.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -199,6 +205,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
snaky_hash (2.0.0)
hashie
version_gem (~> 1.1)
spring (1.7.2)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand All @@ -220,6 +229,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.0.4)
execjs (>= 0.3.0, < 3)
version_gem (1.1.0)
web-console (3.3.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down