Skip to content

Commit b628f0b

Browse files
build(deps): bump railties from 8.1.0 to 8.1.1
Bumps [railties](https://github.com/rails/rails) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.1/railties/CHANGELOG.md) - [Commits](rails/rails@v8.1.0...v8.1.1) --- updated-dependencies: - dependency-name: railties dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 004f23d commit b628f0b

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (8.1.0)
12-
actionpack (= 8.1.0)
13-
actionview (= 8.1.0)
14-
activejob (= 8.1.0)
15-
activesupport (= 8.1.0)
11+
actionmailer (8.1.1)
12+
actionpack (= 8.1.1)
13+
actionview (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activesupport (= 8.1.1)
1616
mail (>= 2.8.0)
1717
rails-dom-testing (~> 2.2)
18-
actionpack (8.1.0)
19-
actionview (= 8.1.0)
20-
activesupport (= 8.1.0)
18+
actionpack (8.1.1)
19+
actionview (= 8.1.1)
20+
activesupport (= 8.1.1)
2121
nokogiri (>= 1.8.5)
2222
rack (>= 2.2.4)
2323
rack-session (>= 1.0.1)
2424
rack-test (>= 0.6.3)
2525
rails-dom-testing (~> 2.2)
2626
rails-html-sanitizer (~> 1.6)
2727
useragent (~> 0.16)
28-
actionview (8.1.0)
29-
activesupport (= 8.1.0)
28+
actionview (8.1.1)
29+
activesupport (= 8.1.1)
3030
builder (~> 3.1)
3131
erubi (~> 1.11)
3232
rails-dom-testing (~> 2.2)
3333
rails-html-sanitizer (~> 1.6)
34-
activejob (8.1.0)
35-
activesupport (= 8.1.0)
34+
activejob (8.1.1)
35+
activesupport (= 8.1.1)
3636
globalid (>= 0.3.6)
37-
activesupport (8.1.0)
37+
activesupport (8.1.1)
3838
base64
3939
bigdecimal
4040
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -53,19 +53,19 @@ GEM
5353
concurrent-ruby (1.3.5)
5454
connection_pool (2.5.4)
5555
crass (1.0.6)
56-
date (3.4.1)
56+
date (3.5.0)
5757
debug (1.11.0)
5858
irb (~> 1.10)
5959
reline (>= 0.3.8)
6060
drb (2.2.3)
61-
erb (5.1.1)
61+
erb (5.1.3)
6262
erubi (1.13.1)
6363
globalid (1.3.0)
6464
activesupport (>= 6.1)
6565
i18n (1.14.7)
6666
concurrent-ruby (~> 1.0)
6767
io-console (0.8.1)
68-
irb (1.15.2)
68+
irb (1.15.3)
6969
pp (>= 0.6.0)
7070
rdoc (>= 4.0.0)
7171
reline (>= 0.4.2)
@@ -112,7 +112,7 @@ GEM
112112
date
113113
stringio
114114
racc (1.8.1)
115-
rack (3.2.3)
115+
rack (3.2.4)
116116
rack-session (2.1.1)
117117
base64 (>= 0.1.0)
118118
rack (>= 3.0.0)
@@ -127,17 +127,17 @@ GEM
127127
rails-html-sanitizer (1.6.2)
128128
loofah (~> 2.21)
129129
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
130-
railties (8.1.0)
131-
actionpack (= 8.1.0)
132-
activesupport (= 8.1.0)
130+
railties (8.1.1)
131+
actionpack (= 8.1.1)
132+
activesupport (= 8.1.1)
133133
irb (~> 1.13)
134134
rackup (>= 1.0.0)
135135
rake (>= 12.2)
136136
thor (~> 1.0, >= 1.2.2)
137137
tsort (>= 0.2)
138138
zeitwerk (~> 2.6)
139-
rake (13.3.0)
140-
rdoc (6.15.0)
139+
rake (13.3.1)
140+
rdoc (6.15.1)
141141
erb
142142
psych (>= 4.0.0)
143143
tsort
@@ -155,7 +155,7 @@ GEM
155155
tsort (0.2.0)
156156
tzinfo (2.0.6)
157157
concurrent-ruby (~> 1.0)
158-
uri (1.0.4)
158+
uri (1.1.0)
159159
useragent (0.16.11)
160160
zeitwerk (2.7.3)
161161

0 commit comments

Comments
 (0)