Skip to content

Commit b146002

Browse files
Bump rails from 6.1.7.3 to 6.1.7.7
Bumps [rails](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.3...v6.1.7.7) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce08842 commit b146002

2 files changed

Lines changed: 84 additions & 82 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.2.2'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.1.0'
7+
gem 'rails', '~> 6.1.7'
88
gem 'active_model_serializers', '~> 0.10.0'
99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '~> 0.5.5'

Gemfile.lock

Lines changed: 83 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.3)
5-
actionpack (= 6.1.7.3)
6-
activesupport (= 6.1.7.3)
4+
actioncable (6.1.7.7)
5+
actionpack (= 6.1.7.7)
6+
activesupport (= 6.1.7.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.3)
10-
actionpack (= 6.1.7.3)
11-
activejob (= 6.1.7.3)
12-
activerecord (= 6.1.7.3)
13-
activestorage (= 6.1.7.3)
14-
activesupport (= 6.1.7.3)
9+
actionmailbox (6.1.7.7)
10+
actionpack (= 6.1.7.7)
11+
activejob (= 6.1.7.7)
12+
activerecord (= 6.1.7.7)
13+
activestorage (= 6.1.7.7)
14+
activesupport (= 6.1.7.7)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.3)
17-
actionpack (= 6.1.7.3)
18-
actionview (= 6.1.7.3)
19-
activejob (= 6.1.7.3)
20-
activesupport (= 6.1.7.3)
16+
actionmailer (6.1.7.7)
17+
actionpack (= 6.1.7.7)
18+
actionview (= 6.1.7.7)
19+
activejob (= 6.1.7.7)
20+
activesupport (= 6.1.7.7)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.3)
24-
actionview (= 6.1.7.3)
25-
activesupport (= 6.1.7.3)
23+
actionpack (6.1.7.7)
24+
actionview (= 6.1.7.7)
25+
activesupport (= 6.1.7.7)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.3)
31-
actionpack (= 6.1.7.3)
32-
activerecord (= 6.1.7.3)
33-
activestorage (= 6.1.7.3)
34-
activesupport (= 6.1.7.3)
30+
actiontext (6.1.7.7)
31+
actionpack (= 6.1.7.7)
32+
activerecord (= 6.1.7.7)
33+
activestorage (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.3)
37-
activesupport (= 6.1.7.3)
36+
actionview (6.1.7.7)
37+
activesupport (= 6.1.7.7)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
@@ -44,22 +44,22 @@ GEM
4444
activemodel (>= 4.1, < 7.1)
4545
case_transform (>= 0.2)
4646
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
47-
activejob (6.1.7.3)
48-
activesupport (= 6.1.7.3)
47+
activejob (6.1.7.7)
48+
activesupport (= 6.1.7.7)
4949
globalid (>= 0.3.6)
50-
activemodel (6.1.7.3)
51-
activesupport (= 6.1.7.3)
52-
activerecord (6.1.7.3)
53-
activemodel (= 6.1.7.3)
54-
activesupport (= 6.1.7.3)
55-
activestorage (6.1.7.3)
56-
actionpack (= 6.1.7.3)
57-
activejob (= 6.1.7.3)
58-
activerecord (= 6.1.7.3)
59-
activesupport (= 6.1.7.3)
50+
activemodel (6.1.7.7)
51+
activesupport (= 6.1.7.7)
52+
activerecord (6.1.7.7)
53+
activemodel (= 6.1.7.7)
54+
activesupport (= 6.1.7.7)
55+
activestorage (6.1.7.7)
56+
actionpack (= 6.1.7.7)
57+
activejob (= 6.1.7.7)
58+
activerecord (= 6.1.7.7)
59+
activesupport (= 6.1.7.7)
6060
marcel (~> 1.0)
6161
mini_mime (>= 1.1.0)
62-
activesupport (6.1.7.3)
62+
activesupport (6.1.7.7)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 1.6, < 2)
6565
minitest (>= 5.1)
@@ -74,9 +74,9 @@ GEM
7474
byebug (11.1.3)
7575
case_transform (0.2)
7676
activesupport
77-
concurrent-ruby (1.2.2)
77+
concurrent-ruby (1.2.3)
7878
crass (1.0.6)
79-
date (3.3.3)
79+
date (3.3.4)
8080
declarative (0.0.20)
8181
devise (4.9.2)
8282
bcrypt (~> 3.0)
@@ -98,8 +98,8 @@ GEM
9898
ruby2_keywords (>= 0.0.4)
9999
faraday-net_http (3.0.2)
100100
ffi (1.15.5)
101-
globalid (1.1.0)
102-
activesupport (>= 5.0)
101+
globalid (1.2.1)
102+
activesupport (>= 6.1)
103103
google-apis-core (0.11.0)
104104
addressable (~> 2.5, >= 2.5.1)
105105
googleauth (>= 0.16.2, < 2.a)
@@ -135,7 +135,7 @@ GEM
135135
os (>= 0.9, < 2.0)
136136
signet (>= 0.16, < 2.a)
137137
httpclient (2.8.3)
138-
i18n (1.13.0)
138+
i18n (1.14.1)
139139
concurrent-ruby (~> 1.0)
140140
jsonapi-renderer (0.2.2)
141141
jwt (2.7.0)
@@ -154,35 +154,35 @@ GEM
154154
listen (3.0.8)
155155
rb-fsevent (~> 0.9, >= 0.9.4)
156156
rb-inotify (~> 0.9, >= 0.9.7)
157-
loofah (2.21.3)
157+
loofah (2.22.0)
158158
crass (~> 1.0.2)
159159
nokogiri (>= 1.12.0)
160160
mail (2.8.1)
161161
mini_mime (>= 0.1.1)
162162
net-imap
163163
net-pop
164164
net-smtp
165-
marcel (1.0.2)
165+
marcel (1.0.4)
166166
memoist (0.16.2)
167167
method_source (1.0.0)
168-
mini_mime (1.1.2)
169-
minitest (5.18.0)
168+
mini_mime (1.1.5)
169+
minitest (5.22.2)
170170
msgpack (1.7.1)
171171
multi_json (1.15.0)
172172
mysql2 (0.5.5)
173-
net-imap (0.3.4)
173+
net-imap (0.4.10)
174174
date
175175
net-protocol
176176
net-pop (0.1.2)
177177
net-protocol
178-
net-protocol (0.2.1)
178+
net-protocol (0.2.2)
179179
timeout
180-
net-smtp (0.3.3)
180+
net-smtp (0.4.0.1)
181181
net-protocol
182-
nio4r (2.5.9)
183-
nokogiri (1.15.1-aarch64-linux)
182+
nio4r (2.7.0)
183+
nokogiri (1.16.2-aarch64-linux)
184184
racc (~> 1.4)
185-
nokogiri (1.15.1-x86_64-linux)
185+
nokogiri (1.16.2-x86_64-linux)
186186
racc (~> 1.4)
187187
orm_adapter (0.5.0)
188188
os (1.1.4)
@@ -191,39 +191,41 @@ GEM
191191
public_suffix (5.0.1)
192192
puma (4.3.12)
193193
nio4r (~> 2.0)
194-
racc (1.6.2)
195-
rack (2.2.7)
194+
racc (1.7.3)
195+
rack (2.2.8.1)
196196
rack-cors (2.0.1)
197197
rack (>= 2.0.0)
198198
rack-test (2.1.0)
199199
rack (>= 1.3)
200-
rails (6.1.7.3)
201-
actioncable (= 6.1.7.3)
202-
actionmailbox (= 6.1.7.3)
203-
actionmailer (= 6.1.7.3)
204-
actionpack (= 6.1.7.3)
205-
actiontext (= 6.1.7.3)
206-
actionview (= 6.1.7.3)
207-
activejob (= 6.1.7.3)
208-
activemodel (= 6.1.7.3)
209-
activerecord (= 6.1.7.3)
210-
activestorage (= 6.1.7.3)
211-
activesupport (= 6.1.7.3)
200+
rails (6.1.7.7)
201+
actioncable (= 6.1.7.7)
202+
actionmailbox (= 6.1.7.7)
203+
actionmailer (= 6.1.7.7)
204+
actionpack (= 6.1.7.7)
205+
actiontext (= 6.1.7.7)
206+
actionview (= 6.1.7.7)
207+
activejob (= 6.1.7.7)
208+
activemodel (= 6.1.7.7)
209+
activerecord (= 6.1.7.7)
210+
activestorage (= 6.1.7.7)
211+
activesupport (= 6.1.7.7)
212212
bundler (>= 1.15.0)
213-
railties (= 6.1.7.3)
213+
railties (= 6.1.7.7)
214214
sprockets-rails (>= 2.0.0)
215-
rails-dom-testing (2.0.3)
216-
activesupport (>= 4.2.0)
215+
rails-dom-testing (2.2.0)
216+
activesupport (>= 5.0.0)
217+
minitest
217218
nokogiri (>= 1.6)
218-
rails-html-sanitizer (1.5.0)
219-
loofah (~> 2.19, >= 2.19.1)
220-
railties (6.1.7.3)
221-
actionpack (= 6.1.7.3)
222-
activesupport (= 6.1.7.3)
219+
rails-html-sanitizer (1.6.0)
220+
loofah (~> 2.21)
221+
nokogiri (~> 1.14)
222+
railties (6.1.7.7)
223+
actionpack (= 6.1.7.7)
224+
activesupport (= 6.1.7.7)
223225
method_source
224226
rake (>= 12.2)
225227
thor (~> 1.0)
226-
rake (13.0.6)
228+
rake (13.1.0)
227229
rb-fsevent (0.11.2)
228230
rb-inotify (0.10.1)
229231
ffi (~> 1.0)
@@ -247,26 +249,26 @@ GEM
247249
spring-watcher-listen (2.0.1)
248250
listen (>= 2.7, < 4.0)
249251
spring (>= 1.2, < 3.0)
250-
sprockets (4.2.0)
252+
sprockets (4.2.1)
251253
concurrent-ruby (~> 1.0)
252254
rack (>= 2.2.4, < 4)
253255
sprockets-rails (3.4.2)
254256
actionpack (>= 5.2)
255257
activesupport (>= 5.2)
256258
sprockets (>= 3.0.0)
257-
thor (1.2.2)
258-
timeout (0.3.2)
259+
thor (1.3.1)
260+
timeout (0.4.1)
259261
trailblazer-option (0.1.2)
260262
tzinfo (2.0.6)
261263
concurrent-ruby (~> 1.0)
262264
uber (0.1.0)
263265
warden (1.2.9)
264266
rack (>= 2.0.9)
265267
webrick (1.8.1)
266-
websocket-driver (0.7.5)
268+
websocket-driver (0.7.6)
267269
websocket-extensions (>= 0.1.0)
268270
websocket-extensions (0.1.5)
269-
zeitwerk (2.6.8)
271+
zeitwerk (2.6.13)
270272

271273
PLATFORMS
272274
aarch64-linux
@@ -286,7 +288,7 @@ DEPENDENCIES
286288
paranoia
287289
puma (~> 4.1)
288290
rack-cors
289-
rails (~> 6.1.0)
291+
rails (~> 6.1.7)
290292
rubyzip
291293
spring
292294
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)