Skip to content

Commit

Permalink
chore(deps): update activesupport requirement from ~> 7.1 to >= 7.1, …
Browse files Browse the repository at this point in the history
…< 9.0

Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.2.1...v8.0.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 6688595 commit af4d738
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion code_review_leaderboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af4d738

Please sign in to comment.