Skip to content

Commit c6fa95a

Browse files
Update dependency rails to '~> 8.1.0'
1 parent 7ff9a73 commit c6fa95a

2 files changed

Lines changed: 59 additions & 56 deletions

File tree

rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '~> 4.0.4'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 8.0.0'
7+
gem 'rails', '~> 8.1.0'
88
# Use postgresql as the database for Active Record
99
gem 'pg', '~> 1.1'
1010
# Use Puma as the app server

rails/Gemfile.lock

Lines changed: 58 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
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)
52-
activerecord (8.0.5)
53-
activemodel (= 8.0.5)
54-
activesupport (= 8.0.5)
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)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.5)
57-
actionpack (= 8.0.5)
58-
activejob (= 8.0.5)
59-
activerecord (= 8.0.5)
60-
activesupport (= 8.0.5)
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)
6164
marcel (~> 1.0)
62-
activesupport (8.0.5)
65+
activesupport (8.1.3)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -260,30 +263,30 @@ GEM
260263
rack (>= 1.3)
261264
rackup (2.3.1)
262265
rack (>= 3)
263-
rails (8.0.5)
264-
actioncable (= 8.0.5)
265-
actionmailbox (= 8.0.5)
266-
actionmailer (= 8.0.5)
267-
actionpack (= 8.0.5)
268-
actiontext (= 8.0.5)
269-
actionview (= 8.0.5)
270-
activejob (= 8.0.5)
271-
activemodel (= 8.0.5)
272-
activerecord (= 8.0.5)
273-
activestorage (= 8.0.5)
274-
activesupport (= 8.0.5)
266+
rails (8.1.3)
267+
actioncable (= 8.1.3)
268+
actionmailbox (= 8.1.3)
269+
actionmailer (= 8.1.3)
270+
actionpack (= 8.1.3)
271+
actiontext (= 8.1.3)
272+
actionview (= 8.1.3)
273+
activejob (= 8.1.3)
274+
activemodel (= 8.1.3)
275+
activerecord (= 8.1.3)
276+
activestorage (= 8.1.3)
277+
activesupport (= 8.1.3)
275278
bundler (>= 1.15.0)
276-
railties (= 8.0.5)
279+
railties (= 8.1.3)
277280
rails-dom-testing (2.3.0)
278281
activesupport (>= 5.0.0)
279282
minitest
280283
nokogiri (>= 1.6)
281284
rails-html-sanitizer (1.7.1)
282285
loofah (~> 2.25, >= 2.25.2)
283286
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)
284-
railties (8.0.5)
285-
actionpack (= 8.0.5)
286-
activesupport (= 8.0.5)
287+
railties (8.1.3)
288+
actionpack (= 8.1.3)
289+
activesupport (= 8.1.3)
287290
irb (~> 1.13)
288291
rackup (>= 1.0.0)
289292
rake (>= 12.2)
@@ -427,7 +430,7 @@ DEPENDENCIES
427430
pay (~> 11.6.1)
428431
pg (~> 1.1)
429432
puma (~> 8.0)
430-
rails (~> 8.0.0)
433+
rails (~> 8.1.0)
431434
recaptcha
432435
redcarpet (~> 3.6)
433436
rexml

0 commit comments

Comments
 (0)