Skip to content

Commit 477bf32

Browse files
Bump rails from 8.1.2.1 to 8.1.3
Bumps [rails](https://github.com/rails/rails) from 8.1.2.1 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.1.2.1...v8.1.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fefdfb0 commit 477bf32

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
ruby "3.4.8"
33

4-
gem "rails", "~> 8.1.2"
4+
gem "rails", "~> 8.1.3"
55

66
# Framework
77
gem "bootsnap", require: false

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.17)
55
railties
6-
actioncable (8.1.2.1)
7-
actionpack (= 8.1.2.1)
8-
activesupport (= 8.1.2.1)
6+
actioncable (8.1.3)
7+
actionpack (= 8.1.3)
8+
activesupport (= 8.1.3)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.2.1)
13-
actionpack (= 8.1.2.1)
14-
activejob (= 8.1.2.1)
15-
activerecord (= 8.1.2.1)
16-
activestorage (= 8.1.2.1)
17-
activesupport (= 8.1.2.1)
12+
actionmailbox (8.1.3)
13+
actionpack (= 8.1.3)
14+
activejob (= 8.1.3)
15+
activerecord (= 8.1.3)
16+
activestorage (= 8.1.3)
17+
activesupport (= 8.1.3)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.2.1)
20-
actionpack (= 8.1.2.1)
21-
actionview (= 8.1.2.1)
22-
activejob (= 8.1.2.1)
23-
activesupport (= 8.1.2.1)
19+
actionmailer (8.1.3)
20+
actionpack (= 8.1.3)
21+
actionview (= 8.1.3)
22+
activejob (= 8.1.3)
23+
activesupport (= 8.1.3)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.2.1)
27-
actionview (= 8.1.2.1)
28-
activesupport (= 8.1.2.1)
26+
actionpack (8.1.3)
27+
actionview (= 8.1.3)
28+
activesupport (= 8.1.3)
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.2.1)
36+
actiontext (8.1.3)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.2.1)
39-
activerecord (= 8.1.2.1)
40-
activestorage (= 8.1.2.1)
41-
activesupport (= 8.1.2.1)
38+
actionpack (= 8.1.3)
39+
activerecord (= 8.1.3)
40+
activestorage (= 8.1.3)
41+
activesupport (= 8.1.3)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.2.1)
45-
activesupport (= 8.1.2.1)
44+
actionview (8.1.3)
45+
activesupport (= 8.1.3)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.2.1)
51-
activesupport (= 8.1.2.1)
50+
activejob (8.1.3)
51+
activesupport (= 8.1.3)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.2.1)
54-
activesupport (= 8.1.2.1)
55-
activerecord (8.1.2.1)
56-
activemodel (= 8.1.2.1)
57-
activesupport (= 8.1.2.1)
53+
activemodel (8.1.3)
54+
activesupport (= 8.1.3)
55+
activerecord (8.1.3)
56+
activemodel (= 8.1.3)
57+
activesupport (= 8.1.3)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.2.1)
60-
actionpack (= 8.1.2.1)
61-
activejob (= 8.1.2.1)
62-
activerecord (= 8.1.2.1)
63-
activesupport (= 8.1.2.1)
59+
activestorage (8.1.3)
60+
actionpack (= 8.1.3)
61+
activejob (= 8.1.3)
62+
activerecord (= 8.1.3)
63+
activesupport (= 8.1.3)
6464
marcel (~> 1.0)
65-
activesupport (8.1.2.1)
65+
activesupport (8.1.3)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -243,30 +243,30 @@ GEM
243243
rack (>= 1.3)
244244
rackup (2.3.1)
245245
rack (>= 3)
246-
rails (8.1.2.1)
247-
actioncable (= 8.1.2.1)
248-
actionmailbox (= 8.1.2.1)
249-
actionmailer (= 8.1.2.1)
250-
actionpack (= 8.1.2.1)
251-
actiontext (= 8.1.2.1)
252-
actionview (= 8.1.2.1)
253-
activejob (= 8.1.2.1)
254-
activemodel (= 8.1.2.1)
255-
activerecord (= 8.1.2.1)
256-
activestorage (= 8.1.2.1)
257-
activesupport (= 8.1.2.1)
246+
rails (8.1.3)
247+
actioncable (= 8.1.3)
248+
actionmailbox (= 8.1.3)
249+
actionmailer (= 8.1.3)
250+
actionpack (= 8.1.3)
251+
actiontext (= 8.1.3)
252+
actionview (= 8.1.3)
253+
activejob (= 8.1.3)
254+
activemodel (= 8.1.3)
255+
activerecord (= 8.1.3)
256+
activestorage (= 8.1.3)
257+
activesupport (= 8.1.3)
258258
bundler (>= 1.15.0)
259-
railties (= 8.1.2.1)
259+
railties (= 8.1.3)
260260
rails-dom-testing (2.3.0)
261261
activesupport (>= 5.0.0)
262262
minitest
263263
nokogiri (>= 1.6)
264264
rails-html-sanitizer (1.7.0)
265265
loofah (~> 2.25)
266266
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)
267-
railties (8.1.2.1)
268-
actionpack (= 8.1.2.1)
269-
activesupport (= 8.1.2.1)
267+
railties (8.1.3)
268+
actionpack (= 8.1.3)
269+
activesupport (= 8.1.3)
270270
irb (~> 1.13)
271271
rackup (>= 1.0.0)
272272
rake (>= 12.2)
@@ -401,7 +401,7 @@ DEPENDENCIES
401401
premailer-rails
402402
propshaft
403403
puma (~> 7.2)
404-
rails (~> 8.1.2)
404+
rails (~> 8.1.3)
405405
rspec-github
406406
rspec-rails
407407
rubocop-rails-omakase

0 commit comments

Comments
 (0)