Skip to content

Commit

Permalink
Bump activesupport and various dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
addersuk committed Jan 2, 2025
1 parent af488b1 commit 7e7a036
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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 @@ -12,13 +13,15 @@ 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)
airbrake-ruby (6.2.2)
rbtree3 (~> 0.6)
ast (2.4.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)
crack (1.0.0)
Expand All @@ -42,22 +45,22 @@ GEM
base64
language_server-protocol (3.17.0.3)
logger (1.6.4)
minitest (5.25.1)
minitest (5.25.4)
net-http (0.6.0)
uri
octokit (9.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
rbtree3 (0.7.1)
regexp_parser (2.9.2)
regexp_parser (2.10.0)
rexml (3.3.9)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -72,7 +75,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -82,21 +85,21 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand All @@ -105,15 +108,15 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
simplycop (2.5.1)
rubocop (= 1.66.1)
rubocop-ast (= 1.32.3)
securerandom (0.4.1)
simplycop (2.9.1)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-factory_bot (= 2.26.1)
rubocop-performance (= 1.22.1)
rubocop-rails (= 2.26.2)
rubocop-rspec (= 3.1.0)
rubocop-performance (= 1.23.0)
rubocop-rails (= 2.27.0)
rubocop-rspec (= 3.2.0)
rubocop-rspec_rails (= 2.30.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -141,4 +144,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.9
2.6.2

0 comments on commit 7e7a036

Please sign in to comment.