diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index f55e162..36dbf85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,9 +87,18 @@ GEM debug (1.8.0) irb (>= 1.5.0) reline (>= 0.3.1) + dotenv (2.8.1) + dotenv-rails (2.8.1) + dotenv (= 2.8.1) + railties (>= 3.2) erubi (1.12.0) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) globalid (1.1.0) activesupport (>= 5.0) + hashie (5.0.0) i18n (1.14.1) concurrent-ruby (~> 1.0) importmap-rails (1.2.1) @@ -101,6 +110,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) + jwt (2.7.1) loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -115,6 +125,7 @@ GEM mini_mime (1.1.2) minitest (5.18.1) msgpack (1.7.1) + multi_xml (0.6.0) net-imap (0.3.6) date net-protocol @@ -127,11 +138,33 @@ GEM nio4r (2.5.9) nokogiri (1.15.3-x86_64-darwin) racc (~> 1.4) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) + multi_xml (~> 0.5) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.1) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-auth0 (3.1.0) + omniauth (~> 2) + omniauth-oauth2 (~> 1) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + omniauth-rails_csrf_protection (1.0.1) + actionpack (>= 4.2) + omniauth (~> 2.0) public_suffix (5.0.1) puma (5.6.6) nio4r (~> 2.0) racc (1.7.1) rack (2.2.7) + rack-protection (3.0.6) + rack rack-test (2.1.0) rack (>= 1.3) rails (7.0.6) @@ -167,11 +200,15 @@ GEM reline (0.3.6) io-console (~> 0.5) rexml (3.2.5) + ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.10.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) sprockets (4.2.0) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -190,6 +227,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) + version_gem (1.1.3) web-console (4.2.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -214,8 +252,11 @@ DEPENDENCIES bootsnap capybara debug + dotenv-rails (~> 2.8) importmap-rails jbuilder + omniauth-auth0 (~> 3.1) + omniauth-rails_csrf_protection (~> 1.0, >= 1.0.1) puma (~> 5.0) rails (~> 7.0.6) selenium-webdriver |
