diff --git a/Gemfile.lock b/Gemfile.lock index 78ffb11..7c72348 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ PATH wall-e (0.1.0) debride (~> 1.12) faraday-retry + flay (~> 2.13) flog (~> 4.8) octokit (~> 9.0) railties (>= 7.0) @@ -41,7 +42,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ast (2.4.3) base64 (0.3.0) @@ -55,6 +56,7 @@ GEM path_expander (~> 2.0) prism (~> 1.7) sexp_processor (~> 4.17) + diff-lcs (1.6.2) drb (2.2.3) erb (6.0.2) erubi (1.13.1) @@ -69,6 +71,11 @@ GEM net-http (~> 0.5) faraday-retry (2.4.0) faraday (~> 2.0) + flay (2.14.3) + erubi (~> 1.10) + path_expander (~> 2.0) + prism (~> 1.7) + sexp_processor (~> 4.0) flog (4.9.4) path_expander (~> 2.0) prism (~> 1.7) @@ -94,7 +101,9 @@ GEM multipart-post (2.4.1) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.19.1-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) octokit (9.2.0) faraday (>= 1, < 3) @@ -111,7 +120,7 @@ GEM psych (5.3.1) date stringio - public_suffix (7.0.5) + public_suffix (6.0.2) racc (1.8.1) rack (3.2.5) rack-session (2.1.1) @@ -146,6 +155,19 @@ GEM regexp_parser (2.11.3) reline (0.6.3) io-console (~> 0.5) + rspec (3.13.2) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.6) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.5) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.8) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.7) rubocop (1.84.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -200,9 +222,11 @@ GEM PLATFORMS x86_64-darwin + x86_64-linux DEPENDENCIES rake + rspec standard wall-e!