Skip to content

Commit b9dcf5f

Browse files
Bump rails from 7.1.3 to 7.1.3.2
Bumps [rails](https://github.com/rails/rails) from 7.1.3 to 7.1.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.1.3...v7.1.3.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548fbe3 commit b9dcf5f

File tree

1 file changed

+60
-62
lines changed

1 file changed

+60
-62
lines changed

Gemfile.lock

+60-62
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3)
5-
actionpack (= 7.1.3)
6-
activesupport (= 7.1.3)
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)
99
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)
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)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
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)
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)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3)
31-
actionview (= 7.1.3)
32-
activesupport (= 7.1.3)
30+
actionpack (7.1.3.2)
31+
actionview (= 7.1.3.2)
32+
activesupport (= 7.1.3.2)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
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)
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)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3)
48-
activesupport (= 7.1.3)
47+
actionview (7.1.3.2)
48+
activesupport (= 7.1.3.2)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
5353
active_median (0.4.0)
5454
activesupport (>= 6.1)
55-
activejob (7.1.3)
56-
activesupport (= 7.1.3)
55+
activejob (7.1.3.2)
56+
activesupport (= 7.1.3.2)
5757
globalid (>= 0.3.6)
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)
58+
activemodel (7.1.3.2)
59+
activesupport (= 7.1.3.2)
60+
activerecord (7.1.3.2)
61+
activemodel (= 7.1.3.2)
62+
activesupport (= 7.1.3.2)
6363
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)
64+
activestorage (7.1.3.2)
65+
actionpack (= 7.1.3.2)
66+
activejob (= 7.1.3.2)
67+
activerecord (= 7.1.3.2)
68+
activesupport (= 7.1.3.2)
6969
marcel (~> 1.0)
70-
activesupport (7.1.3)
70+
activesupport (7.1.3.2)
7171
base64
7272
bigdecimal
7373
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -92,8 +92,7 @@ GEM
9292
date (3.3.4)
9393
diff-lcs (1.5.0)
9494
dotenv (2.8.1)
95-
drb (2.2.0)
96-
ruby2_keywords
95+
drb (2.2.1)
9796
erubi (1.12.0)
9897
factory_bot (6.4.5)
9998
activesupport (>= 5.0.0)
@@ -108,7 +107,7 @@ GEM
108107
i18n (1.14.1)
109108
concurrent-ruby (~> 1.0)
110109
io-console (0.7.2)
111-
irb (1.11.1)
110+
irb (1.11.2)
112111
rdoc
113112
reline (>= 0.4.2)
114113
jbuilder (2.11.5)
@@ -127,10 +126,10 @@ GEM
127126
net-imap
128127
net-pop
129128
net-smtp
130-
marcel (1.0.2)
129+
marcel (1.0.4)
131130
method_source (1.0.0)
132131
mini_mime (1.1.5)
133-
minitest (5.22.1)
132+
minitest (5.22.2)
134133
msgpack (1.7.2)
135134
mutex_m (0.2.0)
136135
net-imap (0.4.10)
@@ -163,7 +162,7 @@ GEM
163162
puma (6.4.2)
164163
nio4r (~> 2.0)
165164
racc (1.7.3)
166-
rack (3.0.9)
165+
rack (3.0.9.1)
167166
rack-cors (2.0.1)
168167
rack (>= 2.0.0)
169168
rack-session (2.0.0)
@@ -173,30 +172,30 @@ GEM
173172
rackup (2.1.0)
174173
rack (>= 3)
175174
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)
175+
rails (7.1.3.2)
176+
actioncable (= 7.1.3.2)
177+
actionmailbox (= 7.1.3.2)
178+
actionmailer (= 7.1.3.2)
179+
actionpack (= 7.1.3.2)
180+
actiontext (= 7.1.3.2)
181+
actionview (= 7.1.3.2)
182+
activejob (= 7.1.3.2)
183+
activemodel (= 7.1.3.2)
184+
activerecord (= 7.1.3.2)
185+
activestorage (= 7.1.3.2)
186+
activesupport (= 7.1.3.2)
188187
bundler (>= 1.15.0)
189-
railties (= 7.1.3)
188+
railties (= 7.1.3.2)
190189
rails-dom-testing (2.2.0)
191190
activesupport (>= 5.0.0)
192191
minitest
193192
nokogiri (>= 1.6)
194193
rails-html-sanitizer (1.6.0)
195194
loofah (~> 2.21)
196195
nokogiri (~> 1.14)
197-
railties (7.1.3)
198-
actionpack (= 7.1.3)
199-
activesupport (= 7.1.3)
196+
railties (7.1.3.2)
197+
actionpack (= 7.1.3.2)
198+
activesupport (= 7.1.3.2)
200199
irb
201200
rackup (>= 1.0.0)
202201
rake (>= 12.2)
@@ -210,7 +209,7 @@ GEM
210209
rdoc (6.6.2)
211210
psych (>= 4.0.0)
212211
regexp_parser (2.8.1)
213-
reline (0.4.2)
212+
reline (0.4.3)
214213
io-console (~> 0.5)
215214
rexml (3.2.6)
216215
rollbar (3.4.0)
@@ -263,7 +262,6 @@ GEM
263262
rubocop-capybara (~> 2.17)
264263
rubocop-factory_bot (~> 2.22)
265264
ruby-progressbar (1.13.0)
266-
ruby2_keywords (0.0.5)
267265
scout_apm (5.3.5)
268266
parser
269267
shoulda-matchers (6.1.0)
@@ -273,7 +271,7 @@ GEM
273271
listen (>= 2.7, < 4.0)
274272
spring (>= 4)
275273
stringio (3.1.0)
276-
thor (1.3.0)
274+
thor (1.3.1)
277275
timeout (0.4.1)
278276
tzinfo (2.0.6)
279277
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)