Skip to content

Commit 8af773c

Browse files
Bump rails from 7.0.8 to 7.1.1
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6376964 commit 8af773c

File tree

2 files changed

+102
-70
lines changed

2 files changed

+102
-70
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby '3.1.2'
44

5-
gem 'rails', '~> 7.0'
5+
gem 'rails', '~> 7.1'
66
gem 'soup', '~> 1.0'
77
gem 'kramdown', '~> 2.4'
88
gem 'aws-sdk-s3', '~> 1.135'

Gemfile.lock

Lines changed: 101 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,78 @@
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.1)
5+
actionpack (= 7.1.1)
6+
activesupport (= 7.1.1)
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.1)
11+
actionpack (= 7.1.1)
12+
activejob (= 7.1.1)
13+
activerecord (= 7.1.1)
14+
activestorage (= 7.1.1)
15+
activesupport (= 7.1.1)
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.1)
21+
actionpack (= 7.1.1)
22+
actionview (= 7.1.1)
23+
activejob (= 7.1.1)
24+
activesupport (= 7.1.1)
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.1)
31+
actionview (= 7.1.1)
32+
activesupport (= 7.1.1)
33+
nokogiri (>= 1.8.5)
34+
rack (>= 2.2.4)
35+
rack-session (>= 1.0.1)
3336
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)
37+
rails-dom-testing (~> 2.2)
38+
rails-html-sanitizer (~> 1.6)
39+
actiontext (7.1.1)
40+
actionpack (= 7.1.1)
41+
activerecord (= 7.1.1)
42+
activestorage (= 7.1.1)
43+
activesupport (= 7.1.1)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
46+
actionview (7.1.1)
47+
activesupport (= 7.1.1)
4548
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)
49+
erubi (~> 1.11)
50+
rails-dom-testing (~> 2.2)
51+
rails-html-sanitizer (~> 1.6)
52+
activejob (7.1.1)
53+
activesupport (= 7.1.1)
5154
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)
55+
activemodel (7.1.1)
56+
activesupport (= 7.1.1)
57+
activerecord (7.1.1)
58+
activemodel (= 7.1.1)
59+
activesupport (= 7.1.1)
60+
timeout (>= 0.4.0)
61+
activestorage (7.1.1)
62+
actionpack (= 7.1.1)
63+
activejob (= 7.1.1)
64+
activerecord (= 7.1.1)
65+
activesupport (= 7.1.1)
6266
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
67+
activesupport (7.1.1)
68+
base64
69+
bigdecimal
6570
concurrent-ruby (~> 1.0, >= 1.0.2)
71+
connection_pool (>= 2.2.5)
72+
drb
6673
i18n (>= 1.6, < 2)
6774
minitest (>= 5.1)
75+
mutex_m
6876
tzinfo (~> 2.0)
6977
addressable (2.8.4)
7078
public_suffix (>= 2.0.2, < 6.0)
@@ -84,6 +92,8 @@ GEM
8492
aws-sigv4 (~> 1.6)
8593
aws-sigv4 (1.6.0)
8694
aws-eventstream (~> 1, >= 1.0.2)
95+
base64 (0.1.1)
96+
bigdecimal (3.1.4)
8797
bootsnap (1.16.0)
8898
msgpack (~> 1.2)
8999
builder (3.2.4)
@@ -97,27 +107,34 @@ GEM
97107
regexp_parser (>= 1.5, < 3.0)
98108
xpath (~> 3.2)
99109
concurrent-ruby (1.2.2)
110+
connection_pool (2.4.1)
100111
crass (1.0.6)
101112
date (3.3.3)
102113
diff-lcs (1.5.0)
103114
dotenv (2.8.1)
104115
dotenv-rails (2.8.1)
105116
dotenv (= 2.8.1)
106117
railties (>= 3.2)
118+
drb (2.1.1)
119+
ruby2_keywords
107120
erubi (1.12.0)
108121
ffi (1.15.5)
109122
globalid (1.2.1)
110123
activesupport (>= 6.1)
111124
httpclient (2.8.3)
112125
i18n (1.14.1)
113126
concurrent-ruby (~> 1.0)
127+
io-console (0.6.0)
128+
irb (1.8.1)
129+
rdoc
130+
reline (>= 0.3.8)
114131
jmespath (1.6.2)
115132
kramdown (2.4.0)
116133
rexml
117134
listen (3.8.0)
118135
rb-fsevent (~> 0.10, >= 0.10.3)
119136
rb-inotify (~> 0.9, >= 0.9.10)
120-
loofah (2.21.3)
137+
loofah (2.21.4)
121138
crass (~> 1.0.2)
122139
nokogiri (>= 1.12.0)
123140
mail (2.8.1)
@@ -127,12 +144,12 @@ GEM
127144
net-smtp
128145
marcel (1.0.2)
129146
matrix (0.4.2)
130-
method_source (1.0.0)
131147
mini_mime (1.1.5)
132148
mini_portile2 (2.8.4)
133149
minitest (5.20.0)
134150
msgpack (1.6.0)
135-
net-imap (0.3.7)
151+
mutex_m (0.1.2)
152+
net-imap (0.4.1)
136153
date
137154
net-protocol
138155
net-pop (0.1.2)
@@ -145,27 +162,34 @@ GEM
145162
nokogiri (1.15.4)
146163
mini_portile2 (~> 2.8.2)
147164
racc (~> 1.4)
165+
psych (5.1.1)
166+
stringio
148167
public_suffix (5.0.1)
149168
puma (6.4.0)
150169
nio4r (~> 2.0)
151170
racc (1.7.1)
152171
rack (2.2.8)
172+
rack-session (1.0.1)
173+
rack (< 3)
153174
rack-test (2.1.0)
154175
rack (>= 1.3)
155-
rails (7.0.8)
156-
actioncable (= 7.0.8)
157-
actionmailbox (= 7.0.8)
158-
actionmailer (= 7.0.8)
159-
actionpack (= 7.0.8)
160-
actiontext (= 7.0.8)
161-
actionview (= 7.0.8)
162-
activejob (= 7.0.8)
163-
activemodel (= 7.0.8)
164-
activerecord (= 7.0.8)
165-
activestorage (= 7.0.8)
166-
activesupport (= 7.0.8)
176+
rackup (1.0.0)
177+
rack (< 3)
178+
webrick
179+
rails (7.1.1)
180+
actioncable (= 7.1.1)
181+
actionmailbox (= 7.1.1)
182+
actionmailer (= 7.1.1)
183+
actionpack (= 7.1.1)
184+
actiontext (= 7.1.1)
185+
actionview (= 7.1.1)
186+
activejob (= 7.1.1)
187+
activemodel (= 7.1.1)
188+
activerecord (= 7.1.1)
189+
activestorage (= 7.1.1)
190+
activesupport (= 7.1.1)
167191
bundler (>= 1.15.0)
168-
railties (= 7.0.8)
192+
railties (= 7.1.1)
169193
rails-controller-testing (1.0.5)
170194
actionpack (>= 5.0.1.rc1)
171195
actionview (>= 5.0.1.rc1)
@@ -177,18 +201,23 @@ GEM
177201
rails-html-sanitizer (1.6.0)
178202
loofah (~> 2.21)
179203
nokogiri (~> 1.14)
180-
railties (7.0.8)
181-
actionpack (= 7.0.8)
182-
activesupport (= 7.0.8)
183-
method_source
204+
railties (7.1.1)
205+
actionpack (= 7.1.1)
206+
activesupport (= 7.1.1)
207+
irb
208+
rackup (>= 1.0.0)
184209
rake (>= 12.2)
185-
thor (~> 1.0)
186-
zeitwerk (~> 2.5)
210+
thor (~> 1.0, >= 1.2.2)
211+
zeitwerk (~> 2.6)
187212
rake (13.0.6)
188213
rb-fsevent (0.11.2)
189214
rb-inotify (0.10.1)
190215
ffi (~> 1.0)
216+
rdoc (6.5.0)
217+
psych (>= 4.0.0)
191218
regexp_parser (2.8.1)
219+
reline (0.3.9)
220+
io-console (~> 0.5)
192221
rexml (3.2.5)
193222
rollbar (3.4.0)
194223
rspec-core (3.12.2)
@@ -208,6 +237,7 @@ GEM
208237
rspec-mocks (~> 3.12)
209238
rspec-support (~> 3.12)
210239
rspec-support (3.12.0)
240+
ruby2_keywords (0.0.5)
211241
sass-rails (6.0.0)
212242
sassc-rails (~> 2.1, >= 2.1.1)
213243
sassc (2.4.0)
@@ -226,6 +256,7 @@ GEM
226256
actionpack (>= 5.2)
227257
activesupport (>= 5.2)
228258
sprockets (>= 3.0.0)
259+
stringio (3.0.8)
229260
thor (1.2.2)
230261
tilt (2.0.10)
231262
timecop (0.9.8)
@@ -234,12 +265,13 @@ GEM
234265
httpclient (~> 2.6)
235266
tzinfo (2.0.6)
236267
concurrent-ruby (~> 1.0)
268+
webrick (1.8.1)
237269
websocket-driver (0.7.6)
238270
websocket-extensions (>= 0.1.0)
239271
websocket-extensions (0.1.5)
240272
xpath (3.2.0)
241273
nokogiri (~> 1.8)
242-
zeitwerk (2.6.11)
274+
zeitwerk (2.6.12)
243275

244276
PLATFORMS
245277
ruby
@@ -252,7 +284,7 @@ DEPENDENCIES
252284
kramdown (~> 2.4)
253285
listen (>= 3.0.5, < 3.9)
254286
puma (~> 6)
255-
rails (~> 7.0)
287+
rails (~> 7.1)
256288
rails-controller-testing (~> 1.0)
257289
rollbar
258290
rspec-rails (~> 6.0)

0 commit comments

Comments
 (0)