Skip to content

Commit 0d14b16

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 d6c8b6e commit 0d14b16

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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

Gemfile.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,21 @@ GEM
77
remote: https://rubygems.org/
88
specs:
99
CFPropertyList (2.3.6)
10-
activemodel (6.1.4.1)
11-
activesupport (= 6.1.4.1)
12-
activerecord (6.1.4.1)
13-
activemodel (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
15-
activesupport (6.1.4.1)
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)
2423
colorator (1.1.0)
25-
concurrent-ruby (1.1.9)
24+
concurrent-ruby (1.1.10)
2625
deep_merge (1.2.1)
2726
em-websocket (0.5.3)
2827
eventmachine (>= 0.12.9)
@@ -40,7 +39,7 @@ GEM
4039
hocon (1.3.1)
4140
http_parser.rb (0.8.0)
4241
httpclient (2.8.3)
43-
i18n (1.8.11)
42+
i18n (1.10.0)
4443
concurrent-ruby (~> 1.0)
4544
jekyll (4.2.1)
4645
addressable (~> 2.4)
@@ -74,7 +73,7 @@ GEM
7473
maruku (0.7.3)
7574
mercenary (0.4.0)
7675
mini_portile2 (2.6.1)
77-
minitest (5.14.4)
76+
minitest (5.15.0)
7877
multi_json (1.15.0)
7978
nokogiri (1.12.5)
8079
mini_portile2 (~> 2.6.1)
@@ -152,14 +151,13 @@ GEM
152151
vlad-git (2.2.0)
153152
vlad (>= 2.1.0)
154153
yard (0.9.26)
155-
zeitwerk (2.5.1)
156154

157155
PLATFORMS
158156
ruby
159157
x86_64-darwin-18
160158

161159
DEPENDENCIES
162-
activerecord (~> 6)
160+
activerecord (~> 7)
163161
git (~> 1.8)
164162
jekyll (~> 4.1)
165163
json (~> 2.5)

0 commit comments

Comments
 (0)