Skip to content

Commit 6d60e10

Browse files
authoredMar 22, 2025
Bump activerecord from 7.2.2.1 to 8.0.2
Bumps [activerecord](https://github.com/rails/rails) from 7.2.2.1 to 8.0.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.2) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98e8fef commit 6d60e10

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
2121
gem 'rubyzip', '~> 2.4'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.2'
24-
gem 'activerecord', '~> 7.2'
24+
gem 'activerecord', '~> 8.0'
2525
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.6'
2727
gem 'rubocop', '~> 1.74.0', require: false

‎Gemfile.lock

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
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
@@ -19,6 +19,7 @@ GEM
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)
@@ -34,7 +35,7 @@ GEM
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)
@@ -47,8 +48,8 @@ GEM
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)
@@ -77,7 +78,7 @@ GEM
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)
@@ -98,7 +99,7 @@ GEM
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)
@@ -243,6 +244,7 @@ GEM
243244
unicode-display_width (3.1.4)
244245
unicode-emoji (~> 4.0, >= 4.0.4)
245246
unicode-emoji (4.0.4)
247+
uri (1.0.3)
246248
webrick (1.9.1)
247249
websocket (1.2.11)
248250
websocket-client-simple (0.6.1)
@@ -257,7 +259,7 @@ PLATFORMS
257259
x86_64-linux
258260

259261
DEPENDENCIES
260-
activerecord (~> 7.2)
262+
activerecord (~> 8.0)
261263
ansi (~> 1.5)
262264
async (~> 1.32)
263265
async-dns (~> 1.4)

0 commit comments

Comments
 (0)
Failed to load comments.