Skip to content

Commit ccf48d8

Browse files
chore(deps): update dependency rails to '~> 7.1.0'
1 parent 16afaf5 commit ccf48d8

File tree

2 files changed

+88
-66
lines changed

2 files changed

+88
-66
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby File.read('.ruby-version')
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.0.8'
7+
gem 'rails', '~> 7.1.0'
88

99
# Use postgresql as the database for Active Record
1010
gem 'pg'

Gemfile.lock

Lines changed: 87 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,89 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.1.2)
5+
actionpack (= 7.1.2)
6+
activesupport (= 7.1.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.2)
11+
actionpack (= 7.1.2)
12+
activejob (= 7.1.2)
13+
activerecord (= 7.1.2)
14+
activestorage (= 7.1.2)
15+
activesupport (= 7.1.2)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
20+
actionmailer (7.1.2)
21+
actionpack (= 7.1.2)
22+
actionview (= 7.1.2)
23+
activejob (= 7.1.2)
24+
activesupport (= 7.1.2)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.2)
31+
actionview (= 7.1.2)
32+
activesupport (= 7.1.2)
33+
nokogiri (>= 1.8.5)
34+
racc
35+
rack (>= 2.2.4)
36+
rack-session (>= 1.0.1)
3337
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.2)
41+
actionpack (= 7.1.2)
42+
activerecord (= 7.1.2)
43+
activestorage (= 7.1.2)
44+
activesupport (= 7.1.2)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
47+
actionview (7.1.2)
48+
activesupport (= 7.1.2)
4549
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8)
50-
activesupport (= 7.0.8)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (7.1.2)
54+
activesupport (= 7.1.2)
5155
globalid (>= 0.3.6)
52-
activemodel (7.0.8)
53-
activesupport (= 7.0.8)
54-
activerecord (7.0.8)
55-
activemodel (= 7.0.8)
56-
activesupport (= 7.0.8)
57-
activestorage (7.0.8)
58-
actionpack (= 7.0.8)
59-
activejob (= 7.0.8)
60-
activerecord (= 7.0.8)
61-
activesupport (= 7.0.8)
56+
activemodel (7.1.2)
57+
activesupport (= 7.1.2)
58+
activerecord (7.1.2)
59+
activemodel (= 7.1.2)
60+
activesupport (= 7.1.2)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.2)
63+
actionpack (= 7.1.2)
64+
activejob (= 7.1.2)
65+
activerecord (= 7.1.2)
66+
activesupport (= 7.1.2)
6267
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
68+
activesupport (7.1.2)
69+
base64
70+
bigdecimal
6571
concurrent-ruby (~> 1.0, >= 1.0.2)
72+
connection_pool (>= 2.2.5)
73+
drb
6674
i18n (>= 1.6, < 2)
6775
minitest (>= 5.1)
76+
mutex_m
6877
tzinfo (~> 2.0)
6978
addressable (2.8.5)
7079
public_suffix (>= 2.0.2, < 6.0)
7180
annotate (3.2.0)
7281
activerecord (>= 3.2, < 8.0)
7382
rake (>= 10.4, < 14.0)
7483
ast (2.4.2)
84+
base64 (0.2.0)
7585
bcrypt (3.1.20)
86+
bigdecimal (3.1.4)
7687
bindex (0.8.1)
7788
bootsnap (1.17.0)
7889
msgpack (~> 1.2)
@@ -118,6 +129,8 @@ GEM
118129
dotenv-rails (2.8.1)
119130
dotenv (= 2.8.1)
120131
railties (>= 3.2)
132+
drb (2.2.0)
133+
ruby2_keywords
121134
dry-auto_inject (1.0.1)
122135
dry-core (~> 1.0)
123136
zeitwerk (~> 2.6)
@@ -185,6 +198,7 @@ GEM
185198
mini_mime (1.1.5)
186199
minitest (5.20.0)
187200
msgpack (1.7.2)
201+
mutex_m (0.2.0)
188202
net-imap (0.4.5)
189203
date
190204
net-protocol
@@ -224,36 +238,42 @@ GEM
224238
rack (>= 2.0.0)
225239
rack-proxy (0.7.7)
226240
rack
241+
rack-session (1.0.1)
242+
rack (< 3)
227243
rack-test (2.1.0)
228244
rack (>= 1.3)
229-
rails (7.0.8)
230-
actioncable (= 7.0.8)
231-
actionmailbox (= 7.0.8)
232-
actionmailer (= 7.0.8)
233-
actionpack (= 7.0.8)
234-
actiontext (= 7.0.8)
235-
actionview (= 7.0.8)
236-
activejob (= 7.0.8)
237-
activemodel (= 7.0.8)
238-
activerecord (= 7.0.8)
239-
activestorage (= 7.0.8)
240-
activesupport (= 7.0.8)
245+
rackup (1.0.0)
246+
rack (< 3)
247+
webrick
248+
rails (7.1.2)
249+
actioncable (= 7.1.2)
250+
actionmailbox (= 7.1.2)
251+
actionmailer (= 7.1.2)
252+
actionpack (= 7.1.2)
253+
actiontext (= 7.1.2)
254+
actionview (= 7.1.2)
255+
activejob (= 7.1.2)
256+
activemodel (= 7.1.2)
257+
activerecord (= 7.1.2)
258+
activestorage (= 7.1.2)
259+
activesupport (= 7.1.2)
241260
bundler (>= 1.15.0)
242-
railties (= 7.0.8)
261+
railties (= 7.1.2)
243262
rails-dom-testing (2.2.0)
244263
activesupport (>= 5.0.0)
245264
minitest
246265
nokogiri (>= 1.6)
247266
rails-html-sanitizer (1.6.0)
248267
loofah (~> 2.21)
249268
nokogiri (~> 1.14)
250-
railties (7.0.8)
251-
actionpack (= 7.0.8)
252-
activesupport (= 7.0.8)
253-
method_source
269+
railties (7.1.2)
270+
actionpack (= 7.1.2)
271+
activesupport (= 7.1.2)
272+
irb
273+
rackup (>= 1.0.0)
254274
rake (>= 12.2)
255-
thor (~> 1.0)
256-
zeitwerk (~> 2.5)
275+
thor (~> 1.0, >= 1.2.2)
276+
zeitwerk (~> 2.6)
257277
rainbow (3.1.1)
258278
rake (13.1.0)
259279
ransack (4.1.1)
@@ -320,6 +340,7 @@ GEM
320340
rubocop-capybara (~> 2.17)
321341
rubocop-factory_bot (~> 2.22)
322342
ruby-progressbar (1.13.0)
343+
ruby2_keywords (0.0.5)
323344
ruby_parser (3.20.3)
324345
sexp_processor (~> 4.16)
325346
rubyzip (2.3.2)
@@ -371,6 +392,7 @@ GEM
371392
nokogiri (~> 1.6)
372393
rubyzip (>= 1.3.0)
373394
selenium-webdriver (~> 4.0, < 4.11)
395+
webrick (1.8.1)
374396
websocket (1.2.10)
375397
websocket-driver (0.7.6)
376398
websocket-extensions (>= 0.1.0)
@@ -413,7 +435,7 @@ DEPENDENCIES
413435
pry
414436
puma
415437
rack-cors
416-
rails (~> 7.0.8)
438+
rails (~> 7.1.0)
417439
ransack
418440
redis
419441
rspec-rails

0 commit comments

Comments
 (0)