File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
21
21
gem 'rubyzip' , '~> 2.3'
22
22
gem 'espeak-ruby' , '~> 1.1.0' # Text-to-Voice
23
23
gem 'rake' , '~> 13.2'
24
- gem 'activerecord' , '~> 7.2 '
24
+ gem 'activerecord' , '~> 8.0 '
25
25
gem 'otr-activerecord' , '~> 2.5.0'
26
26
gem 'sqlite3' , '~> 2.4'
27
27
gem 'rubocop' , '~> 1.69.2' , require : false
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activemodel (7.2.2 .1 )
5
- activesupport (= 7.2.2 .1 )
6
- activerecord (7.2.2 .1 )
7
- activemodel (= 7.2.2 .1 )
8
- activesupport (= 7.2.2 .1 )
4
+ activemodel (8.0 .1 )
5
+ activesupport (= 8.0 .1 )
6
+ activerecord (8.0 .1 )
7
+ activemodel (= 8.0 .1 )
8
+ activesupport (= 8.0 .1 )
9
9
timeout (>= 0.4.0 )
10
- activesupport (7.2.2 .1 )
10
+ activesupport (8.0 .1 )
11
11
base64
12
12
benchmark (>= 0.3 )
13
13
bigdecimal
19
19
minitest (>= 5.1 )
20
20
securerandom (>= 0.3 )
21
21
tzinfo (~> 2.0 , >= 2.0.5 )
22
+ uri (>= 0.13.1 )
22
23
addressable (2.8.7 )
23
24
public_suffix (>= 2.0.2 , < 7.0 )
24
25
ansi (1.5.0 )
35
36
async
36
37
base64 (0.2.0 )
37
38
benchmark (0.4.0 )
38
- bigdecimal (3.1.8 )
39
+ bigdecimal (3.1.9 )
39
40
browserstack-local (1.4.3 )
40
41
byebug (11.1.3 )
41
42
capybara (3.40.0 )
237
238
unicode-display_width (3.1.2 )
238
239
unicode-emoji (~> 4.0 , >= 4.0.4 )
239
240
unicode-emoji (4.0.4 )
241
+ uri (1.0.2 )
240
242
webrick (1.9.1 )
241
243
websocket (1.2.11 )
242
244
websocket-client-simple (0.6.1 )
@@ -251,7 +253,7 @@ PLATFORMS
251
253
x86_64-linux
252
254
253
255
DEPENDENCIES
254
- activerecord (~> 7.2 )
256
+ activerecord (~> 8.0 )
255
257
ansi (~> 1.5 )
256
258
async (~> 1.32 )
257
259
async-dns (~> 1.3 )
You can’t perform that action at this time.
0 commit comments