Skip to content

Commit 8231fa8

Browse files
Update dependency rails to '~> 8.1.0'
1 parent ec2dd38 commit 8231fa8

2 files changed

Lines changed: 72 additions & 69 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: 71 additions & 68 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 (3.3.1)
8284
builder (3.3.0)
8385
cgi (0.5.1)
@@ -124,7 +126,7 @@ GEM
124126
fugit (1.11.1)
125127
et-orbi (~> 1, >= 1.2.11)
126128
raabro (~> 1.4)
127-
globalid (1.2.1)
129+
globalid (1.3.0)
128130
activesupport (>= 6.1)
129131
haml (6.4.0)
130132
temple (>= 0.8.2)
@@ -158,7 +160,8 @@ GEM
158160
loofah (2.25.0)
159161
crass (~> 1.0.2)
160162
nokogiri (>= 1.12.0)
161-
mail (2.8.1)
163+
mail (2.9.0)
164+
logger
162165
mini_mime (>= 0.1.1)
163166
net-imap
164167
net-pop
@@ -172,7 +175,7 @@ GEM
172175
rubocop-ast (~> 1.40.0)
173176
rubocop-performance
174177
rubocop-rails
175-
marcel (1.0.4)
178+
marcel (1.1.0)
176179
mini_mime (1.1.5)
177180
minigit (0.0.4)
178181
minitest (5.27.0)
@@ -181,20 +184,20 @@ 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)
195-
nokogiri (1.18.10-arm64-darwin)
198+
nokogiri (1.19.0-arm64-darwin)
196199
racc (~> 1.4)
197-
nokogiri (1.18.10-x86_64-linux-gnu)
200+
nokogiri (1.19.0-x86_64-linux-gnu)
198201
racc (~> 1.4)
199202
octokit (4.25.1)
200203
faraday (>= 1, < 3)
@@ -210,7 +213,7 @@ GEM
210213
pp (0.6.3)
211214
prettyprint
212215
prettyprint (0.2.0)
213-
psych (5.3.0)
216+
psych (5.3.1)
214217
date
215218
stringio
216219
public_suffix (6.0.2)
@@ -226,30 +229,30 @@ GEM
226229
rackup (1.0.1)
227230
rack (< 3)
228231
webrick
229-
rails (8.0.4)
230-
actioncable (= 8.0.4)
231-
actionmailbox (= 8.0.4)
232-
actionmailer (= 8.0.4)
233-
actionpack (= 8.0.4)
234-
actiontext (= 8.0.4)
235-
actionview (= 8.0.4)
236-
activejob (= 8.0.4)
237-
activemodel (= 8.0.4)
238-
activerecord (= 8.0.4)
239-
activestorage (= 8.0.4)
240-
activesupport (= 8.0.4)
232+
rails (8.1.2)
233+
actioncable (= 8.1.2)
234+
actionmailbox (= 8.1.2)
235+
actionmailer (= 8.1.2)
236+
actionpack (= 8.1.2)
237+
actiontext (= 8.1.2)
238+
actionview (= 8.1.2)
239+
activejob (= 8.1.2)
240+
activemodel (= 8.1.2)
241+
activerecord (= 8.1.2)
242+
activestorage (= 8.1.2)
243+
activesupport (= 8.1.2)
241244
bundler (>= 1.15.0)
242-
railties (= 8.0.4)
245+
railties (= 8.1.2)
243246
rails-dom-testing (2.3.0)
244247
activesupport (>= 5.0.0)
245248
minitest
246249
nokogiri (>= 1.6)
247250
rails-html-sanitizer (1.6.2)
248251
loofah (~> 2.21)
249252
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)
250-
railties (8.0.4)
251-
actionpack (= 8.0.4)
252-
activesupport (= 8.0.4)
253+
railties (8.1.2)
254+
actionpack (= 8.1.2)
255+
activesupport (= 8.1.2)
253256
irb (~> 1.13)
254257
rackup (>= 1.0.0)
255258
rake (>= 12.2)
@@ -361,14 +364,14 @@ GEM
361364
actionpack (>= 6.1)
362365
activesupport (>= 6.1)
363366
sprockets (>= 3.0.0)
364-
stringio (3.1.9)
367+
stringio (3.2.0)
365368
sync (0.5.0)
366369
sysexits (1.2.0)
367370
temple (0.10.4)
368371
thor (1.5.0)
369372
tilt (2.7.0)
370373
timecop (0.9.10)
371-
timeout (0.4.3)
374+
timeout (0.6.0)
372375
tsort (0.2.0)
373376
turbolinks (5.2.1)
374377
turbolinks-source (~> 5.2)
@@ -383,11 +386,11 @@ GEM
383386
crack (>= 0.3.2)
384387
hashdiff (>= 0.4.0, < 2.0.0)
385388
webrick (1.9.2)
386-
websocket-driver (0.7.7)
389+
websocket-driver (0.8.0)
387390
base64
388391
websocket-extensions (>= 0.1.0)
389392
websocket-extensions (0.1.5)
390-
zeitwerk (2.6.18)
393+
zeitwerk (2.7.4)
391394

392395
PLATFORMS
393396
arm64-darwin
@@ -414,7 +417,7 @@ DEPENDENCIES
414417
octokit (~> 4.25.0)
415418
pg
416419
puma
417-
rails (~> 8.0.4)
420+
rails (~> 8.1.0)
418421
rspec
419422
rspec-rails
420423
rugged

0 commit comments

Comments
 (0)