Skip to content

Commit ce6ad32

Browse files
build(deps): bump rails from 8.0.5 to 8.1.3
Bumps [rails](https://github.com/rails/rails) from 8.0.5 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.5...v8.1.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent baac891 commit ce6ad32

2 files changed

Lines changed: 65 additions & 62 deletions

File tree

Gemfile

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

55
ruby "4.0.3"
6-
gem "rails", "~> 8.0"
6+
gem "rails", "~> 8.1"
77

88
gem "after_party" # Post-deployment tasks
99
gem "amazing_print" # Easier console reading

Gemfile.lock

Lines changed: 64 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.5)
5-
actionpack (= 8.0.5)
6-
activesupport (= 8.0.5)
4+
action_text-trix (2.1.19)
5+
railties
6+
actioncable (8.1.3)
7+
actionpack (= 8.1.3)
8+
activesupport (= 8.1.3)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.5)
11-
actionpack (= 8.0.5)
12-
activejob (= 8.0.5)
13-
activerecord (= 8.0.5)
14-
activestorage (= 8.0.5)
15-
activesupport (= 8.0.5)
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)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.5)
18-
actionpack (= 8.0.5)
19-
actionview (= 8.0.5)
20-
activejob (= 8.0.5)
21-
activesupport (= 8.0.5)
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)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.5)
25-
actionview (= 8.0.5)
26-
activesupport (= 8.0.5)
26+
actionpack (8.1.3)
27+
actionview (= 8.1.3)
28+
activesupport (= 8.1.3)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.5)
35-
actionpack (= 8.0.5)
36-
activerecord (= 8.0.5)
37-
activestorage (= 8.0.5)
38-
activesupport (= 8.0.5)
36+
actiontext (8.1.3)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.3)
39+
activerecord (= 8.1.3)
40+
activestorage (= 8.1.3)
41+
activesupport (= 8.1.3)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.5)
42-
activesupport (= 8.0.5)
44+
actionview (8.1.3)
45+
activesupport (= 8.1.3)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.5)
48-
activesupport (= 8.0.5)
50+
activejob (8.1.3)
51+
activesupport (= 8.1.3)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.5)
51-
activesupport (= 8.0.5)
53+
activemodel (8.1.3)
54+
activesupport (= 8.1.3)
5255
activemodel-serializers-xml (1.0.3)
5356
activemodel (>= 5.0.0.a)
5457
activesupport (>= 5.0.0.a)
5558
builder (~> 3.1)
56-
activerecord (8.0.5)
57-
activemodel (= 8.0.5)
58-
activesupport (= 8.0.5)
59+
activerecord (8.1.3)
60+
activemodel (= 8.1.3)
61+
activesupport (= 8.1.3)
5962
timeout (>= 0.4.0)
60-
activestorage (8.0.5)
61-
actionpack (= 8.0.5)
62-
activejob (= 8.0.5)
63-
activerecord (= 8.0.5)
64-
activesupport (= 8.0.5)
63+
activestorage (8.1.3)
64+
actionpack (= 8.1.3)
65+
activejob (= 8.1.3)
66+
activerecord (= 8.1.3)
67+
activesupport (= 8.1.3)
6568
marcel (~> 1.0)
66-
activesupport (8.0.5)
69+
activesupport (8.1.3)
6770
base64
68-
benchmark (>= 0.3)
6971
bigdecimal
7072
concurrent-ruby (~> 1.0, >= 1.3.1)
7173
connection_pool (>= 2.2.5)
7274
drb
7375
i18n (>= 1.6, < 2)
76+
json
7477
logger (>= 1.4.2)
7578
minitest (>= 5.1)
7679
securerandom (>= 0.3)
@@ -321,7 +324,7 @@ GEM
321324
net-imap
322325
net-pop
323326
net-smtp
324-
marcel (1.1.0)
327+
marcel (1.2.1)
325328
matrix (0.4.3)
326329
mcp (0.9.2)
327330
json-schema (>= 4.1)
@@ -431,7 +434,7 @@ GEM
431434
pry-byebug (3.12.0)
432435
byebug (~> 13.0)
433436
pry (>= 0.13, < 0.17)
434-
psych (5.3.1)
437+
psych (5.4.0)
435438
date
436439
stringio
437440
public_suffix (7.0.5)
@@ -457,20 +460,20 @@ GEM
457460
rack (>= 1.3)
458461
rackup (2.3.1)
459462
rack (>= 3)
460-
rails (8.0.5)
461-
actioncable (= 8.0.5)
462-
actionmailbox (= 8.0.5)
463-
actionmailer (= 8.0.5)
464-
actionpack (= 8.0.5)
465-
actiontext (= 8.0.5)
466-
actionview (= 8.0.5)
467-
activejob (= 8.0.5)
468-
activemodel (= 8.0.5)
469-
activerecord (= 8.0.5)
470-
activestorage (= 8.0.5)
471-
activesupport (= 8.0.5)
463+
rails (8.1.3)
464+
actioncable (= 8.1.3)
465+
actionmailbox (= 8.1.3)
466+
actionmailer (= 8.1.3)
467+
actionpack (= 8.1.3)
468+
actiontext (= 8.1.3)
469+
actionview (= 8.1.3)
470+
activejob (= 8.1.3)
471+
activemodel (= 8.1.3)
472+
activerecord (= 8.1.3)
473+
activestorage (= 8.1.3)
474+
activesupport (= 8.1.3)
472475
bundler (>= 1.15.0)
473-
railties (= 8.0.5)
476+
railties (= 8.1.3)
474477
rails-controller-testing (1.0.5)
475478
actionpack (>= 5.0.1.rc1)
476479
actionview (>= 5.0.1.rc1)
@@ -482,9 +485,9 @@ GEM
482485
rails-html-sanitizer (1.7.0)
483486
loofah (~> 2.25)
484487
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)
485-
railties (8.0.5)
486-
actionpack (= 8.0.5)
487-
activesupport (= 8.0.5)
488+
railties (8.1.3)
489+
actionpack (= 8.1.3)
490+
activesupport (= 8.1.3)
488491
irb (~> 1.13)
489492
rackup (>= 1.0.0)
490493
rake (>= 12.2)
@@ -535,9 +538,9 @@ GEM
535538
json-schema (>= 2.2, < 7.0)
536539
railties (>= 5.2, < 8.2)
537540
rspec-core (>= 2.14)
538-
rswag-ui (2.16.0)
539-
actionpack (>= 5.2, < 8.1)
540-
railties (>= 5.2, < 8.1)
541+
rswag-ui (2.17.0)
542+
actionpack (>= 5.2, < 8.2)
543+
railties (>= 5.2, < 8.2)
541544
rubocop (1.84.2)
542545
json (~> 2.3)
543546
language_server-protocol (~> 3.17.0.2)
@@ -693,7 +696,7 @@ GEM
693696
railties (>= 3.0.7)
694697
xpath (3.2.0)
695698
nokogiri (~> 1.8)
696-
zeitwerk (2.7.5)
699+
zeitwerk (2.8.2)
697700

698701
PLATFORMS
699702
arm64-darwin-21
@@ -762,7 +765,7 @@ DEPENDENCIES
762765
pundit
763766
rack-attack
764767
rack-cors
765-
rails (~> 8.0)
768+
rails (~> 8.1)
766769
rails-controller-testing
767770
request_store
768771
rexml

0 commit comments

Comments
 (0)