Skip to content

Commit d03793c

Browse files
Bump rails from 7.0.8 to 7.1.3
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.1.3) --- 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 f3417ae commit d03793c

File tree

2 files changed

+115
-82
lines changed

2 files changed

+115
-82
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.136'

Gemfile.lock

Lines changed: 114 additions & 81 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)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.1.3)
5+
actionpack (= 7.1.3)
6+
activesupport (= 7.1.3)
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.3)
11+
actionpack (= 7.1.3)
12+
activejob (= 7.1.3)
13+
activerecord (= 7.1.3)
14+
activestorage (= 7.1.3)
15+
activesupport (= 7.1.3)
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.3)
21+
actionpack (= 7.1.3)
22+
actionview (= 7.1.3)
23+
activejob (= 7.1.3)
24+
activesupport (= 7.1.3)
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.3)
31+
actionview (= 7.1.3)
32+
activesupport (= 7.1.3)
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.3)
41+
actionpack (= 7.1.3)
42+
activerecord (= 7.1.3)
43+
activestorage (= 7.1.3)
44+
activesupport (= 7.1.3)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
47+
actionview (7.1.3)
48+
activesupport (= 7.1.3)
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.3)
54+
activesupport (= 7.1.3)
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.3)
57+
activesupport (= 7.1.3)
58+
activerecord (7.1.3)
59+
activemodel (= 7.1.3)
60+
activesupport (= 7.1.3)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.3)
63+
actionpack (= 7.1.3)
64+
activejob (= 7.1.3)
65+
activerecord (= 7.1.3)
66+
activesupport (= 7.1.3)
6267
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8)
68+
activesupport (7.1.3)
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.4)
7079
public_suffix (>= 2.0.2, < 6.0)
@@ -84,6 +93,8 @@ GEM
8493
aws-sigv4 (~> 1.6)
8594
aws-sigv4 (1.6.0)
8695
aws-eventstream (~> 1, >= 1.0.2)
96+
base64 (0.2.0)
97+
bigdecimal (3.1.5)
8798
bootsnap (1.17.1)
8899
msgpack (~> 1.2)
89100
builder (3.2.4)
@@ -96,28 +107,35 @@ GEM
96107
rack-test (>= 0.6.3)
97108
regexp_parser (>= 1.5, < 3.0)
98109
xpath (~> 3.2)
99-
concurrent-ruby (1.2.2)
110+
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.0)
103115
dotenv (2.8.1)
104116
dotenv-rails (2.8.1)
105117
dotenv (= 2.8.1)
106118
railties (>= 3.2)
119+
drb (2.2.0)
120+
ruby2_keywords
107121
erubi (1.12.0)
108122
ffi (1.15.5)
109123
globalid (1.2.1)
110124
activesupport (>= 6.1)
111125
httpclient (2.8.3)
112126
i18n (1.14.1)
113127
concurrent-ruby (~> 1.0)
128+
io-console (0.7.1)
129+
irb (1.11.1)
130+
rdoc
131+
reline (>= 0.4.2)
114132
jmespath (1.6.2)
115133
kramdown (2.4.0)
116134
rexml
117135
listen (3.8.0)
118136
rb-fsevent (~> 0.10, >= 0.10.3)
119137
rb-inotify (~> 0.9, >= 0.9.10)
120-
loofah (2.21.3)
138+
loofah (2.22.0)
121139
crass (~> 1.0.2)
122140
nokogiri (>= 1.12.0)
123141
mail (2.8.1)
@@ -127,45 +145,52 @@ GEM
127145
net-smtp
128146
marcel (1.0.2)
129147
matrix (0.4.2)
130-
method_source (1.0.0)
131148
mini_mime (1.1.5)
132-
mini_portile2 (2.8.4)
133-
minitest (5.20.0)
149+
mini_portile2 (2.8.5)
150+
minitest (5.21.1)
134151
msgpack (1.7.2)
135-
net-imap (0.3.7)
152+
mutex_m (0.2.0)
153+
net-imap (0.4.9.1)
136154
date
137155
net-protocol
138156
net-pop (0.1.2)
139157
net-protocol
140-
net-protocol (0.2.1)
158+
net-protocol (0.2.2)
141159
timeout
142-
net-smtp (0.4.0)
160+
net-smtp (0.4.0.1)
143161
net-protocol
144-
nio4r (2.5.9)
145-
nokogiri (1.15.4)
162+
nio4r (2.7.0)
163+
nokogiri (1.16.0)
146164
mini_portile2 (~> 2.8.2)
147165
racc (~> 1.4)
166+
psych (5.1.2)
167+
stringio
148168
public_suffix (5.0.1)
149169
puma (6.4.0)
150170
nio4r (~> 2.0)
151-
racc (1.7.1)
171+
racc (1.7.3)
152172
rack (2.2.8)
173+
rack-session (1.0.2)
174+
rack (< 3)
153175
rack-test (2.1.0)
154176
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)
177+
rackup (1.0.0)
178+
rack (< 3)
179+
webrick
180+
rails (7.1.3)
181+
actioncable (= 7.1.3)
182+
actionmailbox (= 7.1.3)
183+
actionmailer (= 7.1.3)
184+
actionpack (= 7.1.3)
185+
actiontext (= 7.1.3)
186+
actionview (= 7.1.3)
187+
activejob (= 7.1.3)
188+
activemodel (= 7.1.3)
189+
activerecord (= 7.1.3)
190+
activestorage (= 7.1.3)
191+
activesupport (= 7.1.3)
167192
bundler (>= 1.15.0)
168-
railties (= 7.0.8)
193+
railties (= 7.1.3)
169194
rails-controller-testing (1.0.5)
170195
actionpack (>= 5.0.1.rc1)
171196
actionview (>= 5.0.1.rc1)
@@ -177,18 +202,23 @@ GEM
177202
rails-html-sanitizer (1.6.0)
178203
loofah (~> 2.21)
179204
nokogiri (~> 1.14)
180-
railties (7.0.8)
181-
actionpack (= 7.0.8)
182-
activesupport (= 7.0.8)
183-
method_source
205+
railties (7.1.3)
206+
actionpack (= 7.1.3)
207+
activesupport (= 7.1.3)
208+
irb
209+
rackup (>= 1.0.0)
184210
rake (>= 12.2)
185-
thor (~> 1.0)
186-
zeitwerk (~> 2.5)
187-
rake (13.0.6)
211+
thor (~> 1.0, >= 1.2.2)
212+
zeitwerk (~> 2.6)
213+
rake (13.1.0)
188214
rb-fsevent (0.11.2)
189215
rb-inotify (0.10.1)
190216
ffi (~> 1.0)
217+
rdoc (6.6.2)
218+
psych (>= 4.0.0)
191219
regexp_parser (2.8.1)
220+
reline (0.4.2)
221+
io-console (~> 0.5)
192222
rexml (3.2.5)
193223
rollbar (3.5.1)
194224
rspec-core (3.12.2)
@@ -208,6 +238,7 @@ GEM
208238
rspec-mocks (~> 3.12)
209239
rspec-support (~> 3.12)
210240
rspec-support (3.12.0)
241+
ruby2_keywords (0.0.5)
211242
sass-rails (6.0.0)
212243
sassc-rails (~> 2.1, >= 2.1.1)
213244
sassc (2.4.0)
@@ -226,20 +257,22 @@ GEM
226257
actionpack (>= 5.2)
227258
activesupport (>= 5.2)
228259
sprockets (>= 3.0.0)
229-
thor (1.2.2)
260+
stringio (3.1.0)
261+
thor (1.3.0)
230262
tilt (2.0.10)
231263
timecop (0.9.8)
232-
timeout (0.4.0)
264+
timeout (0.4.1)
233265
tinify (1.6.0)
234266
httpclient (~> 2.6)
235267
tzinfo (2.0.6)
236268
concurrent-ruby (~> 1.0)
269+
webrick (1.8.1)
237270
websocket-driver (0.7.6)
238271
websocket-extensions (>= 0.1.0)
239272
websocket-extensions (0.1.5)
240273
xpath (3.2.0)
241274
nokogiri (~> 1.8)
242-
zeitwerk (2.6.11)
275+
zeitwerk (2.6.12)
243276

244277
PLATFORMS
245278
ruby
@@ -252,7 +285,7 @@ DEPENDENCIES
252285
kramdown (~> 2.4)
253286
listen (>= 3.0.5, < 3.9)
254287
puma (~> 6)
255-
rails (~> 7.0)
288+
rails (~> 7.1)
256289
rails-controller-testing (~> 1.0)
257290
rollbar
258291
rspec-rails (~> 6.0)

0 commit comments

Comments
 (0)