Skip to content

Commit cd116a3

Browse files
Bump activerecord from 7.2.2.2 to 8.0.3
Bumps [activerecord](https://github.com/rails/rails) from 7.2.2.2 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.3/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.2...v8.0.3) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87a5498 commit cd116a3

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem 'term-ansicolor', :require => 'term/ansicolor'
2121
gem 'rubyzip', '~> 3.2'
2222
gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice
2323
gem 'rake', '~> 13.3'
24-
gem 'activerecord', '~> 7.2'
24+
gem 'activerecord', '~> 8.0'
2525
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.7'
2727
gem 'rubocop', '~> 1.81.1', require: false

Gemfile.lock

Lines changed: 11 additions & 9 deletions
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.2)
5-
activesupport (= 7.2.2.2)
6-
activerecord (7.2.2.2)
7-
activemodel (= 7.2.2.2)
8-
activesupport (= 7.2.2.2)
4+
activemodel (8.0.3)
5+
activesupport (= 8.0.3)
6+
activerecord (8.0.3)
7+
activemodel (= 8.0.3)
8+
activesupport (= 8.0.3)
99
timeout (>= 0.4.0)
10-
activesupport (7.2.2.2)
10+
activesupport (8.0.3)
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.3.0)
3637
benchmark (0.4.1)
37-
bigdecimal (3.2.3)
38+
bigdecimal (3.3.1)
3839
browserstack-local (1.4.3)
3940
byebug (12.0.0)
4041
capybara (3.40.0)
@@ -99,7 +100,7 @@ GEM
99100
mime-types-data (~> 3.2025, >= 3.2025.0507)
100101
mime-types-data (3.2025.0902)
101102
mini_mime (1.1.5)
102-
minitest (5.25.5)
103+
minitest (5.26.0)
103104
mojo_magick (0.6.8)
104105
msfrpc-client (1.1.2)
105106
msgpack (~> 1)
@@ -277,6 +278,7 @@ GEM
277278
unicode-display_width (3.2.0)
278279
unicode-emoji (~> 4.1)
279280
unicode-emoji (4.1.0)
281+
uri (1.0.4)
280282
webrick (1.9.1)
281283
websocket (1.2.11)
282284
websocket-client-simple (0.6.1)
@@ -298,7 +300,7 @@ PLATFORMS
298300
x86_64-linux-musl
299301

300302
DEPENDENCIES
301-
activerecord (~> 7.2)
303+
activerecord (~> 8.0)
302304
ansi (~> 1.5)
303305
async (~> 1.32)
304306
async-dns (~> 1.4)

0 commit comments

Comments
 (0)