Skip to content

Commit e416155

Browse files
Update dependency rails to '~> 8.1.0'
1 parent d42a043 commit e416155

File tree

2 files changed

+68
-64
lines changed

2 files changed

+68
-64
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
ruby '3.4.7'
66

77
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
8-
gem 'rails', '~> 8.0.0'
8+
gem 'rails', '~> 8.1.0'
99

1010
# Use postgresql as the database for Active Record
1111
gem 'pg', '~> 1.1'

Gemfile.lock

Lines changed: 67 additions & 63 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.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
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)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
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)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
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.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
36+
actiontext (8.1.1)
37+
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)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
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)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
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)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.1)
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)
@@ -77,8 +80,7 @@ GEM
7780
ast (2.4.3)
7881
base64 (0.3.0)
7982
bcrypt (3.1.20)
80-
benchmark (0.4.1)
81-
bigdecimal (3.2.3)
83+
bigdecimal (3.3.1)
8284
binding_of_caller (1.0.1)
8385
debug_inspector (>= 1.2.0)
8486
bootsnap (1.18.6)
@@ -112,7 +114,7 @@ GEM
112114
diff-lcs (1.6.2)
113115
docile (1.4.1)
114116
drb (2.2.3)
115-
erb (5.0.3)
117+
erb (5.1.3)
116118
erubi (1.13.1)
117119
et-orbi (1.3.0)
118120
tzinfo
@@ -176,17 +178,18 @@ GEM
176178
loofah (2.24.1)
177179
crass (~> 1.0.2)
178180
nokogiri (>= 1.12.0)
179-
mail (2.8.1)
181+
mail (2.9.0)
182+
logger
180183
mini_mime (>= 0.1.1)
181184
net-imap
182185
net-pop
183186
net-smtp
184-
marcel (1.0.4)
187+
marcel (1.1.0)
185188
method_source (1.1.0)
186189
mini_magick (4.13.2)
187190
mini_mime (1.1.5)
188191
mini_portile2 (2.8.9)
189-
minitest (5.25.5)
192+
minitest (5.26.0)
190193
msgpack (1.7.5)
191194
multi_xml (0.7.2)
192195
bigdecimal (~> 3.1)
@@ -238,30 +241,30 @@ GEM
238241
rack (>= 1.3)
239242
rackup (2.2.1)
240243
rack (>= 3)
241-
rails (8.0.3)
242-
actioncable (= 8.0.3)
243-
actionmailbox (= 8.0.3)
244-
actionmailer (= 8.0.3)
245-
actionpack (= 8.0.3)
246-
actiontext (= 8.0.3)
247-
actionview (= 8.0.3)
248-
activejob (= 8.0.3)
249-
activemodel (= 8.0.3)
250-
activerecord (= 8.0.3)
251-
activestorage (= 8.0.3)
252-
activesupport (= 8.0.3)
244+
rails (8.1.1)
245+
actioncable (= 8.1.1)
246+
actionmailbox (= 8.1.1)
247+
actionmailer (= 8.1.1)
248+
actionpack (= 8.1.1)
249+
actiontext (= 8.1.1)
250+
actionview (= 8.1.1)
251+
activejob (= 8.1.1)
252+
activemodel (= 8.1.1)
253+
activerecord (= 8.1.1)
254+
activestorage (= 8.1.1)
255+
activesupport (= 8.1.1)
253256
bundler (>= 1.15.0)
254-
railties (= 8.0.3)
257+
railties (= 8.1.1)
255258
rails-dom-testing (2.3.0)
256259
activesupport (>= 5.0.0)
257260
minitest
258261
nokogiri (>= 1.6)
259262
rails-html-sanitizer (1.6.2)
260263
loofah (~> 2.21)
261264
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)
262-
railties (8.0.3)
263-
actionpack (= 8.0.3)
264-
activesupport (= 8.0.3)
265+
railties (8.1.1)
266+
actionpack (= 8.1.1)
267+
activesupport (= 8.1.1)
265268
irb (~> 1.13)
266269
rackup (>= 1.0.0)
267270
rake (>= 12.2)
@@ -270,9 +273,10 @@ GEM
270273
zeitwerk (~> 2.6)
271274
rainbow (3.1.1)
272275
rake (13.3.0)
273-
rdoc (6.14.2)
276+
rdoc (6.15.0)
274277
erb
275278
psych (>= 4.0.0)
279+
tsort
276280
regexp_parser (2.10.0)
277281
reline (0.6.2)
278282
io-console (~> 0.5)
@@ -386,7 +390,7 @@ GEM
386390
parser (>= 3.3.0)
387391
uri (1.0.4)
388392
useragent (0.16.11)
389-
websocket-driver (0.7.7)
393+
websocket-driver (0.8.0)
390394
base64
391395
websocket-extensions (>= 0.1.0)
392396
websocket-extensions (0.1.5)
@@ -415,7 +419,7 @@ DEPENDENCIES
415419
pry (~> 0.15.0)
416420
pry-byebug (~> 3.10)
417421
puma (>= 5.0)
418-
rails (~> 8.0.0)
422+
rails (~> 8.1.0)
419423
rotp
420424
rspec-parameterized (~> 2.0)
421425
rspec-rails (~> 8.0)

0 commit comments

Comments
 (0)