Skip to content

Commit dc75e81

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 d0bd8c6 commit dc75e81

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.1.1"
4+
gem "rails", "~> 8.1.2"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
action_text-trix (2.1.15)
4+
action_text-trix (2.1.16)
55
railties
6-
actioncable (8.1.1)
7-
actionpack (= 8.1.1)
8-
activesupport (= 8.1.1)
6+
actioncable (8.1.2)
7+
actionpack (= 8.1.2)
8+
activesupport (= 8.1.2)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.1)
13-
actionpack (= 8.1.1)
14-
activejob (= 8.1.1)
15-
activerecord (= 8.1.1)
16-
activestorage (= 8.1.1)
17-
activesupport (= 8.1.1)
12+
actionmailbox (8.1.2)
13+
actionpack (= 8.1.2)
14+
activejob (= 8.1.2)
15+
activerecord (= 8.1.2)
16+
activestorage (= 8.1.2)
17+
activesupport (= 8.1.2)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.1)
20-
actionpack (= 8.1.1)
21-
actionview (= 8.1.1)
22-
activejob (= 8.1.1)
23-
activesupport (= 8.1.1)
19+
actionmailer (8.1.2)
20+
actionpack (= 8.1.2)
21+
actionview (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activesupport (= 8.1.2)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.1)
27-
actionview (= 8.1.1)
28-
activesupport (= 8.1.1)
26+
actionpack (8.1.2)
27+
actionview (= 8.1.2)
28+
activesupport (= 8.1.2)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.1)
36+
actiontext (8.1.2)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.1)
39-
activerecord (= 8.1.1)
40-
activestorage (= 8.1.1)
41-
activesupport (= 8.1.1)
38+
actionpack (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.1)
45-
activesupport (= 8.1.1)
44+
actionview (8.1.2)
45+
activesupport (= 8.1.2)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.1)
51-
activesupport (= 8.1.1)
50+
activejob (8.1.2)
51+
activesupport (= 8.1.2)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.1)
54-
activesupport (= 8.1.1)
55-
activerecord (8.1.1)
56-
activemodel (= 8.1.1)
57-
activesupport (= 8.1.1)
53+
activemodel (8.1.2)
54+
activesupport (= 8.1.2)
55+
activerecord (8.1.2)
56+
activemodel (= 8.1.2)
57+
activesupport (= 8.1.2)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.1)
60-
actionpack (= 8.1.1)
61-
activejob (= 8.1.1)
62-
activerecord (= 8.1.1)
63-
activesupport (= 8.1.1)
59+
activestorage (8.1.2)
60+
actionpack (= 8.1.2)
61+
activejob (= 8.1.2)
62+
activerecord (= 8.1.2)
63+
activesupport (= 8.1.2)
6464
marcel (~> 1.0)
65-
activesupport (8.1.1)
65+
activesupport (8.1.2)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -215,7 +215,7 @@ GEM
215215
multipart-post (2.4.1)
216216
net-http (0.8.0)
217217
uri (>= 0.11.1)
218-
net-imap (0.5.12)
218+
net-imap (0.6.2)
219219
date
220220
net-protocol
221221
net-pop (0.1.2)
@@ -229,7 +229,7 @@ GEM
229229
net-smtp (0.5.1)
230230
net-protocol
231231
net-ssh (7.3.0)
232-
nio4r (2.7.4)
232+
nio4r (2.7.5)
233233
nokogiri (1.19.0-aarch64-linux-gnu)
234234
racc (~> 1.4)
235235
nokogiri (1.19.0-aarch64-linux-musl)
@@ -265,7 +265,7 @@ GEM
265265
pp (0.6.3)
266266
prettyprint
267267
prettyprint (0.2.0)
268-
prism (1.6.0)
268+
prism (1.8.0)
269269
prometheus-client (4.2.5)
270270
base64
271271
propshaft (1.3.1)
@@ -288,30 +288,30 @@ GEM
288288
rack (>= 1.3)
289289
rackup (2.3.1)
290290
rack (>= 3)
291-
rails (8.1.1)
292-
actioncable (= 8.1.1)
293-
actionmailbox (= 8.1.1)
294-
actionmailer (= 8.1.1)
295-
actionpack (= 8.1.1)
296-
actiontext (= 8.1.1)
297-
actionview (= 8.1.1)
298-
activejob (= 8.1.1)
299-
activemodel (= 8.1.1)
300-
activerecord (= 8.1.1)
301-
activestorage (= 8.1.1)
302-
activesupport (= 8.1.1)
291+
rails (8.1.2)
292+
actioncable (= 8.1.2)
293+
actionmailbox (= 8.1.2)
294+
actionmailer (= 8.1.2)
295+
actionpack (= 8.1.2)
296+
actiontext (= 8.1.2)
297+
actionview (= 8.1.2)
298+
activejob (= 8.1.2)
299+
activemodel (= 8.1.2)
300+
activerecord (= 8.1.2)
301+
activestorage (= 8.1.2)
302+
activesupport (= 8.1.2)
303303
bundler (>= 1.15.0)
304-
railties (= 8.1.1)
304+
railties (= 8.1.2)
305305
rails-dom-testing (2.3.0)
306306
activesupport (>= 5.0.0)
307307
minitest
308308
nokogiri (>= 1.6)
309309
rails-html-sanitizer (1.6.2)
310310
loofah (~> 2.21)
311311
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)
312-
railties (8.1.1)
313-
actionpack (= 8.1.1)
314-
activesupport (= 8.1.1)
312+
railties (8.1.2)
313+
actionpack (= 8.1.2)
314+
activesupport (= 8.1.2)
315315
irb (~> 1.13)
316316
rackup (>= 1.0.0)
317317
rake (>= 12.2)
@@ -320,7 +320,7 @@ GEM
320320
zeitwerk (~> 2.6)
321321
rainbow (3.1.1)
322322
rake (13.3.1)
323-
rdoc (7.0.3)
323+
rdoc (7.1.0)
324324
erb
325325
psych (>= 4.0.0)
326326
tsort
@@ -482,7 +482,7 @@ DEPENDENCIES
482482
prometheus-client
483483
propshaft
484484
puma (>= 5.0)
485-
rails (~> 8.1.1)
485+
rails (~> 8.1.2)
486486
rubocop-rails-omakase
487487
selenium-webdriver
488488
silencer

0 commit comments

Comments
 (0)