Skip to content

Commit 891600d

Browse files
build(deps): 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 83a1c9e commit 891600d

File tree

2 files changed

+74
-73
lines changed

2 files changed

+74
-73
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "observer"
99
gem "dotenv-rails"
1010

1111
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
12-
gem "rails", "~> 8.1.0"
12+
gem "rails", "~> 8.1.2"
1313

1414
# Use Puma as the app server
1515
gem "puma"

Gemfile.lock

Lines changed: 73 additions & 72 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)
@@ -88,7 +88,7 @@ GEM
8888
bcrypt_pbkdf (1.1.2)
8989
bcrypt_pbkdf (1.1.2-arm64-darwin)
9090
bcrypt_pbkdf (1.1.2-x86_64-darwin)
91-
bigdecimal (3.3.1)
91+
bigdecimal (4.0.1)
9292
bootsnap (1.19.0)
9393
msgpack (~> 1.2)
9494
builder (3.3.0)
@@ -177,7 +177,7 @@ GEM
177177
csv
178178
mini_mime (>= 1.0.0)
179179
multi_xml (>= 0.5.2)
180-
i18n (1.14.7)
180+
i18n (1.14.8)
181181
concurrent-ruby (~> 1.0)
182182
identicon (0.0.5)
183183
chunky_png
@@ -217,10 +217,11 @@ GEM
217217
mime-types-data (3.2025.0924)
218218
mini_mime (1.1.5)
219219
mini_portile2 (2.8.9)
220-
minitest (5.27.0)
220+
minitest (6.0.1)
221+
prism (~> 1.5)
221222
msgpack (1.8.0)
222-
multi_xml (0.7.2)
223-
bigdecimal (~> 3.1)
223+
multi_xml (0.8.1)
224+
bigdecimal (>= 3.1, < 5)
224225
mysql2 (0.5.7)
225226
bigdecimal
226227
net-http (0.8.0)
@@ -240,20 +241,20 @@ GEM
240241
net-protocol
241242
net-ssh (7.3.0)
242243
nio4r (2.7.5)
243-
nokogiri (1.18.10)
244+
nokogiri (1.19.0)
244245
mini_portile2 (~> 2.8.2)
245246
racc (~> 1.4)
246-
nokogiri (1.18.10-aarch64-linux-gnu)
247+
nokogiri (1.19.0-aarch64-linux-gnu)
247248
racc (~> 1.4)
248-
nokogiri (1.18.10-arm-linux-gnu)
249+
nokogiri (1.19.0-arm-linux-gnu)
249250
racc (~> 1.4)
250-
nokogiri (1.18.10-arm64-darwin)
251+
nokogiri (1.19.0-arm64-darwin)
251252
racc (~> 1.4)
252-
nokogiri (1.18.10-x86_64-darwin)
253+
nokogiri (1.19.0-x86_64-darwin)
253254
racc (~> 1.4)
254-
nokogiri (1.18.10-x86_64-linux-gnu)
255+
nokogiri (1.19.0-x86_64-linux-gnu)
255256
racc (~> 1.4)
256-
nokogiri (1.18.10-x86_64-linux-musl)
257+
nokogiri (1.19.0-x86_64-linux-musl)
257258
racc (~> 1.4)
258259
oauth2 (2.0.18)
259260
faraday (>= 0.17.3, < 4.0)
@@ -287,7 +288,7 @@ GEM
287288
prettyprint
288289
prettyprint (0.2.0)
289290
prism (1.6.0)
290-
psych (5.3.0)
291+
psych (5.3.1)
291292
date
292293
stringio
293294
public_suffix (7.0.0)
@@ -306,20 +307,20 @@ GEM
306307
rack (>= 1.3)
307308
rackup (2.3.1)
308309
rack (>= 3)
309-
rails (8.1.1)
310-
actioncable (= 8.1.1)
311-
actionmailbox (= 8.1.1)
312-
actionmailer (= 8.1.1)
313-
actionpack (= 8.1.1)
314-
actiontext (= 8.1.1)
315-
actionview (= 8.1.1)
316-
activejob (= 8.1.1)
317-
activemodel (= 8.1.1)
318-
activerecord (= 8.1.1)
319-
activestorage (= 8.1.1)
320-
activesupport (= 8.1.1)
310+
rails (8.1.2)
311+
actioncable (= 8.1.2)
312+
actionmailbox (= 8.1.2)
313+
actionmailer (= 8.1.2)
314+
actionpack (= 8.1.2)
315+
actiontext (= 8.1.2)
316+
actionview (= 8.1.2)
317+
activejob (= 8.1.2)
318+
activemodel (= 8.1.2)
319+
activerecord (= 8.1.2)
320+
activestorage (= 8.1.2)
321+
activesupport (= 8.1.2)
321322
bundler (>= 1.15.0)
322-
railties (= 8.1.1)
323+
railties (= 8.1.2)
323324
rails-controller-testing (1.0.5)
324325
actionpack (>= 5.0.1.rc1)
325326
actionview (>= 5.0.1.rc1)
@@ -331,9 +332,9 @@ GEM
331332
rails-html-sanitizer (1.6.2)
332333
loofah (~> 2.21)
333334
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)
334-
railties (8.1.1)
335-
actionpack (= 8.1.1)
336-
activesupport (= 8.1.1)
335+
railties (8.1.2)
336+
actionpack (= 8.1.2)
337+
activesupport (= 8.1.2)
337338
irb (~> 1.13)
338339
rackup (>= 1.0.0)
339340
rake (>= 12.2)
@@ -345,7 +346,7 @@ GEM
345346
rb-fsevent (0.11.2)
346347
rb-inotify (0.11.1)
347348
ffi (~> 1.0)
348-
rdoc (6.17.0)
349+
rdoc (7.0.3)
349350
erb
350351
psych (>= 4.0.0)
351352
tsort
@@ -448,12 +449,12 @@ GEM
448449
net-ssh (>= 2.8.0)
449450
ostruct
450451
stackprof (0.2.27)
451-
stringio (3.1.9)
452+
stringio (3.2.0)
452453
terrapin (1.1.1)
453454
climate_control
454-
thor (1.4.0)
455+
thor (1.5.0)
455456
tilt (2.6.1)
456-
timeout (0.5.0)
457+
timeout (0.6.0)
457458
tqdm (0.4.1)
458459
tsort (0.2.0)
459460
tzinfo (2.0.6)
@@ -527,7 +528,7 @@ DEPENDENCIES
527528
omniauth-rails_csrf_protection
528529
omniauth-zeuswpi
529530
puma
530-
rails (~> 8.1.0)
531+
rails (~> 8.1.2)
531532
rails-controller-testing
532533
rspec-rails
533534
rubocop

0 commit comments

Comments
 (0)