File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source "https://rubygems.org"
7
7
ruby ">=2.6.10"
8
8
9
9
group :test do
10
- gem "activesupport" , "< 8 " # 7 requires Ruby 2.7
10
+ gem "activesupport" , "< 9 " # 7 requires Ruby 2.7
11
11
gem "rspec"
12
12
gem "simplecov"
13
13
end
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (7.2 .1 )
4
+ activesupport (8.0.0 .1 )
5
5
base64
6
+ benchmark (>= 0.3 )
6
7
bigdecimal
7
8
concurrent-ruby (~> 1.0 , >= 1.3.1 )
8
9
connection_pool (>= 2.2.5 )
12
13
minitest (>= 5.1 )
13
14
securerandom (>= 0.3 )
14
15
tzinfo (~> 2.0 , >= 2.0.5 )
16
+ uri (>= 0.13.1 )
15
17
ast (2.4.2 )
16
18
base64 (0.2.0 )
19
+ benchmark (0.4.0 )
17
20
bigdecimal (3.1.8 )
18
21
code-scanning-rubocop (0.6.1 )
19
22
rubocop (~> 1.0 )
@@ -127,13 +130,14 @@ GEM
127
130
unicode-display_width (3.1.2 )
128
131
unicode-emoji (~> 4.0 , >= 4.0.4 )
129
132
unicode-emoji (4.0.4 )
133
+ uri (1.0.2 )
130
134
131
135
PLATFORMS
132
136
x86_64-darwin-22
133
137
x86_64-linux
134
138
135
139
DEPENDENCIES
136
- activesupport (< 8 )
140
+ activesupport (< 9 )
137
141
code-scanning-rubocop (~> 0.6.1 )
138
142
debug
139
143
google-protobuf (~> 4.29.1 )
You can’t perform that action at this time.
0 commit comments