Skip to content

Commit 8a78934

Browse files
Bump railties from 7.1.3.4 to 7.1.4
Bumps [railties](https://github.com/rails/rails) from 7.1.3.4 to 7.1.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.1/railties/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.1.4) --- updated-dependencies: - dependency-name: railties dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78d2870 commit 8a78934

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

Gemfile.lock

+25-25
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.3.4)
12-
actionview (= 7.1.3.4)
13-
activesupport (= 7.1.3.4)
11+
actionpack (7.1.4)
12+
actionview (= 7.1.4)
13+
activesupport (= 7.1.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.3.4)
22-
activesupport (= 7.1.3.4)
21+
actionview (7.1.4)
22+
activesupport (= 7.1.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.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)
27+
activemodel (7.1.4)
28+
activesupport (= 7.1.4)
29+
activerecord (7.1.4)
30+
activemodel (= 7.1.4)
31+
activesupport (= 7.1.4)
3232
timeout (>= 0.4.0)
33-
activesupport (7.1.3.4)
33+
activesupport (7.1.4)
3434
base64
3535
bigdecimal
3636
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -44,28 +44,28 @@ GEM
4444
base64 (0.2.0)
4545
bigdecimal (3.1.8)
4646
builder (3.3.0)
47-
concurrent-ruby (1.3.3)
47+
concurrent-ruby (1.3.4)
4848
connection_pool (2.4.1)
4949
crass (1.0.6)
5050
diff-lcs (1.5.1)
5151
drb (2.2.1)
52-
erubi (1.12.0)
52+
erubi (1.13.0)
5353
i18n (1.14.5)
5454
concurrent-ruby (~> 1.0)
5555
io-console (0.7.2)
56-
irb (1.13.1)
56+
irb (1.14.0)
5757
rdoc (>= 4.0.0)
5858
reline (>= 0.4.2)
5959
json (2.6.3)
6060
language_server-protocol (3.17.0.3)
6161
loofah (2.22.0)
6262
crass (~> 1.0.2)
6363
nokogiri (>= 1.12.0)
64-
minitest (5.23.1)
64+
minitest (5.25.1)
6565
mutex_m (0.2.0)
66-
nokogiri (1.16.5-arm64-darwin)
66+
nokogiri (1.15.6-arm64-darwin)
6767
racc (~> 1.4)
68-
nokogiri (1.16.5-x86_64-linux)
68+
nokogiri (1.15.6-x86_64-linux)
6969
racc (~> 1.4)
7070
parallel (1.23.0)
7171
parser (3.2.2.4)
@@ -74,8 +74,8 @@ GEM
7474
phony (2.20.13)
7575
psych (5.1.2)
7676
stringio
77-
racc (1.8.0)
78-
rack (3.0.11)
77+
racc (1.8.1)
78+
rack (3.1.7)
7979
rack-session (2.0.0)
8080
rack (>= 3.0.0)
8181
rack-test (2.1.0)
@@ -90,9 +90,9 @@ GEM
9090
rails-html-sanitizer (1.6.0)
9191
loofah (~> 2.21)
9292
nokogiri (~> 1.14)
93-
railties (7.1.3.4)
94-
actionpack (= 7.1.3.4)
95-
activesupport (= 7.1.3.4)
93+
railties (7.1.4)
94+
actionpack (= 7.1.4)
95+
activesupport (= 7.1.4)
9696
irb
9797
rackup (>= 1.0.0)
9898
rake (>= 12.2)
@@ -103,7 +103,7 @@ GEM
103103
rdoc (6.7.0)
104104
psych (>= 4.0.0)
105105
regexp_parser (2.8.2)
106-
reline (0.5.8)
106+
reline (0.5.9)
107107
io-console (~> 0.5)
108108
rexml (3.3.3)
109109
strscan
@@ -142,15 +142,15 @@ GEM
142142
rubocop-capybara (~> 2.17)
143143
rubocop-factory_bot (~> 2.22)
144144
ruby-progressbar (1.13.0)
145-
stringio (3.1.0)
145+
stringio (3.1.1)
146146
strscan (3.1.0)
147147
thor (1.3.1)
148148
timeout (0.4.0)
149149
tzinfo (2.0.6)
150150
concurrent-ruby (~> 1.0)
151151
unicode-display_width (2.5.0)
152152
webrick (1.8.1)
153-
zeitwerk (2.6.15)
153+
zeitwerk (2.6.17)
154154

155155
PLATFORMS
156156
arm64-darwin-21

0 commit comments

Comments
 (0)