Skip to content

Commit 1f8a1e2

Browse files
Bump activerecord, activesupport and rspec
Bumps [activerecord](https://github.com/rails/rails), [activesupport](https://github.com/rails/rails) and [rspec](https://github.com/rspec/rspec). These dependencies needed to be updated together. Updates `activerecord` from 6.1.7 to 8.0.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activerecord/CHANGELOG.md) - [Commits](rails/rails@v6.1.7...v8.0.2.1) Updates `activesupport` from 6.1.7 to 8.0.2.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.2.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v6.1.7...v8.0.2.1) Updates `rspec` from 3.10.0 to 3.13.1 - [Commits](https://github.com/rspec/rspec/commits/rspec-v3.13.1) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.0.2.1 dependency-type: direct:production - dependency-name: activesupport dependency-version: 8.0.2.1 dependency-type: direct:production - dependency-name: rspec dependency-version: 3.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9aafda commit 1f8a1e2

File tree

2 files changed

+46
-30
lines changed

2 files changed

+46
-30
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ gemspec
88
gem 'gen-test', github: 'delonnewman/gen-test'
99
gem 'contracts-gen', github: 'delonnewman/contracts-gen'
1010

11-
gem 'activerecord', '~> 6.1'
12-
gem 'activesupport', '~> 6.1'
11+
gem 'activerecord', '~> 8.0'
12+
gem 'activesupport', '~> 8.0'
1313
gem 'sqlite3', '~> 1.4.2'

Gemfile.lock

Lines changed: 44 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -23,52 +23,68 @@ PATH
2323
GEM
2424
remote: https://rubygems.org/
2525
specs:
26-
activemodel (6.1.7)
27-
activesupport (= 6.1.7)
28-
activerecord (6.1.7)
29-
activemodel (= 6.1.7)
30-
activesupport (= 6.1.7)
31-
activesupport (6.1.7)
32-
concurrent-ruby (~> 1.0, >= 1.0.2)
26+
activemodel (8.0.2.1)
27+
activesupport (= 8.0.2.1)
28+
activerecord (8.0.2.1)
29+
activemodel (= 8.0.2.1)
30+
activesupport (= 8.0.2.1)
31+
timeout (>= 0.4.0)
32+
activesupport (8.0.2.1)
33+
base64
34+
benchmark (>= 0.3)
35+
bigdecimal
36+
concurrent-ruby (~> 1.0, >= 1.3.1)
37+
connection_pool (>= 2.2.5)
38+
drb
3339
i18n (>= 1.6, < 2)
40+
logger (>= 1.4.2)
3441
minitest (>= 5.1)
35-
tzinfo (~> 2.0)
36-
zeitwerk (~> 2.3)
37-
concurrent-ruby (1.1.10)
42+
securerandom (>= 0.3)
43+
tzinfo (~> 2.0, >= 2.0.5)
44+
uri (>= 0.13.1)
45+
base64 (0.3.0)
46+
benchmark (0.4.1)
47+
bigdecimal (3.2.2)
48+
concurrent-ruby (1.3.5)
49+
connection_pool (2.5.3)
3850
contracts (0.16.0)
39-
diff-lcs (1.4.4)
51+
diff-lcs (1.6.2)
52+
drb (2.2.3)
4053
faker (1.9.6)
4154
i18n (>= 0.7)
42-
i18n (1.12.0)
55+
i18n (1.14.7)
4356
concurrent-ruby (~> 1.0)
44-
minitest (5.15.0)
57+
logger (1.7.0)
58+
minitest (5.25.5)
4559
rake (13.0.3)
4660
regexp-examples (1.5.1)
47-
rspec (3.10.0)
48-
rspec-core (~> 3.10.0)
49-
rspec-expectations (~> 3.10.0)
50-
rspec-mocks (~> 3.10.0)
51-
rspec-core (3.10.1)
52-
rspec-support (~> 3.10.0)
53-
rspec-expectations (3.10.1)
61+
rspec (3.13.1)
62+
rspec-core (~> 3.13.0)
63+
rspec-expectations (~> 3.13.0)
64+
rspec-mocks (~> 3.13.0)
65+
rspec-core (3.13.5)
66+
rspec-support (~> 3.13.0)
67+
rspec-expectations (3.13.5)
5468
diff-lcs (>= 1.2.0, < 2.0)
55-
rspec-support (~> 3.10.0)
56-
rspec-mocks (3.10.1)
69+
rspec-support (~> 3.13.0)
70+
rspec-mocks (3.13.5)
5771
diff-lcs (>= 1.2.0, < 2.0)
58-
rspec-support (~> 3.10.0)
59-
rspec-support (3.10.1)
72+
rspec-support (~> 3.13.0)
73+
rspec-support (3.13.4)
74+
securerandom (0.4.1)
6075
sqlite3 (1.4.2)
61-
tzinfo (2.0.5)
76+
timeout (0.4.3)
77+
tzinfo (2.0.6)
6278
concurrent-ruby (~> 1.0)
63-
zeitwerk (2.6.0)
79+
uri (1.0.3)
6480

6581
PLATFORMS
6682
ruby
6783

6884
DEPENDENCIES
69-
activerecord (~> 6.1)
85+
activerecord (~> 8.0)
7086
activerecord-setops!
71-
activesupport (~> 6.1)
87+
activesupport (~> 8.0)
7288
bundler (~> 2.1)
7389
contracts-gen!
7490
gen-test!

0 commit comments

Comments
 (0)