Skip to content

Commit 11f6cb8

Browse files
Bump rails from 8.1.1 to 8.1.2
Bumps [rails](https://github.com/rails/rails) from 8.1.1 to 8.1.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.1...v8.1.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0df308a commit 11f6cb8

File tree

1 file changed

+64
-63
lines changed

1 file changed

+64
-63
lines changed

Gemfile.lock

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -8,68 +8,68 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
action_text-trix (2.1.15)
11+
action_text-trix (2.1.16)
1212
railties
13-
actioncable (8.1.1)
14-
actionpack (= 8.1.1)
15-
activesupport (= 8.1.1)
13+
actioncable (8.1.2)
14+
actionpack (= 8.1.2)
15+
activesupport (= 8.1.2)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (8.1.1)
20-
actionpack (= 8.1.1)
21-
activejob (= 8.1.1)
22-
activerecord (= 8.1.1)
23-
activestorage (= 8.1.1)
24-
activesupport (= 8.1.1)
19+
actionmailbox (8.1.2)
20+
actionpack (= 8.1.2)
21+
activejob (= 8.1.2)
22+
activerecord (= 8.1.2)
23+
activestorage (= 8.1.2)
24+
activesupport (= 8.1.2)
2525
mail (>= 2.8.0)
26-
actionmailer (8.1.1)
27-
actionpack (= 8.1.1)
28-
actionview (= 8.1.1)
29-
activejob (= 8.1.1)
30-
activesupport (= 8.1.1)
26+
actionmailer (8.1.2)
27+
actionpack (= 8.1.2)
28+
actionview (= 8.1.2)
29+
activejob (= 8.1.2)
30+
activesupport (= 8.1.2)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (8.1.1)
34-
actionview (= 8.1.1)
35-
activesupport (= 8.1.1)
33+
actionpack (8.1.2)
34+
actionview (= 8.1.2)
35+
activesupport (= 8.1.2)
3636
nokogiri (>= 1.8.5)
3737
rack (>= 2.2.4)
3838
rack-session (>= 1.0.1)
3939
rack-test (>= 0.6.3)
4040
rails-dom-testing (~> 2.2)
4141
rails-html-sanitizer (~> 1.6)
4242
useragent (~> 0.16)
43-
actiontext (8.1.1)
43+
actiontext (8.1.2)
4444
action_text-trix (~> 2.1.15)
45-
actionpack (= 8.1.1)
46-
activerecord (= 8.1.1)
47-
activestorage (= 8.1.1)
48-
activesupport (= 8.1.1)
45+
actionpack (= 8.1.2)
46+
activerecord (= 8.1.2)
47+
activestorage (= 8.1.2)
48+
activesupport (= 8.1.2)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (8.1.1)
52-
activesupport (= 8.1.1)
51+
actionview (8.1.2)
52+
activesupport (= 8.1.2)
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (8.1.1)
58-
activesupport (= 8.1.1)
57+
activejob (8.1.2)
58+
activesupport (= 8.1.2)
5959
globalid (>= 0.3.6)
60-
activemodel (8.1.1)
61-
activesupport (= 8.1.1)
62-
activerecord (8.1.1)
63-
activemodel (= 8.1.1)
64-
activesupport (= 8.1.1)
60+
activemodel (8.1.2)
61+
activesupport (= 8.1.2)
62+
activerecord (8.1.2)
63+
activemodel (= 8.1.2)
64+
activesupport (= 8.1.2)
6565
timeout (>= 0.4.0)
66-
activestorage (8.1.1)
67-
actionpack (= 8.1.1)
68-
activejob (= 8.1.1)
69-
activerecord (= 8.1.1)
70-
activesupport (= 8.1.1)
66+
activestorage (8.1.2)
67+
actionpack (= 8.1.2)
68+
activejob (= 8.1.2)
69+
activerecord (= 8.1.2)
70+
activesupport (= 8.1.2)
7171
marcel (~> 1.0)
72-
activesupport (8.1.1)
72+
activesupport (8.1.2)
7373
base64
7474
bigdecimal
7575
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -86,7 +86,7 @@ GEM
8686
public_suffix (>= 2.0.2, < 8.0)
8787
ast (2.4.3)
8888
base64 (0.3.0)
89-
bigdecimal (4.0.0)
89+
bigdecimal (4.0.1)
9090
builder (3.3.0)
9191
concurrent-ruby (1.3.6)
9292
connection_pool (3.0.2)
@@ -103,7 +103,7 @@ GEM
103103
websocket-driver (~> 0.7)
104104
globalid (1.3.0)
105105
activesupport (>= 6.1)
106-
i18n (1.14.7)
106+
i18n (1.14.8)
107107
concurrent-ruby (~> 1.0)
108108
io-console (0.8.2)
109109
irb (1.16.0)
@@ -125,8 +125,9 @@ GEM
125125
net-smtp
126126
marcel (1.1.0)
127127
mini_mime (1.1.5)
128-
minitest (5.27.0)
129-
net-imap (0.6.1)
128+
minitest (6.0.1)
129+
prism (~> 1.5)
130+
net-imap (0.6.2)
130131
date
131132
net-protocol
132133
net-pop (0.1.2)
@@ -136,11 +137,11 @@ GEM
136137
net-smtp (0.5.1)
137138
net-protocol
138139
nio4r (2.7.5)
139-
nokogiri (1.18.10-arm64-darwin)
140+
nokogiri (1.19.0-arm64-darwin)
140141
racc (~> 1.4)
141-
nokogiri (1.18.10-x86_64-darwin)
142+
nokogiri (1.19.0-x86_64-darwin)
142143
racc (~> 1.4)
143-
nokogiri (1.18.10-x86_64-linux-gnu)
144+
nokogiri (1.19.0-x86_64-linux-gnu)
144145
racc (~> 1.4)
145146
parallel (1.27.0)
146147
parser (3.3.10.0)
@@ -169,30 +170,30 @@ GEM
169170
rack (>= 1.3)
170171
rackup (2.3.1)
171172
rack (>= 3)
172-
rails (8.1.1)
173-
actioncable (= 8.1.1)
174-
actionmailbox (= 8.1.1)
175-
actionmailer (= 8.1.1)
176-
actionpack (= 8.1.1)
177-
actiontext (= 8.1.1)
178-
actionview (= 8.1.1)
179-
activejob (= 8.1.1)
180-
activemodel (= 8.1.1)
181-
activerecord (= 8.1.1)
182-
activestorage (= 8.1.1)
183-
activesupport (= 8.1.1)
173+
rails (8.1.2)
174+
actioncable (= 8.1.2)
175+
actionmailbox (= 8.1.2)
176+
actionmailer (= 8.1.2)
177+
actionpack (= 8.1.2)
178+
actiontext (= 8.1.2)
179+
actionview (= 8.1.2)
180+
activejob (= 8.1.2)
181+
activemodel (= 8.1.2)
182+
activerecord (= 8.1.2)
183+
activestorage (= 8.1.2)
184+
activesupport (= 8.1.2)
184185
bundler (>= 1.15.0)
185-
railties (= 8.1.1)
186+
railties (= 8.1.2)
186187
rails-dom-testing (2.3.0)
187188
activesupport (>= 5.0.0)
188189
minitest
189190
nokogiri (>= 1.6)
190191
rails-html-sanitizer (1.6.2)
191192
loofah (~> 2.21)
192193
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)
193-
railties (8.1.1)
194-
actionpack (= 8.1.1)
195-
activesupport (= 8.1.1)
194+
railties (8.1.2)
195+
actionpack (= 8.1.2)
196+
activesupport (= 8.1.2)
196197
irb (~> 1.13)
197198
rackup (>= 1.0.0)
198199
rake (>= 12.2)
@@ -201,7 +202,7 @@ GEM
201202
zeitwerk (~> 2.6)
202203
rainbow (3.1.1)
203204
rake (13.3.1)
204-
rdoc (6.17.0)
205+
rdoc (7.0.3)
205206
erb
206207
psych (>= 4.0.0)
207208
tsort
@@ -242,7 +243,7 @@ GEM
242243
sqlite3 (2.8.1-x86_64-darwin)
243244
sqlite3 (2.8.1-x86_64-linux-gnu)
244245
stringio (3.2.0)
245-
thor (1.4.0)
246+
thor (1.5.0)
246247
timeout (0.6.0)
247248
tsort (0.2.0)
248249
tzinfo (2.0.6)

0 commit comments

Comments
 (0)