Skip to content

Commit 9049ca9

Browse files
Update dependency rails to '~> 8.1.0'
1 parent 9c95081 commit 9049ca9

2 files changed

Lines changed: 68 additions & 65 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "~> 3.3.10"
66
plugin 'bundler-inject'
77
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
88

9-
gem 'rails', '~> 8.0.4'
9+
gem 'rails', '~> 8.1.0'
1010

1111
# Use PostgreSQL as the database for Active Record
1212
gem 'pg'

Gemfile.lock

Lines changed: 67 additions & 64 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
awesome_spawn (1.6.0)
7982
base64 (0.1.2)
80-
benchmark (0.5.0)
8183
bigdecimal (4.0.1)
8284
builder (3.3.0)
8385
concurrent-ruby (1.3.6)
@@ -122,7 +124,7 @@ GEM
122124
fugit (1.12.1)
123125
et-orbi (~> 1.4)
124126
raabro (~> 1.4)
125-
globalid (1.2.1)
127+
globalid (1.3.0)
126128
activesupport (>= 6.1)
127129
haml (6.4.0)
128130
temple (>= 0.8.2)
@@ -157,7 +159,8 @@ GEM
157159
loofah (2.25.0)
158160
crass (~> 1.0.2)
159161
nokogiri (>= 1.12.0)
160-
mail (2.8.1)
162+
mail (2.9.0)
163+
logger
161164
mini_mime (>= 0.1.1)
162165
net-imap
163166
net-pop
@@ -171,7 +174,7 @@ GEM
171174
rubocop-ast (~> 1.40.0)
172175
rubocop-performance
173176
rubocop-rails
174-
marcel (1.0.4)
177+
marcel (1.1.0)
175178
mini_mime (1.1.5)
176179
minigit (0.0.4)
177180
minitest (6.0.1)
@@ -181,14 +184,14 @@ GEM
181184
sync
182185
net-http (0.9.1)
183186
uri (>= 0.11.1)
184-
net-imap (0.5.7)
187+
net-imap (0.6.2)
185188
date
186189
net-protocol
187190
net-pop (0.1.2)
188191
net-protocol
189192
net-protocol (0.2.2)
190193
timeout
191-
net-smtp (0.5.0)
194+
net-smtp (0.5.1)
192195
net-protocol
193196
net-ssh (7.3.0)
194197
nio4r (2.7.5)
@@ -227,30 +230,30 @@ GEM
227230
rackup (1.0.1)
228231
rack (< 3)
229232
webrick
230-
rails (8.0.4)
231-
actioncable (= 8.0.4)
232-
actionmailbox (= 8.0.4)
233-
actionmailer (= 8.0.4)
234-
actionpack (= 8.0.4)
235-
actiontext (= 8.0.4)
236-
actionview (= 8.0.4)
237-
activejob (= 8.0.4)
238-
activemodel (= 8.0.4)
239-
activerecord (= 8.0.4)
240-
activestorage (= 8.0.4)
241-
activesupport (= 8.0.4)
233+
rails (8.1.2)
234+
actioncable (= 8.1.2)
235+
actionmailbox (= 8.1.2)
236+
actionmailer (= 8.1.2)
237+
actionpack (= 8.1.2)
238+
actiontext (= 8.1.2)
239+
actionview (= 8.1.2)
240+
activejob (= 8.1.2)
241+
activemodel (= 8.1.2)
242+
activerecord (= 8.1.2)
243+
activestorage (= 8.1.2)
244+
activesupport (= 8.1.2)
242245
bundler (>= 1.15.0)
243-
railties (= 8.0.4)
246+
railties (= 8.1.2)
244247
rails-dom-testing (2.3.0)
245248
activesupport (>= 5.0.0)
246249
minitest
247250
nokogiri (>= 1.6)
248251
rails-html-sanitizer (1.6.2)
249252
loofah (~> 2.21)
250253
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)
251-
railties (8.0.4)
252-
actionpack (= 8.0.4)
253-
activesupport (= 8.0.4)
254+
railties (8.1.2)
255+
actionpack (= 8.1.2)
256+
activesupport (= 8.1.2)
254257
irb (~> 1.13)
255258
rackup (>= 1.0.0)
256259
rake (>= 12.2)
@@ -262,7 +265,7 @@ GEM
262265
rb-fsevent (0.11.2)
263266
rb-inotify (0.11.1)
264267
ffi (~> 1.0)
265-
rdoc (7.1.0)
268+
rdoc (7.2.0)
266269
erb
267270
psych (>= 4.0.0)
268271
tsort
@@ -364,7 +367,7 @@ GEM
364367
thor (1.5.0)
365368
tilt (2.7.0)
366369
timecop (0.9.10)
367-
timeout (0.4.3)
370+
timeout (0.6.0)
368371
tsort (0.2.0)
369372
turbolinks (5.2.1)
370373
turbolinks-source (~> 5.2)
@@ -379,7 +382,7 @@ GEM
379382
crack (>= 0.3.2)
380383
hashdiff (>= 0.4.0, < 2.0.0)
381384
webrick (1.9.2)
382-
websocket-driver (0.7.7)
385+
websocket-driver (0.8.0)
383386
base64
384387
websocket-extensions (>= 0.1.0)
385388
websocket-extensions (0.1.5)
@@ -410,7 +413,7 @@ DEPENDENCIES
410413
octokit (~> 4.25.0)
411414
pg
412415
puma
413-
rails (~> 8.0.4)
416+
rails (~> 8.1.0)
414417
rspec
415418
rspec-rails
416419
rugged

0 commit comments

Comments
 (0)