diff --git a/Gemfile.lock b/Gemfile.lock index 342cfde4..9904b885 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,13 @@ GEM specs: addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - capybara (3.33.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) diff-lcs (1.3) dotenv (2.7.6) @@ -19,14 +19,15 @@ GEM hashie (4.1.0) jwt (2.2.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) oauth2 (1.4.3) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) @@ -45,7 +46,8 @@ GEM omniauth-oauth2 (1.6.0) oauth2 (~> 1.1) omniauth (~> 1.9) - public_suffix (4.0.5) + public_suffix (4.0.6) + racc (1.5.2) rack (2.2.3) rack-protection (2.0.8.1) rack @@ -53,7 +55,7 @@ GEM rack (>= 1.0, < 3) rake (13.0.1) rdiscount (2.2.0.2) - regexp_parser (1.7.1) + regexp_parser (2.0.3) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0)