Skip to content

Commit 69cc1cd

Browse files
Bump rails from 7.0.8 to 7.1.3.2
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.3.2) --- 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 2bca5b1 commit 69cc1cd

File tree

2 files changed

+104
-73
lines changed

2 files changed

+104
-73
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.146'

Gemfile.lock

Lines changed: 103 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,79 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.1)
5-
actionpack (= 7.0.8.1)
6-
activesupport (= 7.0.8.1)
4+
actioncable (7.1.3.2)
5+
actionpack (= 7.1.3.2)
6+
activesupport (= 7.1.3.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.1)
10-
actionpack (= 7.0.8.1)
11-
activejob (= 7.0.8.1)
12-
activerecord (= 7.0.8.1)
13-
activestorage (= 7.0.8.1)
14-
activesupport (= 7.0.8.1)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.3.2)
11+
actionpack (= 7.1.3.2)
12+
activejob (= 7.1.3.2)
13+
activerecord (= 7.1.3.2)
14+
activestorage (= 7.1.3.2)
15+
activesupport (= 7.1.3.2)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.8.1)
20-
actionpack (= 7.0.8.1)
21-
actionview (= 7.0.8.1)
22-
activejob (= 7.0.8.1)
23-
activesupport (= 7.0.8.1)
20+
actionmailer (7.1.3.2)
21+
actionpack (= 7.1.3.2)
22+
actionview (= 7.1.3.2)
23+
activejob (= 7.1.3.2)
24+
activesupport (= 7.1.3.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.1)
30-
actionview (= 7.0.8.1)
31-
activesupport (= 7.0.8.1)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.3.2)
31+
actionview (= 7.1.3.2)
32+
activesupport (= 7.1.3.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.1)
37-
actionpack (= 7.0.8.1)
38-
activerecord (= 7.0.8.1)
39-
activestorage (= 7.0.8.1)
40-
activesupport (= 7.0.8.1)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.3.2)
41+
actionpack (= 7.1.3.2)
42+
activerecord (= 7.1.3.2)
43+
activestorage (= 7.1.3.2)
44+
activesupport (= 7.1.3.2)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.1)
44-
activesupport (= 7.0.8.1)
47+
actionview (7.1.3.2)
48+
activesupport (= 7.1.3.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.1)
50-
activesupport (= 7.0.8.1)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (7.1.3.2)
54+
activesupport (= 7.1.3.2)
5155
globalid (>= 0.3.6)
52-
activemodel (7.0.8.1)
53-
activesupport (= 7.0.8.1)
54-
activerecord (7.0.8.1)
55-
activemodel (= 7.0.8.1)
56-
activesupport (= 7.0.8.1)
57-
activestorage (7.0.8.1)
58-
actionpack (= 7.0.8.1)
59-
activejob (= 7.0.8.1)
60-
activerecord (= 7.0.8.1)
61-
activesupport (= 7.0.8.1)
56+
activemodel (7.1.3.2)
57+
activesupport (= 7.1.3.2)
58+
activerecord (7.1.3.2)
59+
activemodel (= 7.1.3.2)
60+
activesupport (= 7.1.3.2)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.3.2)
63+
actionpack (= 7.1.3.2)
64+
activejob (= 7.1.3.2)
65+
activerecord (= 7.1.3.2)
66+
activesupport (= 7.1.3.2)
6267
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.1)
68+
activesupport (7.1.3.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.6)
7079
public_suffix (>= 2.0.2, < 6.0)
@@ -84,6 +93,8 @@ GEM
8493
aws-sigv4 (~> 1.8)
8594
aws-sigv4 (1.8.0)
8695
aws-eventstream (~> 1, >= 1.0.2)
96+
base64 (0.2.0)
97+
bigdecimal (3.1.7)
8798
bootsnap (1.18.3)
8899
msgpack (~> 1.2)
89100
builder (3.2.4)
@@ -97,17 +108,23 @@ GEM
97108
regexp_parser (>= 1.5, < 3.0)
98109
xpath (~> 3.2)
99110
concurrent-ruby (1.2.3)
111+
connection_pool (2.4.1)
100112
crass (1.0.6)
101-
date (3.3.3)
113+
date (3.3.4)
102114
diff-lcs (1.5.1)
103115
dotenv (3.1.0)
116+
drb (2.2.1)
104117
erubi (1.12.0)
105118
ffi (1.16.3)
106119
globalid (1.2.1)
107120
activesupport (>= 6.1)
108121
httpclient (2.8.3)
109122
i18n (1.14.4)
110123
concurrent-ruby (~> 1.0)
124+
io-console (0.7.2)
125+
irb (1.12.0)
126+
rdoc
127+
reline (>= 0.4.2)
111128
jmespath (1.6.2)
112129
kramdown (2.4.0)
113130
rexml
@@ -122,47 +139,54 @@ GEM
122139
net-imap
123140
net-pop
124141
net-smtp
125-
marcel (1.0.2)
142+
marcel (1.0.4)
126143
matrix (0.4.2)
127-
method_source (1.0.0)
128144
mini_mime (1.1.5)
129145
mini_portile2 (2.8.5)
130146
minitest (5.22.3)
131147
msgpack (1.7.2)
132-
net-imap (0.3.7)
148+
mutex_m (0.2.0)
149+
net-imap (0.4.10)
133150
date
134151
net-protocol
135152
net-pop (0.1.2)
136153
net-protocol
137-
net-protocol (0.2.1)
154+
net-protocol (0.2.2)
138155
timeout
139-
net-smtp (0.4.0)
156+
net-smtp (0.4.0.1)
140157
net-protocol
141158
nio4r (2.7.0)
142159
nokogiri (1.16.3)
143160
mini_portile2 (~> 2.8.2)
144161
racc (~> 1.4)
162+
psych (5.1.2)
163+
stringio
145164
public_suffix (5.0.4)
146165
puma (6.4.2)
147166
nio4r (~> 2.0)
148167
racc (1.7.3)
149168
rack (2.2.8.1)
169+
rack-session (1.0.2)
170+
rack (< 3)
150171
rack-test (2.1.0)
151172
rack (>= 1.3)
152-
rails (7.0.8.1)
153-
actioncable (= 7.0.8.1)
154-
actionmailbox (= 7.0.8.1)
155-
actionmailer (= 7.0.8.1)
156-
actionpack (= 7.0.8.1)
157-
actiontext (= 7.0.8.1)
158-
actionview (= 7.0.8.1)
159-
activejob (= 7.0.8.1)
160-
activemodel (= 7.0.8.1)
161-
activerecord (= 7.0.8.1)
162-
activestorage (= 7.0.8.1)
163-
activesupport (= 7.0.8.1)
173+
rackup (1.0.0)
174+
rack (< 3)
175+
webrick
176+
rails (7.1.3.2)
177+
actioncable (= 7.1.3.2)
178+
actionmailbox (= 7.1.3.2)
179+
actionmailer (= 7.1.3.2)
180+
actionpack (= 7.1.3.2)
181+
actiontext (= 7.1.3.2)
182+
actionview (= 7.1.3.2)
183+
activejob (= 7.1.3.2)
184+
activemodel (= 7.1.3.2)
185+
activerecord (= 7.1.3.2)
186+
activestorage (= 7.1.3.2)
187+
activesupport (= 7.1.3.2)
164188
bundler (>= 1.15.0)
165-
railties (= 7.0.8.1)
189+
railties (= 7.1.3.2)
166190
rails-controller-testing (1.0.5)
167191
actionpack (>= 5.0.1.rc1)
168192
actionview (>= 5.0.1.rc1)
@@ -174,18 +198,23 @@ GEM
174198
rails-html-sanitizer (1.6.0)
175199
loofah (~> 2.21)
176200
nokogiri (~> 1.14)
177-
railties (7.0.8.1)
178-
actionpack (= 7.0.8.1)
179-
activesupport (= 7.0.8.1)
180-
method_source
201+
railties (7.1.3.2)
202+
actionpack (= 7.1.3.2)
203+
activesupport (= 7.1.3.2)
204+
irb
205+
rackup (>= 1.0.0)
181206
rake (>= 12.2)
182-
thor (~> 1.0)
183-
zeitwerk (~> 2.5)
207+
thor (~> 1.0, >= 1.2.2)
208+
zeitwerk (~> 2.6)
184209
rake (13.1.0)
185210
rb-fsevent (0.11.2)
186211
rb-inotify (0.10.1)
187212
ffi (~> 1.0)
213+
rdoc (6.6.2)
214+
psych (>= 4.0.0)
188215
regexp_parser (2.9.0)
216+
reline (0.4.3)
217+
io-console (~> 0.5)
189218
rexml (3.2.5)
190219
rollbar (3.5.2)
191220
rspec-core (3.13.0)
@@ -223,14 +252,16 @@ GEM
223252
actionpack (>= 5.2)
224253
activesupport (>= 5.2)
225254
sprockets (>= 3.0.0)
255+
stringio (3.1.0)
226256
thor (1.3.1)
227257
tilt (2.0.10)
228258
timecop (0.9.8)
229-
timeout (0.4.0)
259+
timeout (0.4.1)
230260
tinify (1.6.0)
231261
httpclient (~> 2.6)
232262
tzinfo (2.0.6)
233263
concurrent-ruby (~> 1.0)
264+
webrick (1.8.1)
234265
websocket-driver (0.7.6)
235266
websocket-extensions (>= 0.1.0)
236267
websocket-extensions (0.1.5)
@@ -249,7 +280,7 @@ DEPENDENCIES
249280
kramdown (~> 2.4)
250281
listen (>= 3.0.5, < 3.10)
251282
puma (~> 6)
252-
rails (~> 7.0)
283+
rails (~> 7.1)
253284
rails-controller-testing (~> 1.0)
254285
rollbar
255286
rspec-rails (~> 6.1)

0 commit comments

Comments
 (0)