Skip to content

Commit 0a21348

Browse files
Bump activerecord from 7.1.3.4 to 7.2.0
Bumps [activerecord](https://github.com/rails/rails) from 7.1.3.4 to 7.2.0. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.0/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.2.0) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8bd29eb commit 0a21348

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.1.3.4)
5-
activesupport (= 7.1.3.4)
6-
activerecord (7.1.3.4)
7-
activemodel (= 7.1.3.4)
8-
activesupport (= 7.1.3.4)
4+
activemodel (7.2.0)
5+
activesupport (= 7.2.0)
6+
activerecord (7.2.0)
7+
activemodel (= 7.2.0)
8+
activesupport (= 7.2.0)
99
timeout (>= 0.4.0)
10-
activesupport (7.1.3.4)
10+
activesupport (7.2.0)
1111
base64
1212
bigdecimal
13-
concurrent-ruby (~> 1.0, >= 1.0.2)
13+
concurrent-ruby (~> 1.0, >= 1.3.1)
1414
connection_pool (>= 2.2.5)
1515
drb
1616
i18n (>= 1.6, < 2)
17+
logger (>= 1.4.2)
1718
minitest (>= 5.1)
18-
mutex_m
19-
tzinfo (~> 2.0)
19+
securerandom (>= 0.3)
20+
tzinfo (~> 2.0, >= 2.0.5)
2021
addressable (2.8.7)
2122
public_suffix (>= 2.0.2, < 7.0)
2223
ast (2.4.2)
@@ -36,7 +37,7 @@ GEM
3637
regexp_parser (>= 1.5, < 3.0)
3738
xpath (~> 3.2)
3839
cliver (0.3.2)
39-
concurrent-ruby (1.3.3)
40+
concurrent-ruby (1.3.4)
4041
connection_pool (2.4.1)
4142
cucumber (9.2.0)
4243
builder (~> 3.2)
@@ -141,7 +142,6 @@ GEM
141142
ruby2_keywords (~> 0.0.1)
142143
mustermann-grape (1.0.2)
143144
mustermann (>= 1.0.0)
144-
mutex_m (0.2.0)
145145
nio4r (2.7.0)
146146
nokogiri (1.16.5)
147147
mini_portile2 (~> 2.8.2)
@@ -229,6 +229,7 @@ GEM
229229
nokogiri (>= 1.10.8)
230230
rubyzip (>= 1.3.0)
231231
rubyzip (2.3.2)
232+
securerandom (0.3.1)
232233
selenium-webdriver (4.23.0)
233234
base64 (~> 0.2)
234235
logger (~> 1.4)

0 commit comments

Comments
 (0)