Skip to content

Commit 8c5d29c

Browse files
fix: 🚀 bundler: bump activesupport from 7.2.1 to 8.0.0.1 (#852)
1 parent e09be40 commit 8c5d29c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
ruby ">=2.6.10"
88

99
group :test do
10-
gem "activesupport", "< 8" # 7 requires Ruby 2.7
10+
gem "activesupport", "< 9" # 7 requires Ruby 2.7
1111
gem "rspec"
1212
gem "simplecov"
1313
end

Gemfile.lock

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.2.1)
4+
activesupport (8.0.0.1)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
78
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
@@ -12,8 +13,10 @@ GEM
1213
minitest (>= 5.1)
1314
securerandom (>= 0.3)
1415
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
1517
ast (2.4.2)
1618
base64 (0.2.0)
19+
benchmark (0.4.0)
1720
bigdecimal (3.1.8)
1821
code-scanning-rubocop (0.6.1)
1922
rubocop (~> 1.0)
@@ -127,13 +130,14 @@ GEM
127130
unicode-display_width (3.1.2)
128131
unicode-emoji (~> 4.0, >= 4.0.4)
129132
unicode-emoji (4.0.4)
133+
uri (1.0.2)
130134

131135
PLATFORMS
132136
x86_64-darwin-22
133137
x86_64-linux
134138

135139
DEPENDENCIES
136-
activesupport (< 8)
140+
activesupport (< 9)
137141
code-scanning-rubocop (~> 0.6.1)
138142
debug
139143
google-protobuf (~> 4.29.1)

0 commit comments

Comments
 (0)