File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
2121gem 'rubyzip' , '~> 2.4'
2222gem 'espeak-ruby' , '~> 1.1.0' # Text-to-Voice
2323gem 'rake' , '~> 13.2'
24- gem 'activerecord' , '~> 7.2 '
24+ gem 'activerecord' , '~> 8.0 '
2525gem 'otr-activerecord' , '~> 2.5.0'
2626gem 'sqlite3' , '~> 2.6'
2727gem 'rubocop' , '~> 1.75.1' , require : false
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 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 )
99 timeout (>= 0.4.0 )
10- activesupport (7.2.2.1 )
10+ activesupport (8.0.2 )
1111 base64
1212 benchmark (>= 0.3 )
1313 bigdecimal
1919 minitest (>= 5.1 )
2020 securerandom (>= 0.3 )
2121 tzinfo (~> 2.0 , >= 2.0.5 )
22+ uri (>= 0.13.1 )
2223 addressable (2.8.7 )
2324 public_suffix (>= 2.0.2 , < 7.0 )
2425 ansi (1.5.0 )
3435 io-endpoint
3536 base64 (0.2.0 )
3637 benchmark (0.4.0 )
37- bigdecimal (3.1.8 )
38+ bigdecimal (3.1.9 )
3839 browserstack-local (1.4.3 )
3940 byebug (11.1.3 )
4041 capybara (3.40.0 )
4748 regexp_parser (>= 1.5 , < 3.0 )
4849 xpath (~> 3.2 )
4950 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 )
5253 console (1.29.2 )
5354 fiber-annotation
5455 fiber-local (~> 1.1 )
7778 http-cookie (1.0.8 )
7879 domain_name (~> 0.5 )
7980 http_parser.rb (0.8.0 )
80- i18n (1.14.6 )
81+ i18n (1.14.7 )
8182 concurrent-ruby (~> 1.0 )
8283 io-console (0.8.0 )
8384 io-endpoint (0.15.1 )
8990 json (2.10.2 )
9091 language_server-protocol (3.17.0.4 )
9192 lint_roller (1.1.0 )
92- logger (1.6.6 )
93+ logger (1.7.0 )
9394 matrix (0.4.2 )
9495 maxmind-db (1.2.0 )
9596 method_source (1.1.0 )
9899 mime-types-data (~> 3.2015 )
99100 mime-types-data (3.2025.0304 )
100101 mini_mime (1.1.5 )
101- minitest (5.25.4 )
102+ minitest (5.25.5 )
102103 mojo_magick (0.6.8 )
103104 msfrpc-client (1.1.2 )
104105 msgpack (~> 1 )
245246 unicode-display_width (3.1.4 )
246247 unicode-emoji (~> 4.0 , >= 4.0.4 )
247248 unicode-emoji (4.0.4 )
249+ uri (1.0.3 )
248250 webrick (1.9.1 )
249251 websocket (1.2.11 )
250252 websocket-client-simple (0.6.1 )
@@ -259,7 +261,7 @@ PLATFORMS
259261 x86_64-linux
260262
261263DEPENDENCIES
262- activerecord (~> 7.2 )
264+ activerecord (~> 8.0 )
263265 ansi (~> 1.5 )
264266 async (~> 1.32 )
265267 async-dns (~> 1.4 )
You can’t perform that action at this time.
0 commit comments