Skip to content

Commit f415d45

Browse files
Update dependency rails to '~> 8.1.0'
1 parent f1da78b commit f415d45

2 files changed

Lines changed: 66 additions & 63 deletions

File tree

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: 65 additions & 62 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.4)
5-
actionpack (= 8.0.4)
6-
activesupport (= 8.0.4)
4+
action_text-trix (2.1.16)
5+
railties
6+
actioncable (8.1.2)
7+
actionpack (= 8.1.2)
8+
activesupport (= 8.1.2)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.4)
11-
actionpack (= 8.0.4)
12-
activejob (= 8.0.4)
13-
activerecord (= 8.0.4)
14-
activestorage (= 8.0.4)
15-
activesupport (= 8.0.4)
12+
actionmailbox (8.1.2)
13+
actionpack (= 8.1.2)
14+
activejob (= 8.1.2)
15+
activerecord (= 8.1.2)
16+
activestorage (= 8.1.2)
17+
activesupport (= 8.1.2)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.4)
18-
actionpack (= 8.0.4)
19-
actionview (= 8.0.4)
20-
activejob (= 8.0.4)
21-
activesupport (= 8.0.4)
19+
actionmailer (8.1.2)
20+
actionpack (= 8.1.2)
21+
actionview (= 8.1.2)
22+
activejob (= 8.1.2)
23+
activesupport (= 8.1.2)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.4)
25-
actionview (= 8.0.4)
26-
activesupport (= 8.0.4)
26+
actionpack (8.1.2)
27+
actionview (= 8.1.2)
28+
activesupport (= 8.1.2)
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.4)
35-
actionpack (= 8.0.4)
36-
activerecord (= 8.0.4)
37-
activestorage (= 8.0.4)
38-
activesupport (= 8.0.4)
36+
actiontext (8.1.2)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.2)
39+
activerecord (= 8.1.2)
40+
activestorage (= 8.1.2)
41+
activesupport (= 8.1.2)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.4)
42-
activesupport (= 8.0.4)
44+
actionview (8.1.2)
45+
activesupport (= 8.1.2)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.4)
48-
activesupport (= 8.0.4)
50+
activejob (8.1.2)
51+
activesupport (= 8.1.2)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.4)
51-
activesupport (= 8.0.4)
52-
activerecord (8.0.4)
53-
activemodel (= 8.0.4)
54-
activesupport (= 8.0.4)
53+
activemodel (8.1.2)
54+
activesupport (= 8.1.2)
55+
activerecord (8.1.2)
56+
activemodel (= 8.1.2)
57+
activesupport (= 8.1.2)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.4)
57-
actionpack (= 8.0.4)
58-
activejob (= 8.0.4)
59-
activerecord (= 8.0.4)
60-
activesupport (= 8.0.4)
59+
activestorage (8.1.2)
60+
actionpack (= 8.1.2)
61+
activejob (= 8.1.2)
62+
activerecord (= 8.1.2)
63+
activesupport (= 8.1.2)
6164
marcel (~> 1.0)
62-
activesupport (8.0.4)
65+
activesupport (8.1.2)
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,7 +80,6 @@ GEM
7780
ast (2.4.3)
7881
base64 (0.3.0)
7982
bcrypt (3.1.21)
80-
benchmark (0.5.0)
8183
bigdecimal (3.3.1)
8284
binding_of_caller (1.0.1)
8385
debug_inspector (>= 1.2.0)
@@ -176,12 +178,13 @@ GEM
176178
loofah (2.25.0)
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)
@@ -190,7 +193,7 @@ GEM
190193
msgpack (1.8.0)
191194
multi_xml (0.7.2)
192195
bigdecimal (~> 3.1)
193-
net-imap (0.5.13)
196+
net-imap (0.6.2)
194197
date
195198
net-protocol
196199
net-pop (0.1.2)
@@ -200,7 +203,7 @@ GEM
200203
net-smtp (0.5.1)
201204
net-protocol
202205
nio4r (2.7.5)
203-
nokogiri (1.18.10)
206+
nokogiri (1.19.0)
204207
mini_portile2 (~> 2.8.2)
205208
racc (~> 1.4)
206209
parallel (1.27.0)
@@ -238,30 +241,30 @@ GEM
238241
rack (>= 1.3)
239242
rackup (2.3.1)
240243
rack (>= 3)
241-
rails (8.0.4)
242-
actioncable (= 8.0.4)
243-
actionmailbox (= 8.0.4)
244-
actionmailer (= 8.0.4)
245-
actionpack (= 8.0.4)
246-
actiontext (= 8.0.4)
247-
actionview (= 8.0.4)
248-
activejob (= 8.0.4)
249-
activemodel (= 8.0.4)
250-
activerecord (= 8.0.4)
251-
activestorage (= 8.0.4)
252-
activesupport (= 8.0.4)
244+
rails (8.1.2)
245+
actioncable (= 8.1.2)
246+
actionmailbox (= 8.1.2)
247+
actionmailer (= 8.1.2)
248+
actionpack (= 8.1.2)
249+
actiontext (= 8.1.2)
250+
actionview (= 8.1.2)
251+
activejob (= 8.1.2)
252+
activemodel (= 8.1.2)
253+
activerecord (= 8.1.2)
254+
activestorage (= 8.1.2)
255+
activesupport (= 8.1.2)
253256
bundler (>= 1.15.0)
254-
railties (= 8.0.4)
257+
railties (= 8.1.2)
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.4)
263-
actionpack (= 8.0.4)
264-
activesupport (= 8.0.4)
265+
railties (8.1.2)
266+
actionpack (= 8.1.2)
267+
activesupport (= 8.1.2)
265268
irb (~> 1.13)
266269
rackup (>= 1.0.0)
267270
rake (>= 12.2)
@@ -374,7 +377,7 @@ GEM
374377
simplecov_json_formatter (0.1.4)
375378
stringio (3.2.0)
376379
test-prof (1.5.0)
377-
thor (1.4.0)
380+
thor (1.5.0)
378381
timeout (0.6.0)
379382
tsort (0.2.0)
380383
tucana (0.0.52)
@@ -387,7 +390,7 @@ GEM
387390
parser (>= 3.3.0)
388391
uri (1.1.1)
389392
useragent (0.16.11)
390-
websocket-driver (0.7.7)
393+
websocket-driver (0.8.0)
391394
base64
392395
websocket-extensions (>= 0.1.0)
393396
websocket-extensions (0.1.5)
@@ -416,7 +419,7 @@ DEPENDENCIES
416419
pry (~> 0.15.0)
417420
pry-byebug (~> 3.10)
418421
puma (>= 5.0)
419-
rails (~> 8.0.0)
422+
rails (~> 8.1.0)
420423
rotp
421424
rspec-parameterized (~> 2.0)
422425
rspec-rails (~> 8.0)

0 commit comments

Comments
 (0)