Skip to content

Commit f0143d4

Browse files
Update dependency rails to '~> 8.1.0'
1 parent 967667e commit f0143d4

File tree

2 files changed

+66
-63
lines changed

2 files changed

+66
-63
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.2.2'
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.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
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.0)
13+
actionpack (= 8.1.0)
14+
activejob (= 8.1.0)
15+
activerecord (= 8.1.0)
16+
activestorage (= 8.1.0)
17+
activesupport (= 8.1.0)
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.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
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.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
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.0)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.0)
39+
activerecord (= 8.1.0)
40+
activestorage (= 8.1.0)
41+
activesupport (= 8.1.0)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.0)
45+
activesupport (= 8.1.0)
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.0)
51+
activesupport (= 8.1.0)
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.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
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.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.0)
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)
@@ -109,7 +111,7 @@ GEM
109111
diff-lcs (1.6.2)
110112
docile (1.4.1)
111113
drb (2.2.3)
112-
erb (5.0.3)
114+
erb (5.1.1)
113115
erubi (1.13.1)
114116
et-orbi (1.3.0)
115117
tzinfo
@@ -178,12 +180,12 @@ GEM
178180
net-imap
179181
net-pop
180182
net-smtp
181-
marcel (1.0.4)
183+
marcel (1.1.0)
182184
method_source (1.1.0)
183185
mini_magick (4.13.2)
184186
mini_mime (1.1.5)
185187
mini_portile2 (2.8.9)
186-
minitest (5.25.5)
188+
minitest (5.26.0)
187189
msgpack (1.7.5)
188190
multi_xml (0.7.1)
189191
bigdecimal (~> 3.1)
@@ -235,30 +237,30 @@ GEM
235237
rack (>= 1.3)
236238
rackup (2.2.1)
237239
rack (>= 3)
238-
rails (8.0.3)
239-
actioncable (= 8.0.3)
240-
actionmailbox (= 8.0.3)
241-
actionmailer (= 8.0.3)
242-
actionpack (= 8.0.3)
243-
actiontext (= 8.0.3)
244-
actionview (= 8.0.3)
245-
activejob (= 8.0.3)
246-
activemodel (= 8.0.3)
247-
activerecord (= 8.0.3)
248-
activestorage (= 8.0.3)
249-
activesupport (= 8.0.3)
240+
rails (8.1.0)
241+
actioncable (= 8.1.0)
242+
actionmailbox (= 8.1.0)
243+
actionmailer (= 8.1.0)
244+
actionpack (= 8.1.0)
245+
actiontext (= 8.1.0)
246+
actionview (= 8.1.0)
247+
activejob (= 8.1.0)
248+
activemodel (= 8.1.0)
249+
activerecord (= 8.1.0)
250+
activestorage (= 8.1.0)
251+
activesupport (= 8.1.0)
250252
bundler (>= 1.15.0)
251-
railties (= 8.0.3)
253+
railties (= 8.1.0)
252254
rails-dom-testing (2.3.0)
253255
activesupport (>= 5.0.0)
254256
minitest
255257
nokogiri (>= 1.6)
256258
rails-html-sanitizer (1.6.2)
257259
loofah (~> 2.21)
258260
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)
259-
railties (8.0.3)
260-
actionpack (= 8.0.3)
261-
activesupport (= 8.0.3)
261+
railties (8.1.0)
262+
actionpack (= 8.1.0)
263+
activesupport (= 8.1.0)
262264
irb (~> 1.13)
263265
rackup (>= 1.0.0)
264266
rake (>= 12.2)
@@ -267,9 +269,10 @@ GEM
267269
zeitwerk (~> 2.6)
268270
rainbow (3.1.1)
269271
rake (13.3.0)
270-
rdoc (6.14.2)
272+
rdoc (6.15.0)
271273
erb
272274
psych (>= 4.0.0)
275+
tsort
273276
regexp_parser (2.10.0)
274277
reline (0.6.2)
275278
io-console (~> 0.5)
@@ -380,7 +383,7 @@ GEM
380383
parser (>= 3.3.0)
381384
uri (1.0.4)
382385
useragent (0.16.11)
383-
websocket-driver (0.7.7)
386+
websocket-driver (0.8.0)
384387
base64
385388
websocket-extensions (>= 0.1.0)
386389
websocket-extensions (0.1.5)
@@ -409,7 +412,7 @@ DEPENDENCIES
409412
pry (~> 0.15.0)
410413
pry-byebug (~> 3.10)
411414
puma (>= 5.0)
412-
rails (~> 8.0.0)
415+
rails (~> 8.1.0)
413416
rotp
414417
rspec-parameterized (~> 2.0)
415418
rspec-rails (~> 8.0)

0 commit comments

Comments
 (0)