Skip to content

Commit f4735a2

Browse files
chore(deps): update dependency rails to '~> 7.1.0'
1 parent 30b9d06 commit f4735a2

File tree

2 files changed

+90
-67
lines changed

2 files changed

+90
-67
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: 89 additions & 66 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)
@@ -119,6 +130,8 @@ GEM
119130
dotenv-rails (2.8.1)
120131
dotenv (= 2.8.1)
121132
railties (>= 3.2)
133+
drb (2.2.0)
134+
ruby2_keywords
122135
dry-auto_inject (1.0.1)
123136
dry-core (~> 1.0)
124137
zeitwerk (~> 2.6)
@@ -187,6 +200,7 @@ GEM
187200
mini_mime (1.1.5)
188201
minitest (5.20.0)
189202
msgpack (1.7.2)
203+
mutex_m (0.2.0)
190204
net-imap (0.4.5)
191205
date
192206
net-protocol
@@ -199,6 +213,8 @@ GEM
199213
nio4r (2.6.0)
200214
nokogiri (1.15.5-arm64-darwin)
201215
racc (~> 1.4)
216+
nokogiri (1.15.5-x86_64-linux)
217+
racc (~> 1.4)
202218
orm_adapter (0.5.0)
203219
overcommit (0.60.0)
204220
childprocess (>= 0.6.3, < 5)
@@ -224,36 +240,42 @@ GEM
224240
rack (>= 2.0.0)
225241
rack-proxy (0.7.7)
226242
rack
243+
rack-session (1.0.1)
244+
rack (< 3)
227245
rack-test (2.1.0)
228246
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)
247+
rackup (1.0.0)
248+
rack (< 3)
249+
webrick
250+
rails (7.1.2)
251+
actioncable (= 7.1.2)
252+
actionmailbox (= 7.1.2)
253+
actionmailer (= 7.1.2)
254+
actionpack (= 7.1.2)
255+
actiontext (= 7.1.2)
256+
actionview (= 7.1.2)
257+
activejob (= 7.1.2)
258+
activemodel (= 7.1.2)
259+
activerecord (= 7.1.2)
260+
activestorage (= 7.1.2)
261+
activesupport (= 7.1.2)
241262
bundler (>= 1.15.0)
242-
railties (= 7.0.8)
263+
railties (= 7.1.2)
243264
rails-dom-testing (2.2.0)
244265
activesupport (>= 5.0.0)
245266
minitest
246267
nokogiri (>= 1.6)
247268
rails-html-sanitizer (1.6.0)
248269
loofah (~> 2.21)
249270
nokogiri (~> 1.14)
250-
railties (7.0.8)
251-
actionpack (= 7.0.8)
252-
activesupport (= 7.0.8)
253-
method_source
271+
railties (7.1.2)
272+
actionpack (= 7.1.2)
273+
activesupport (= 7.1.2)
274+
irb
275+
rackup (>= 1.0.0)
254276
rake (>= 12.2)
255-
thor (~> 1.0)
256-
zeitwerk (~> 2.5)
277+
thor (~> 1.0, >= 1.2.2)
278+
zeitwerk (~> 2.6)
257279
rainbow (3.1.1)
258280
rake (13.1.0)
259281
ransack (4.1.1)
@@ -320,6 +342,7 @@ GEM
320342
rubocop-capybara (~> 2.17)
321343
rubocop-factory_bot (~> 2.22)
322344
ruby-progressbar (1.13.0)
345+
ruby2_keywords (0.0.5)
323346
ruby_parser (3.20.3)
324347
sexp_processor (~> 4.16)
325348
rubyzip (2.3.2)
@@ -371,6 +394,7 @@ GEM
371394
nokogiri (~> 1.6)
372395
rubyzip (>= 1.3.0)
373396
selenium-webdriver (~> 4.0, < 4.11)
397+
webrick (1.8.1)
374398
websocket (1.2.10)
375399
websocket-driver (0.7.6)
376400
websocket-extensions (>= 0.1.0)
@@ -385,7 +409,6 @@ GEM
385409
PLATFORMS
386410
arm64-darwin-21
387411
arm64-darwin-22
388-
ruby
389412
x86_64-linux
390413

391414
DEPENDENCIES
@@ -414,7 +437,7 @@ DEPENDENCIES
414437
pry
415438
puma
416439
rack-cors
417-
rails (~> 7.0.8)
440+
rails (~> 7.1.0)
418441
ransack
419442
redis
420443
rspec-rails

0 commit comments

Comments
 (0)