Skip to content

Commit 24c2463

Browse files
Bump activerecord from 6.1.4.1 to 7.0.2.3
Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/activerecord/CHANGELOG.md) - [Commits](rails/rails@v6.1.4.1...v7.0.2.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d81d02b commit 24c2463

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
group(:unknown) do
3131
gem 'maruku', '~> 0.7'
32-
gem 'activerecord', '~>6'
32+
gem 'activerecord', '~>7'
3333
end
3434

3535
# group(:debug) do

Diff for: Gemfile.lock

+7-9
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
CFPropertyList (2.3.6)
10-
activemodel (6.1.5)
11-
activesupport (= 6.1.5)
12-
activerecord (6.1.5)
13-
activemodel (= 6.1.5)
14-
activesupport (= 6.1.5)
15-
activesupport (6.1.5)
10+
activemodel (7.0.2.3)
11+
activesupport (= 7.0.2.3)
12+
activerecord (7.0.2.3)
13+
activemodel (= 7.0.2.3)
14+
activesupport (= 7.0.2.3)
15+
activesupport (7.0.2.3)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
1717
i18n (>= 1.6, < 2)
1818
minitest (>= 5.1)
1919
tzinfo (~> 2.0)
20-
zeitwerk (~> 2.3)
2120
addressable (2.8.0)
2221
public_suffix (>= 2.0.2, < 5.0)
2322
blockenspiel (0.5.0)
@@ -158,14 +157,13 @@ GEM
158157
webrick (1.7.0)
159158
yard (0.9.27)
160159
webrick (~> 1.7.0)
161-
zeitwerk (2.5.4)
162160

163161
PLATFORMS
164162
ruby
165163
x86_64-darwin-18
166164

167165
DEPENDENCIES
168-
activerecord (~> 6)
166+
activerecord (~> 7)
169167
git (~> 1.8)
170168
jekyll (~> 4.1)
171169
json (~> 2.5)

0 commit comments

Comments
 (0)