Skip to content

Commit d623545

Browse files
authored
Merge pull request #983 from rubycentral/dependabot/bundler/rails-8.1.2
Bump rails from 8.1.1 to 8.1.2
2 parents 92ed219 + af56acc commit d623545

File tree

2 files changed

+63
-63
lines changed

2 files changed

+63
-63
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
ruby file: '.ruby-version'
66

77
gem 'puma'
8-
gem 'rails', '~> 8.1.1'
8+
gem 'rails', '~> 8.1.2'
99
gem 'turbo-rails'
1010
gem 'solid_queue'
1111

Gemfile.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
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)
@@ -54,26 +54,26 @@ GEM
5454
activemodel (>= 4.1)
5555
case_transform (>= 0.2)
5656
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
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)
60+
activemodel (8.1.2)
61+
activesupport (= 8.1.2)
6262
activemodel-serializers-xml (1.0.3)
6363
activemodel (>= 5.0.0.a)
6464
activesupport (>= 5.0.0.a)
6565
builder (~> 3.1)
66-
activerecord (8.1.1)
67-
activemodel (= 8.1.1)
68-
activesupport (= 8.1.1)
66+
activerecord (8.1.2)
67+
activemodel (= 8.1.2)
68+
activesupport (= 8.1.2)
6969
timeout (>= 0.4.0)
70-
activestorage (8.1.1)
71-
actionpack (= 8.1.1)
72-
activejob (= 8.1.1)
73-
activerecord (= 8.1.1)
74-
activesupport (= 8.1.1)
70+
activestorage (8.1.2)
71+
actionpack (= 8.1.2)
72+
activejob (= 8.1.2)
73+
activerecord (= 8.1.2)
74+
activesupport (= 8.1.2)
7575
marcel (~> 1.0)
76-
activesupport (8.1.1)
76+
activesupport (8.1.2)
7777
base64
7878
bigdecimal
7979
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -245,7 +245,7 @@ GEM
245245
prism (~> 1.5)
246246
msgpack (1.8.0)
247247
multi_xml (0.6.0)
248-
net-imap (0.5.12)
248+
net-imap (0.6.2)
249249
date
250250
net-protocol
251251
net-pop (0.1.2)
@@ -254,7 +254,7 @@ GEM
254254
timeout
255255
net-smtp (0.5.1)
256256
net-protocol
257-
nio4r (2.7.4)
257+
nio4r (2.7.5)
258258
nokogiri (1.19.0)
259259
mini_portile2 (~> 2.8.2)
260260
racc (~> 1.4)
@@ -329,40 +329,40 @@ GEM
329329
rack-test (2.2.0)
330330
rack (>= 1.3)
331331
rack-timeout (0.7.0)
332-
rackup (2.2.1)
332+
rackup (2.3.1)
333333
rack (>= 3)
334-
rails (8.1.1)
335-
actioncable (= 8.1.1)
336-
actionmailbox (= 8.1.1)
337-
actionmailer (= 8.1.1)
338-
actionpack (= 8.1.1)
339-
actiontext (= 8.1.1)
340-
actionview (= 8.1.1)
341-
activejob (= 8.1.1)
342-
activemodel (= 8.1.1)
343-
activerecord (= 8.1.1)
344-
activestorage (= 8.1.1)
345-
activesupport (= 8.1.1)
334+
rails (8.1.2)
335+
actioncable (= 8.1.2)
336+
actionmailbox (= 8.1.2)
337+
actionmailer (= 8.1.2)
338+
actionpack (= 8.1.2)
339+
actiontext (= 8.1.2)
340+
actionview (= 8.1.2)
341+
activejob (= 8.1.2)
342+
activemodel (= 8.1.2)
343+
activerecord (= 8.1.2)
344+
activestorage (= 8.1.2)
345+
activesupport (= 8.1.2)
346346
bundler (>= 1.15.0)
347-
railties (= 8.1.1)
347+
railties (= 8.1.2)
348348
rails-dom-testing (2.3.0)
349349
activesupport (>= 5.0.0)
350350
minitest
351351
nokogiri (>= 1.6)
352352
rails-html-sanitizer (1.6.2)
353353
loofah (~> 2.21)
354354
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)
355-
railties (8.1.1)
356-
actionpack (= 8.1.1)
357-
activesupport (= 8.1.1)
355+
railties (8.1.2)
356+
actionpack (= 8.1.2)
357+
activesupport (= 8.1.2)
358358
irb (~> 1.13)
359359
rackup (>= 1.0.0)
360360
rake (>= 12.2)
361361
thor (~> 1.0, >= 1.2.2)
362362
tsort (>= 0.2)
363363
zeitwerk (~> 2.6)
364364
rake (13.3.1)
365-
rdoc (7.0.1)
365+
rdoc (7.0.3)
366366
erb
367367
psych (>= 4.0.0)
368368
tsort
@@ -428,9 +428,9 @@ GEM
428428
stateful_enum (0.9.0)
429429
stringio (3.2.0)
430430
temple (0.10.4)
431-
thor (1.4.0)
431+
thor (1.5.0)
432432
tilt (2.6.1)
433-
timeout (0.4.4)
433+
timeout (0.6.0)
434434
tsort (0.2.0)
435435
turbo-rails (2.0.20)
436436
actionpack (>= 7.1.0)
@@ -451,7 +451,7 @@ GEM
451451
websocket-extensions (0.1.5)
452452
xpath (3.2.0)
453453
nokogiri (~> 1.8)
454-
zeitwerk (2.7.3)
454+
zeitwerk (2.7.4)
455455

456456
PLATFORMS
457457
ruby
@@ -494,7 +494,7 @@ DEPENDENCIES
494494
pundit
495495
rack-mini-profiler
496496
rack-timeout (~> 0.7)
497-
rails (~> 8.1.1)
497+
rails (~> 8.1.2)
498498
redcarpet (~> 3.6)
499499
rexml
500500
rspec

0 commit comments

Comments
 (0)