Skip to content

Commit 7cf87b6

Browse files
Bump activerecord from 7.1.2 to 7.1.3.4
Bumps [activerecord](https://github.com/rails/rails) from 7.1.2 to 7.1.3.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/activerecord/CHANGELOG.md) - [Commits](rails/rails@v7.1.2...v7.1.3.4) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c24be0 commit 7cf87b6

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

Gemfile.lock

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.1.2)
12-
actionview (= 7.1.2)
13-
activesupport (= 7.1.2)
11+
actionpack (7.1.3.4)
12+
actionview (= 7.1.3.4)
13+
activesupport (= 7.1.3.4)
1414
nokogiri (>= 1.8.5)
1515
racc
1616
rack (>= 2.2.4)
1717
rack-session (>= 1.0.1)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.2)
2020
rails-html-sanitizer (~> 1.6)
21-
actionview (7.1.2)
22-
activesupport (= 7.1.2)
21+
actionview (7.1.3.4)
22+
activesupport (= 7.1.3.4)
2323
builder (~> 3.1)
2424
erubi (~> 1.11)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
27-
activemodel (7.1.2)
28-
activesupport (= 7.1.2)
29-
activerecord (7.1.2)
30-
activemodel (= 7.1.2)
31-
activesupport (= 7.1.2)
27+
activemodel (7.1.3.4)
28+
activesupport (= 7.1.3.4)
29+
activerecord (7.1.3.4)
30+
activemodel (= 7.1.3.4)
31+
activesupport (= 7.1.3.4)
3232
timeout (>= 0.4.0)
33-
activesupport (7.1.2)
33+
activesupport (7.1.3.4)
3434
base64
3535
bigdecimal
3636
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -53,11 +53,11 @@ GEM
5353
thor (~> 1.0)
5454
ast (2.4.2)
5555
base64 (0.2.0)
56-
bigdecimal (3.1.5)
57-
bigdecimal (3.1.5-java)
56+
bigdecimal (3.1.8)
57+
bigdecimal (3.1.8-java)
5858
builder (3.2.4)
5959
childprocess (4.1.0)
60-
concurrent-ruby (1.2.2)
60+
concurrent-ruby (1.3.3)
6161
connection_pool (2.4.1)
6262
contracts (0.17)
6363
crass (1.0.6)
@@ -86,14 +86,13 @@ GEM
8686
cucumber-messages (18.0.0)
8787
cucumber-tag-expressions (4.1.0)
8888
diff-lcs (1.5.0)
89-
drb (2.2.0)
90-
ruby2_keywords
89+
drb (2.2.1)
9190
erubi (1.12.0)
9291
factory_bot (6.4.0)
9392
activesupport (>= 5.0.0)
9493
ffi (1.15.5)
9594
ffi (1.15.5-java)
96-
i18n (1.14.1)
95+
i18n (1.14.5)
9796
concurrent-ruby (~> 1.0)
9897
io-console (0.7.1)
9998
io-console (0.7.1-java)
@@ -112,7 +111,7 @@ GEM
112111
mime-types-data (~> 3.2015)
113112
mime-types-data (3.2023.0218.1)
114113
mini_portile2 (2.8.5)
115-
minitest (5.20.0)
114+
minitest (5.23.1)
116115
multi_test (1.1.0)
117116
mutex_m (0.2.0)
118117
nokogiri (1.16.0)
@@ -145,9 +144,9 @@ GEM
145144
rails-html-sanitizer (1.6.0)
146145
loofah (~> 2.21)
147146
nokogiri (~> 1.14)
148-
railties (7.1.2)
149-
actionpack (= 7.1.2)
150-
activesupport (= 7.1.2)
147+
railties (7.1.3.4)
148+
actionpack (= 7.1.3.4)
149+
activesupport (= 7.1.3.4)
151150
irb
152151
rackup (>= 1.0.0)
153152
rake (>= 12.2)
@@ -195,7 +194,6 @@ GEM
195194
rubocop (>= 1.7.0, < 2.0)
196195
rubocop-ast (>= 0.4.0)
197196
ruby-progressbar (1.13.0)
198-
ruby2_keywords (0.0.5)
199197
sqlite3 (1.6.2)
200198
mini_portile2 (~> 2.8.0)
201199
standard (1.32.1)

0 commit comments

Comments
 (0)