diff --git a/Gemfile b/Gemfile index 6bd480a3..ddaf2f60 100644 --- a/Gemfile +++ b/Gemfile @@ -2,10 +2,12 @@ source 'https://rubygems.org' -ruby '>= 3.1', '< 3.4' +ruby '>= 3.2', '< 3.4' group :test, :development do gem 'heroku_hatchet' + # Work around https://github.com/excon/excon/issues/860 + gem 'logger' gem 'parallel_split_test' gem 'rspec-core' gem 'rspec-expectations' diff --git a/Gemfile.lock b/Gemfile.lock index 126b0f21..0d99cf2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM base64 (0.2.0) diff-lcs (1.5.1) erubis (2.7.0) - excon (0.111.0) + excon (0.112.0) heroics (0.1.3) base64 erubis (~> 2.0) @@ -21,6 +21,7 @@ GEM threaded (~> 0) json (2.7.2) language_server-protocol (3.17.0.3) + logger (1.6.1) moneta (1.0.0) multi_json (1.15.0) parallel (1.26.3) @@ -39,7 +40,7 @@ GEM rate_throttle_client (0.1.2) regexp_parser (2.9.2) rrrretry (1.0.0) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -47,7 +48,7 @@ GEM rspec-retry (0.6.2) rspec-core (> 3.3) rspec-support (3.13.1) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -65,13 +66,14 @@ GEM thor (1.3.2) threaded (0.0.4) unicode-display_width (2.6.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby DEPENDENCIES heroku_hatchet + logger parallel_split_test rspec-core rspec-expectations