File tree Expand file tree Collapse file tree 2 files changed +29
-17
lines changed Expand file tree Collapse file tree 2 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'activerecord' , '>= 4.2.5 ' , '< 6 ' , require : false
3
+ gem 'activerecord' , '>= 8.0.0 ' , '< 9 ' , require : false
4
4
gem 'rake' , require : false
5
5
6
6
group :development do
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activemodel (5.2.8.1 )
5
- activesupport (= 5.2.8.1 )
6
- activerecord (5.2.8.1 )
7
- activemodel (= 5.2.8.1 )
8
- activesupport (= 5.2.8.1 )
9
- arel (>= 9.0 )
10
- activesupport (5.2.8.1 )
11
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
12
- i18n (>= 0.7 , < 2 )
13
- minitest (~> 5.1 )
14
- tzinfo (~> 1.1 )
4
+ activemodel (8.0.2 )
5
+ activesupport (= 8.0.2 )
6
+ activerecord (8.0.2 )
7
+ activemodel (= 8.0.2 )
8
+ activesupport (= 8.0.2 )
9
+ timeout (>= 0.4.0 )
10
+ activesupport (8.0.2 )
11
+ base64
12
+ benchmark (>= 0.3 )
13
+ bigdecimal
14
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
15
+ connection_pool (>= 2.2.5 )
16
+ drb
17
+ i18n (>= 1.6 , < 2 )
18
+ logger (>= 1.4.2 )
19
+ minitest (>= 5.1 )
20
+ securerandom (>= 0.3 )
21
+ tzinfo (~> 2.0 , >= 2.0.5 )
22
+ uri (>= 0.13.1 )
15
23
addressable (2.8.7 )
16
24
public_suffix (>= 2.0.2 , < 7.0 )
17
- arel (9.0.0 )
18
25
ast (2.4.3 )
19
26
base64 (0.3.0 )
27
+ benchmark (0.4.1 )
20
28
bigdecimal (3.2.1 )
21
29
bump (0.10.0 )
22
30
byebug (12.0.0 )
26
34
simplecov
27
35
coderay (1.1.3 )
28
36
concurrent-ruby (1.3.5 )
37
+ connection_pool (2.5.3 )
29
38
coveralls (0.8.23 )
30
39
json (>= 1.8 , < 3 )
31
40
simplecov (~> 0.16.1 )
34
43
tins (~> 1.6 )
35
44
diff-lcs (1.6.2 )
36
45
docile (1.4.1 )
46
+ drb (2.2.3 )
37
47
faraday (2.7.12 )
38
48
base64
39
49
faraday-net_http (>= 2.0 , < 3.1 )
166
176
rubocop-factory_bot (~> 2.22 )
167
177
ruby-progressbar (1.13.0 )
168
178
ruby2_keywords (0.0.5 )
179
+ securerandom (0.4.1 )
169
180
shellany (0.0.1 )
170
181
simplecov (0.16.1 )
171
182
docile (~> 1.1 )
177
188
tins (~> 1.0 )
178
189
terminal-notifier-guard (1.7.0 )
179
190
thor (1.3.2 )
180
- thread_safe (0.3.6 )
191
+ timeout (0.4.3 )
181
192
tins (1.38.0 )
182
193
bigdecimal
183
194
sync
188
199
json_pure (~> 2.6.3 )
189
200
launchy (~> 2.5.2 )
190
201
pusher-client (~> 0.6.2 )
191
- tzinfo (1.2.11 )
192
- thread_safe (~> 0.1 )
202
+ tzinfo (2.0.6 )
203
+ concurrent-ruby (~> 1.0 )
193
204
unicode-display_width (2.6.0 )
205
+ uri (1.0.3 )
194
206
websocket (1.2.11 )
195
207
yard (0.9.37 )
196
208
@@ -208,7 +220,7 @@ PLATFORMS
208
220
x86_64-linux-musl
209
221
210
222
DEPENDENCIES
211
- activerecord (>= 4.2.5 , < 6 )
223
+ activerecord (>= 8.0.0 , < 9 )
212
224
bump
213
225
byebug
214
226
codeclimate-test-reporter
You can’t perform that action at this time.
0 commit comments