Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update activesupport requirement from ~> 7.1 to >= 7.1, < 9.0 #46

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading