Skip to content

Commit ee1370f

Browse files
Bump activerecord from 7.2.2.1 to 8.0.1
Bumps [activerecord](https://github.com/rails/rails) from 7.2.2.1 to 8.0.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.2.2.1...v8.0.1) --- 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 30236ed commit ee1370f

2 files changed

Lines changed: 10 additions & 8 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', '~> 2.3'
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.4'
2727
gem 'rubocop', '~> 1.69.2', require: false

Gemfile.lock

Lines changed: 9 additions & 7 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.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)
99
timeout (>= 0.4.0)
10-
activesupport (7.2.2.1)
10+
activesupport (8.0.1)
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)
@@ -252,6 +253,7 @@ GEM
252253
unicode-display_width (3.1.2)
253254
unicode-emoji (~> 4.0, >= 4.0.4)
254255
unicode-emoji (4.0.4)
256+
uri (1.0.2)
255257
webrick (1.9.0)
256258
websocket (1.2.11)
257259
websocket-client-simple (0.6.1)
@@ -271,7 +273,7 @@ PLATFORMS
271273
x86_64-linux
272274

273275
DEPENDENCIES
274-
activerecord (~> 7.2)
276+
activerecord (~> 8.0)
275277
ansi (~> 1.5)
276278
async (~> 1.32)
277279
async-dns (~> 1.3)

0 commit comments

Comments
 (0)