Skip to content

Commit 72a13d0

Browse files
committed
bump rails to 8.1.2
1 parent df52ab8 commit 72a13d0

2 files changed

Lines changed: 55 additions & 55 deletions

File tree

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 postgresql as the database for Active Record

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@ GEM
33
specs:
44
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)
@@ -268,30 +268,30 @@ GEM
268268
rack (>= 1.3)
269269
rackup (2.3.1)
270270
rack (>= 3)
271-
rails (8.1.1)
272-
actioncable (= 8.1.1)
273-
actionmailbox (= 8.1.1)
274-
actionmailer (= 8.1.1)
275-
actionpack (= 8.1.1)
276-
actiontext (= 8.1.1)
277-
actionview (= 8.1.1)
278-
activejob (= 8.1.1)
279-
activemodel (= 8.1.1)
280-
activerecord (= 8.1.1)
281-
activestorage (= 8.1.1)
282-
activesupport (= 8.1.1)
271+
rails (8.1.2)
272+
actioncable (= 8.1.2)
273+
actionmailbox (= 8.1.2)
274+
actionmailer (= 8.1.2)
275+
actionpack (= 8.1.2)
276+
actiontext (= 8.1.2)
277+
actionview (= 8.1.2)
278+
activejob (= 8.1.2)
279+
activemodel (= 8.1.2)
280+
activerecord (= 8.1.2)
281+
activestorage (= 8.1.2)
282+
activesupport (= 8.1.2)
283283
bundler (>= 1.15.0)
284-
railties (= 8.1.1)
284+
railties (= 8.1.2)
285285
rails-dom-testing (2.3.0)
286286
activesupport (>= 5.0.0)
287287
minitest
288288
nokogiri (>= 1.6)
289289
rails-html-sanitizer (1.6.2)
290290
loofah (~> 2.21)
291291
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)
292-
railties (8.1.1)
293-
actionpack (= 8.1.1)
294-
activesupport (= 8.1.1)
292+
railties (8.1.2)
293+
actionpack (= 8.1.2)
294+
activesupport (= 8.1.2)
295295
irb (~> 1.13)
296296
rackup (>= 1.0.0)
297297
rake (>= 12.2)
@@ -444,7 +444,7 @@ DEPENDENCIES
444444
pg (~> 1.1)
445445
propshaft
446446
puma (>= 5.0)
447-
rails (~> 8.1.1)
447+
rails (~> 8.1.2)
448448
rubocop-rails-omakase
449449
rubyzip (~> 2.3)
450450
selenium-webdriver

0 commit comments

Comments
 (0)