Skip to content

Commit 8560b4c

Browse files
Bump rails from 7.0.5 to 7.1.3
Bumps [rails](https://github.com/rails/rails) from 7.0.5 to 7.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.5...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 beefce0 commit 8560b4c

File tree

2 files changed

+113
-80
lines changed

2 files changed

+113
-80
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby "3.2.2"
77

88
gem "pg", ">= 0.18", "< 2.0"
99
gem "puma", "~> 6.4"
10-
gem "rails", "~> 7.0.5"
10+
gem "rails", "~> 7.1.3"
1111
gem "jbuilder", "~> 2.5"
1212

1313
gem "active_median"

Gemfile.lock

+112-79
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,99 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.5)
5-
actionpack (= 7.0.5)
6-
activesupport (= 7.0.5)
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.5)
10-
actionpack (= 7.0.5)
11-
activejob (= 7.0.5)
12-
activerecord (= 7.0.5)
13-
activestorage (= 7.0.5)
14-
activesupport (= 7.0.5)
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.5)
20-
actionpack (= 7.0.5)
21-
actionview (= 7.0.5)
22-
activejob (= 7.0.5)
23-
activesupport (= 7.0.5)
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.5)
30-
actionview (= 7.0.5)
31-
activesupport (= 7.0.5)
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.5)
37-
actionpack (= 7.0.5)
38-
activerecord (= 7.0.5)
39-
activestorage (= 7.0.5)
40-
activesupport (= 7.0.5)
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.5)
44-
activesupport (= 7.0.5)
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)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
4953
active_median (0.4.0)
5054
activesupport (>= 6.1)
51-
activejob (7.0.5)
52-
activesupport (= 7.0.5)
55+
activejob (7.1.3)
56+
activesupport (= 7.1.3)
5357
globalid (>= 0.3.6)
54-
activemodel (7.0.5)
55-
activesupport (= 7.0.5)
56-
activerecord (7.0.5)
57-
activemodel (= 7.0.5)
58-
activesupport (= 7.0.5)
59-
activestorage (7.0.5)
60-
actionpack (= 7.0.5)
61-
activejob (= 7.0.5)
62-
activerecord (= 7.0.5)
63-
activesupport (= 7.0.5)
58+
activemodel (7.1.3)
59+
activesupport (= 7.1.3)
60+
activerecord (7.1.3)
61+
activemodel (= 7.1.3)
62+
activesupport (= 7.1.3)
63+
timeout (>= 0.4.0)
64+
activestorage (7.1.3)
65+
actionpack (= 7.1.3)
66+
activejob (= 7.1.3)
67+
activerecord (= 7.1.3)
68+
activesupport (= 7.1.3)
6469
marcel (~> 1.0)
65-
mini_mime (>= 1.1.0)
66-
activesupport (7.0.5)
70+
activesupport (7.1.3)
71+
base64
72+
bigdecimal
6773
concurrent-ruby (~> 1.0, >= 1.0.2)
74+
connection_pool (>= 2.2.5)
75+
drb
6876
i18n (>= 1.6, < 2)
6977
minitest (>= 5.1)
78+
mutex_m
7079
tzinfo (~> 2.0)
7180
ast (2.4.2)
7281
base64 (0.1.1)
82+
bigdecimal (3.1.6)
7383
bootsnap (1.18.3)
7484
msgpack (~> 1.2)
7585
brakeman (6.0.1)
7686
builder (3.2.4)
7787
byebug (11.1.3)
7888
coderay (1.1.3)
7989
concurrent-ruby (1.2.3)
90+
connection_pool (2.4.1)
8091
crass (1.0.6)
81-
date (3.3.3)
92+
date (3.3.4)
8293
diff-lcs (1.5.0)
8394
dotenv (2.8.1)
95+
drb (2.2.0)
96+
ruby2_keywords
8497
erubi (1.12.0)
8598
factory_bot (6.4.5)
8699
activesupport (>= 5.0.0)
@@ -90,10 +103,14 @@ GEM
90103
faker (3.2.0)
91104
i18n (>= 1.8.11, < 2)
92105
ffi (1.15.5)
93-
globalid (1.1.0)
94-
activesupport (>= 5.0)
106+
globalid (1.2.1)
107+
activesupport (>= 6.1)
95108
i18n (1.14.1)
96109
concurrent-ruby (~> 1.0)
110+
io-console (0.7.2)
111+
irb (1.11.1)
112+
rdoc
113+
reline (>= 0.4.2)
97114
jbuilder (2.11.5)
98115
actionview (>= 5.0.0)
99116
activesupport (>= 5.0.0)
@@ -112,22 +129,23 @@ GEM
112129
net-smtp
113130
marcel (1.0.2)
114131
method_source (1.0.0)
115-
mini_mime (1.1.2)
116-
minitest (5.21.2)
132+
mini_mime (1.1.5)
133+
minitest (5.22.1)
117134
msgpack (1.7.2)
118-
net-imap (0.3.6)
135+
mutex_m (0.2.0)
136+
net-imap (0.4.10)
119137
date
120138
net-protocol
121139
net-pop (0.1.2)
122140
net-protocol
123-
net-protocol (0.2.1)
141+
net-protocol (0.2.2)
124142
timeout
125-
net-smtp (0.3.3)
143+
net-smtp (0.4.0.1)
126144
net-protocol
127145
nio4r (2.7.0)
128-
nokogiri (1.16.0-arm64-darwin)
146+
nokogiri (1.16.2-arm64-darwin)
129147
racc (~> 1.4)
130-
nokogiri (1.16.0-x86_64-linux)
148+
nokogiri (1.16.2-x86_64-linux)
131149
racc (~> 1.4)
132150
parallel (1.23.0)
133151
parser (3.2.2.3)
@@ -140,48 +158,60 @@ GEM
140158
pry-byebug (3.10.1)
141159
byebug (~> 11.0)
142160
pry (>= 0.13, < 0.15)
161+
psych (5.1.2)
162+
stringio
143163
puma (6.4.2)
144164
nio4r (~> 2.0)
145165
racc (1.7.3)
146-
rack (2.2.8)
166+
rack (3.0.9)
147167
rack-cors (2.0.1)
148168
rack (>= 2.0.0)
169+
rack-session (2.0.0)
170+
rack (>= 3.0.0)
149171
rack-test (2.1.0)
150172
rack (>= 1.3)
151-
rails (7.0.5)
152-
actioncable (= 7.0.5)
153-
actionmailbox (= 7.0.5)
154-
actionmailer (= 7.0.5)
155-
actionpack (= 7.0.5)
156-
actiontext (= 7.0.5)
157-
actionview (= 7.0.5)
158-
activejob (= 7.0.5)
159-
activemodel (= 7.0.5)
160-
activerecord (= 7.0.5)
161-
activestorage (= 7.0.5)
162-
activesupport (= 7.0.5)
173+
rackup (2.1.0)
174+
rack (>= 3)
175+
webrick (~> 1.8)
176+
rails (7.1.3)
177+
actioncable (= 7.1.3)
178+
actionmailbox (= 7.1.3)
179+
actionmailer (= 7.1.3)
180+
actionpack (= 7.1.3)
181+
actiontext (= 7.1.3)
182+
actionview (= 7.1.3)
183+
activejob (= 7.1.3)
184+
activemodel (= 7.1.3)
185+
activerecord (= 7.1.3)
186+
activestorage (= 7.1.3)
187+
activesupport (= 7.1.3)
163188
bundler (>= 1.15.0)
164-
railties (= 7.0.5)
189+
railties (= 7.1.3)
165190
rails-dom-testing (2.2.0)
166191
activesupport (>= 5.0.0)
167192
minitest
168193
nokogiri (>= 1.6)
169194
rails-html-sanitizer (1.6.0)
170195
loofah (~> 2.21)
171196
nokogiri (~> 1.14)
172-
railties (7.0.5)
173-
actionpack (= 7.0.5)
174-
activesupport (= 7.0.5)
175-
method_source
197+
railties (7.1.3)
198+
actionpack (= 7.1.3)
199+
activesupport (= 7.1.3)
200+
irb
201+
rackup (>= 1.0.0)
176202
rake (>= 12.2)
177-
thor (~> 1.0)
178-
zeitwerk (~> 2.5)
203+
thor (~> 1.0, >= 1.2.2)
204+
zeitwerk (~> 2.6)
179205
rainbow (3.1.1)
180206
rake (13.1.0)
181207
rb-fsevent (0.11.2)
182208
rb-inotify (0.10.1)
183209
ffi (~> 1.0)
210+
rdoc (6.6.2)
211+
psych (>= 4.0.0)
184212
regexp_parser (2.8.1)
213+
reline (0.4.2)
214+
io-console (~> 0.5)
185215
rexml (3.2.6)
186216
rollbar (3.4.0)
187217
rspec-core (3.12.2)
@@ -233,6 +263,7 @@ GEM
233263
rubocop-capybara (~> 2.17)
234264
rubocop-factory_bot (~> 2.22)
235265
ruby-progressbar (1.13.0)
266+
ruby2_keywords (0.0.5)
236267
scout_apm (5.3.5)
237268
parser
238269
shoulda-matchers (6.1.0)
@@ -241,17 +272,19 @@ GEM
241272
spring-watcher-listen (2.1.0)
242273
listen (>= 2.7, < 4.0)
243274
spring (>= 4)
275+
stringio (3.1.0)
244276
thor (1.3.0)
245-
timeout (0.3.2)
277+
timeout (0.4.1)
246278
tzinfo (2.0.6)
247279
concurrent-ruby (~> 1.0)
248280
unicode-display_width (2.4.2)
249-
websocket-driver (0.7.5)
281+
webrick (1.8.1)
282+
websocket-driver (0.7.6)
250283
websocket-extensions (>= 0.1.0)
251284
websocket-extensions (0.1.5)
252285
yt (0.33.4)
253286
activesupport
254-
zeitwerk (2.6.12)
287+
zeitwerk (2.6.13)
255288

256289
PLATFORMS
257290
arm64-darwin-22
@@ -270,7 +303,7 @@ DEPENDENCIES
270303
pry-byebug
271304
puma (~> 6.4)
272305
rack-cors
273-
rails (~> 7.0.5)
306+
rails (~> 7.1.3)
274307
rollbar
275308
rspec-rails
276309
rubocop

0 commit comments

Comments
 (0)