Skip to content

Commit a929a25

Browse files
Update dependency rails to '~> 8.1.0'
1 parent e26c258 commit a929a25

2 files changed

Lines changed: 61 additions & 58 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.5'
9+
gem 'rails', '~> 8.1.0'
1010

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

Gemfile.lock

Lines changed: 60 additions & 57 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.5)
5-
actionpack (= 8.0.5)
6-
activesupport (= 8.0.5)
4+
action_text-trix (2.1.19)
5+
railties
6+
actioncable (8.1.3)
7+
actionpack (= 8.1.3)
8+
activesupport (= 8.1.3)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.5)
11-
actionpack (= 8.0.5)
12-
activejob (= 8.0.5)
13-
activerecord (= 8.0.5)
14-
activestorage (= 8.0.5)
15-
activesupport (= 8.0.5)
12+
actionmailbox (8.1.3)
13+
actionpack (= 8.1.3)
14+
activejob (= 8.1.3)
15+
activerecord (= 8.1.3)
16+
activestorage (= 8.1.3)
17+
activesupport (= 8.1.3)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.5)
18-
actionpack (= 8.0.5)
19-
actionview (= 8.0.5)
20-
activejob (= 8.0.5)
21-
activesupport (= 8.0.5)
19+
actionmailer (8.1.3)
20+
actionpack (= 8.1.3)
21+
actionview (= 8.1.3)
22+
activejob (= 8.1.3)
23+
activesupport (= 8.1.3)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.5)
25-
actionview (= 8.0.5)
26-
activesupport (= 8.0.5)
26+
actionpack (8.1.3)
27+
actionview (= 8.1.3)
28+
activesupport (= 8.1.3)
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.5)
35-
actionpack (= 8.0.5)
36-
activerecord (= 8.0.5)
37-
activestorage (= 8.0.5)
38-
activesupport (= 8.0.5)
36+
actiontext (8.1.3)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.3)
39+
activerecord (= 8.1.3)
40+
activestorage (= 8.1.3)
41+
activesupport (= 8.1.3)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.5)
42-
activesupport (= 8.0.5)
44+
actionview (8.1.3)
45+
activesupport (= 8.1.3)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.5)
48-
activesupport (= 8.0.5)
50+
activejob (8.1.3)
51+
activesupport (= 8.1.3)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.5)
51-
activesupport (= 8.0.5)
52-
activerecord (8.0.5)
53-
activemodel (= 8.0.5)
54-
activesupport (= 8.0.5)
53+
activemodel (8.1.3)
54+
activesupport (= 8.1.3)
55+
activerecord (8.1.3)
56+
activemodel (= 8.1.3)
57+
activesupport (= 8.1.3)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.5)
57-
actionpack (= 8.0.5)
58-
activejob (= 8.0.5)
59-
activerecord (= 8.0.5)
60-
activesupport (= 8.0.5)
59+
activestorage (8.1.3)
60+
actionpack (= 8.1.3)
61+
activejob (= 8.1.3)
62+
activerecord (= 8.1.3)
63+
activesupport (= 8.1.3)
6164
marcel (~> 1.0)
62-
activesupport (8.0.5)
65+
activesupport (8.1.3)
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)
@@ -174,7 +177,7 @@ GEM
174177
marcel (1.1.0)
175178
mini_mime (1.1.5)
176179
minigit (0.0.4)
177-
minitest (6.0.5)
180+
minitest (6.0.6)
178181
drb (~> 2.0)
179182
prism (~> 1.5)
180183
more_core_extensions (4.6.0)
@@ -229,38 +232,38 @@ GEM
229232
rackup (1.0.1)
230233
rack (< 3)
231234
webrick
232-
rails (8.0.5)
233-
actioncable (= 8.0.5)
234-
actionmailbox (= 8.0.5)
235-
actionmailer (= 8.0.5)
236-
actionpack (= 8.0.5)
237-
actiontext (= 8.0.5)
238-
actionview (= 8.0.5)
239-
activejob (= 8.0.5)
240-
activemodel (= 8.0.5)
241-
activerecord (= 8.0.5)
242-
activestorage (= 8.0.5)
243-
activesupport (= 8.0.5)
235+
rails (8.1.3)
236+
actioncable (= 8.1.3)
237+
actionmailbox (= 8.1.3)
238+
actionmailer (= 8.1.3)
239+
actionpack (= 8.1.3)
240+
actiontext (= 8.1.3)
241+
actionview (= 8.1.3)
242+
activejob (= 8.1.3)
243+
activemodel (= 8.1.3)
244+
activerecord (= 8.1.3)
245+
activestorage (= 8.1.3)
246+
activesupport (= 8.1.3)
244247
bundler (>= 1.15.0)
245-
railties (= 8.0.5)
248+
railties (= 8.1.3)
246249
rails-dom-testing (2.3.0)
247250
activesupport (>= 5.0.0)
248251
minitest
249252
nokogiri (>= 1.6)
250253
rails-html-sanitizer (1.7.0)
251254
loofah (~> 2.25)
252255
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)
253-
railties (8.0.5)
254-
actionpack (= 8.0.5)
255-
activesupport (= 8.0.5)
256+
railties (8.1.3)
257+
actionpack (= 8.1.3)
258+
activesupport (= 8.1.3)
256259
irb (~> 1.13)
257260
rackup (>= 1.0.0)
258261
rake (>= 12.2)
259262
thor (~> 1.0, >= 1.2.2)
260263
tsort (>= 0.2)
261264
zeitwerk (~> 2.6)
262265
rainbow (3.1.1)
263-
rake (13.3.1)
266+
rake (13.4.2)
264267
rb-fsevent (0.11.2)
265268
rb-inotify (0.11.1)
266269
ffi (~> 1.0)
@@ -416,7 +419,7 @@ DEPENDENCIES
416419
octokit (~> 10.0.0)
417420
pg
418421
puma
419-
rails (~> 8.0.5)
422+
rails (~> 8.1.0)
420423
rspec
421424
rspec-rails
422425
rugged

0 commit comments

Comments
 (0)