2 files changed +15
-13
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.4'
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.6'
27
27
gem 'rubocop' , '~> 1.74.0' , 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.2 )
5
+ activesupport (= 8.0.2 )
6
+ activerecord (8.0.2 )
7
+ activemodel (= 8.0.2 )
8
+ activesupport (= 8.0.2 )
9
9
timeout (>= 0.4.0 )
10
- activesupport (7.2.2.1 )
10
+ activesupport (8.0.2 )
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 )
34
35
io-endpoint
35
36
base64 (0.2.0 )
36
37
benchmark (0.4.0 )
37
- bigdecimal (3.1.8 )
38
+ bigdecimal (3.1.9 )
38
39
browserstack-local (1.4.3 )
39
40
byebug (11.1.3 )
40
41
capybara (3.40.0 )
47
48
regexp_parser (>= 1.5 , < 3.0 )
48
49
xpath (~> 3.2 )
49
50
coderay (1.1.3 )
50
- concurrent-ruby (1.3.4 )
51
- connection_pool (2.4.1 )
51
+ concurrent-ruby (1.3.5 )
52
+ connection_pool (2.5.0 )
52
53
console (1.29.2 )
53
54
fiber-annotation
54
55
fiber-local (~> 1.1 )
77
78
http-cookie (1.0.8 )
78
79
domain_name (~> 0.5 )
79
80
http_parser.rb (0.8.0 )
80
- i18n (1.14.6 )
81
+ i18n (1.14.7 )
81
82
concurrent-ruby (~> 1.0 )
82
83
io-console (0.8.0 )
83
84
io-endpoint (0.15.1 )
98
99
mime-types-data (~> 3.2015 )
99
100
mime-types-data (3.2025.0304 )
100
101
mini_mime (1.1.5 )
101
- minitest (5.25.4 )
102
+ minitest (5.25.5 )
102
103
mojo_magick (0.6.8 )
103
104
msfrpc-client (1.1.2 )
104
105
msgpack (~> 1 )
243
244
unicode-display_width (3.1.4 )
244
245
unicode-emoji (~> 4.0 , >= 4.0.4 )
245
246
unicode-emoji (4.0.4 )
247
+ uri (1.0.3 )
246
248
webrick (1.9.1 )
247
249
websocket (1.2.11 )
248
250
websocket-client-simple (0.6.1 )
@@ -257,7 +259,7 @@ PLATFORMS
257
259
x86_64-linux
258
260
259
261
DEPENDENCIES
260
- activerecord (~> 7.2 )
262
+ activerecord (~> 8.0 )
261
263
ansi (~> 1.5 )
262
264
async (~> 1.32 )
263
265
async-dns (~> 1.4 )
0 commit comments