Skip to content

Commit 4f5f1b6

Browse files
Update dependency rails to '~> 8.1.0'
1 parent 703d578 commit 4f5f1b6

2 files changed

Lines changed: 68 additions & 64 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: 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.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)
@@ -157,8 +159,9 @@ GEM
157159
mini_magick (>= 4.9.5, < 6)
158160
ruby-vips (>= 2.0.17, < 3)
159161
io-console (0.8.2)
160-
irb (1.16.0)
162+
irb (1.17.0)
161163
pp (>= 0.6.0)
164+
prism (>= 1.3.0)
162165
rdoc (>= 4.0.0)
163166
reline (>= 0.4.2)
164167
json (2.12.2)
@@ -176,12 +179,13 @@ GEM
176179
loofah (2.25.0)
177180
crass (~> 1.0.2)
178181
nokogiri (>= 1.12.0)
179-
mail (2.8.1)
182+
mail (2.9.0)
183+
logger
180184
mini_mime (>= 0.1.1)
181185
net-imap
182186
net-pop
183187
net-smtp
184-
marcel (1.0.4)
188+
marcel (1.1.0)
185189
method_source (1.1.0)
186190
mini_magick (4.13.2)
187191
mini_mime (1.1.5)
@@ -190,7 +194,7 @@ GEM
190194
msgpack (1.8.0)
191195
multi_xml (0.7.2)
192196
bigdecimal (~> 3.1)
193-
net-imap (0.5.13)
197+
net-imap (0.6.2)
194198
date
195199
net-protocol
196200
net-pop (0.1.2)
@@ -200,7 +204,7 @@ GEM
200204
net-smtp (0.5.1)
201205
net-protocol
202206
nio4r (2.7.5)
203-
nokogiri (1.18.10)
207+
nokogiri (1.19.0)
204208
mini_portile2 (~> 2.8.2)
205209
racc (~> 1.4)
206210
parallel (1.27.0)
@@ -238,30 +242,30 @@ GEM
238242
rack (>= 1.3)
239243
rackup (2.3.1)
240244
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)
245+
rails (8.1.2)
246+
actioncable (= 8.1.2)
247+
actionmailbox (= 8.1.2)
248+
actionmailer (= 8.1.2)
249+
actionpack (= 8.1.2)
250+
actiontext (= 8.1.2)
251+
actionview (= 8.1.2)
252+
activejob (= 8.1.2)
253+
activemodel (= 8.1.2)
254+
activerecord (= 8.1.2)
255+
activestorage (= 8.1.2)
256+
activesupport (= 8.1.2)
253257
bundler (>= 1.15.0)
254-
railties (= 8.0.4)
258+
railties (= 8.1.2)
255259
rails-dom-testing (2.3.0)
256260
activesupport (>= 5.0.0)
257261
minitest
258262
nokogiri (>= 1.6)
259263
rails-html-sanitizer (1.6.2)
260264
loofah (~> 2.21)
261265
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)
266+
railties (8.1.2)
267+
actionpack (= 8.1.2)
268+
activesupport (= 8.1.2)
265269
irb (~> 1.13)
266270
rackup (>= 1.0.0)
267271
rake (>= 12.2)
@@ -374,7 +378,7 @@ GEM
374378
simplecov_json_formatter (0.1.4)
375379
stringio (3.2.0)
376380
test-prof (1.5.0)
377-
thor (1.4.0)
381+
thor (1.5.0)
378382
timeout (0.6.0)
379383
tsort (0.2.0)
380384
tucana (0.0.52)
@@ -387,7 +391,7 @@ GEM
387391
parser (>= 3.3.0)
388392
uri (1.1.1)
389393
useragent (0.16.11)
390-
websocket-driver (0.7.7)
394+
websocket-driver (0.8.0)
391395
base64
392396
websocket-extensions (>= 0.1.0)
393397
websocket-extensions (0.1.5)
@@ -416,7 +420,7 @@ DEPENDENCIES
416420
pry (~> 0.15.0)
417421
pry-byebug (~> 3.10)
418422
puma (>= 5.0)
419-
rails (~> 8.0.0)
423+
rails (~> 8.1.0)
420424
rotp
421425
rspec-parameterized (~> 2.0)
422426
rspec-rails (~> 8.0)

0 commit comments

Comments
 (0)