Skip to content

Commit 7e2bf0f

Browse files
Update dependency rails to '~> 8.1.0'
1 parent b36c87f commit 7e2bf0f

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 '~> 3.4.0'
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.18)
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)
@@ -263,30 +266,30 @@ GEM
263266
rack (>= 1.3)
264267
rackup (2.3.1)
265268
rack (>= 3)
266-
rails (8.0.5)
267-
actioncable (= 8.0.5)
268-
actionmailbox (= 8.0.5)
269-
actionmailer (= 8.0.5)
270-
actionpack (= 8.0.5)
271-
actiontext (= 8.0.5)
272-
actionview (= 8.0.5)
273-
activejob (= 8.0.5)
274-
activemodel (= 8.0.5)
275-
activerecord (= 8.0.5)
276-
activestorage (= 8.0.5)
277-
activesupport (= 8.0.5)
269+
rails (8.1.3)
270+
actioncable (= 8.1.3)
271+
actionmailbox (= 8.1.3)
272+
actionmailer (= 8.1.3)
273+
actionpack (= 8.1.3)
274+
actiontext (= 8.1.3)
275+
actionview (= 8.1.3)
276+
activejob (= 8.1.3)
277+
activemodel (= 8.1.3)
278+
activerecord (= 8.1.3)
279+
activestorage (= 8.1.3)
280+
activesupport (= 8.1.3)
278281
bundler (>= 1.15.0)
279-
railties (= 8.0.5)
282+
railties (= 8.1.3)
280283
rails-dom-testing (2.3.0)
281284
activesupport (>= 5.0.0)
282285
minitest
283286
nokogiri (>= 1.6)
284287
rails-html-sanitizer (1.7.0)
285288
loofah (~> 2.25)
286289
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)
287-
railties (8.0.5)
288-
actionpack (= 8.0.5)
289-
activesupport (= 8.0.5)
290+
railties (8.1.3)
291+
actionpack (= 8.1.3)
292+
activesupport (= 8.1.3)
290293
irb (~> 1.13)
291294
rackup (>= 1.0.0)
292295
rake (>= 12.2)
@@ -428,7 +431,7 @@ DEPENDENCIES
428431
pay (~> 11.4.0)
429432
pg (~> 1.1)
430433
puma (~> 7.0)
431-
rails (~> 8.0.0)
434+
rails (~> 8.1.0)
432435
recaptcha
433436
redcarpet (~> 3.6)
434437
rexml

0 commit comments

Comments
 (0)