diff --git a/Gemfile.lock b/Gemfile.lock index b47ec27..7aa03f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: code_review_leaderboard (0.1.1) - activesupport (~> 7.1) + activesupport (>= 7.1, < 9.0) async (~> 2.8) faraday-retry (~> 2.2) octokit (>= 8.1, < 10.0) @@ -13,8 +13,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -24,6 +25,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) @@ -33,9 +35,10 @@ GEM io-event (~> 1.6, >= 1.6.5) awesome_print (1.9.2) base64 (0.2.0) - bigdecimal (3.1.8) + benchmark (0.4.0) + bigdecimal (3.1.9) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.0) console (1.29.0) fiber-annotation fiber-local (~> 1.1) @@ -62,7 +65,7 @@ GEM fiber-storage fiber-storage (1.0.0) hashdiff (1.1.2) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) io-event (1.7.4) @@ -72,8 +75,8 @@ GEM json (2.9.1) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - logger (1.6.1) - minitest (5.25.1) + logger (1.6.5) + minitest (5.25.4) net-http (0.4.1) uri octokit (9.2.0) @@ -130,7 +133,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.1) + securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) diff --git a/code_review_leaderboard.gemspec b/code_review_leaderboard.gemspec index eaa04a3..a41b967 100644 --- a/code_review_leaderboard.gemspec +++ b/code_review_leaderboard.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| spec.add_dependency "octokit", ">= 8.1", "< 10.0" spec.add_dependency "faraday-retry", "~> 2.2" - spec.add_dependency "activesupport", "~> 7.1" + spec.add_dependency "activesupport", ">= 7.1", "< 9.0" spec.add_dependency "async", "~> 2.8" # Progress