Skip to content

Commit acb9d78

Browse files
committed
update rails 6.1.7.10
1 parent dbd442b commit acb9d78

File tree

3 files changed

+93
-84
lines changed

3 files changed

+93
-84
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby File.read(".ruby-version").strip
44

55
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6-
gem 'rails', '~> 6.1.7.1'
6+
gem 'rails', '~> 6.1.7.10'
77

88
# Use mysql as the database for Active Record
99
gem 'mysql2', '~> 0.5.4'

Gemfile.lock

Lines changed: 87 additions & 83 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.1)
5-
actionpack (= 6.1.7.1)
6-
activesupport (= 6.1.7.1)
4+
actioncable (6.1.7.10)
5+
actionpack (= 6.1.7.10)
6+
activesupport (= 6.1.7.10)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.1)
10-
actionpack (= 6.1.7.1)
11-
activejob (= 6.1.7.1)
12-
activerecord (= 6.1.7.1)
13-
activestorage (= 6.1.7.1)
14-
activesupport (= 6.1.7.1)
9+
actionmailbox (6.1.7.10)
10+
actionpack (= 6.1.7.10)
11+
activejob (= 6.1.7.10)
12+
activerecord (= 6.1.7.10)
13+
activestorage (= 6.1.7.10)
14+
activesupport (= 6.1.7.10)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.1)
17-
actionpack (= 6.1.7.1)
18-
actionview (= 6.1.7.1)
19-
activejob (= 6.1.7.1)
20-
activesupport (= 6.1.7.1)
16+
actionmailer (6.1.7.10)
17+
actionpack (= 6.1.7.10)
18+
actionview (= 6.1.7.10)
19+
activejob (= 6.1.7.10)
20+
activesupport (= 6.1.7.10)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.1)
24-
actionview (= 6.1.7.1)
25-
activesupport (= 6.1.7.1)
23+
actionpack (6.1.7.10)
24+
actionview (= 6.1.7.10)
25+
activesupport (= 6.1.7.10)
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.1)
31-
actionpack (= 6.1.7.1)
32-
activerecord (= 6.1.7.1)
33-
activestorage (= 6.1.7.1)
34-
activesupport (= 6.1.7.1)
30+
actiontext (6.1.7.10)
31+
actionpack (= 6.1.7.10)
32+
activerecord (= 6.1.7.10)
33+
activestorage (= 6.1.7.10)
34+
activesupport (= 6.1.7.10)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.1)
37-
activesupport (= 6.1.7.1)
36+
actionview (6.1.7.10)
37+
activesupport (= 6.1.7.10)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
@@ -44,22 +44,22 @@ GEM
4444
activemodel (>= 5.2.0)
4545
activestorage (>= 5.2.0)
4646
activesupport (>= 5.2.0)
47-
activejob (6.1.7.1)
48-
activesupport (= 6.1.7.1)
47+
activejob (6.1.7.10)
48+
activesupport (= 6.1.7.10)
4949
globalid (>= 0.3.6)
50-
activemodel (6.1.7.1)
51-
activesupport (= 6.1.7.1)
52-
activerecord (6.1.7.1)
53-
activemodel (= 6.1.7.1)
54-
activesupport (= 6.1.7.1)
55-
activestorage (6.1.7.1)
56-
actionpack (= 6.1.7.1)
57-
activejob (= 6.1.7.1)
58-
activerecord (= 6.1.7.1)
59-
activesupport (= 6.1.7.1)
50+
activemodel (6.1.7.10)
51+
activesupport (= 6.1.7.10)
52+
activerecord (6.1.7.10)
53+
activemodel (= 6.1.7.10)
54+
activesupport (= 6.1.7.10)
55+
activestorage (6.1.7.10)
56+
actionpack (= 6.1.7.10)
57+
activejob (= 6.1.7.10)
58+
activerecord (= 6.1.7.10)
59+
activesupport (= 6.1.7.10)
6060
marcel (~> 1.0)
6161
mini_mime (>= 1.1.0)
62-
activesupport (6.1.7.1)
62+
activesupport (6.1.7.10)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 1.6, < 2)
6565
minitest (>= 5.1)
@@ -72,9 +72,9 @@ GEM
7272
bindex (0.8.1)
7373
bootsnap (1.10.2)
7474
msgpack (~> 1.2)
75-
builder (3.2.4)
75+
builder (3.3.0)
7676
cancancan (3.3.0)
77-
concurrent-ruby (1.1.10)
77+
concurrent-ruby (1.3.5)
7878
crass (1.0.6)
7979
date (3.4.1)
8080
devise (4.8.1)
@@ -87,7 +87,7 @@ GEM
8787
devise (>= 2.1.0)
8888
enumerize (2.5.0)
8989
activesupport (>= 3.2)
90-
erubi (1.12.0)
90+
erubi (1.13.1)
9191
execjs (2.8.1)
9292
faraday (1.9.3)
9393
faraday-em_http (~> 1.0)
@@ -116,14 +116,14 @@ GEM
116116
faraday (~> 1.0)
117117
ffi (1.15.4)
118118
gli (2.20.1)
119-
globalid (1.0.1)
120-
activesupport (>= 5.0)
119+
globalid (1.2.1)
120+
activesupport (>= 6.1)
121121
gmail_xoauth (0.4.3)
122122
oauth (>= 0.3.6)
123123
grover (1.2.3)
124124
nokogiri (~> 1)
125125
hashie (5.0.0)
126-
i18n (1.12.0)
126+
i18n (1.14.7)
127127
concurrent-ruby (~> 1.0)
128128
icalendar (2.7.1)
129129
ice_cube (~> 0.16)
@@ -138,35 +138,35 @@ GEM
138138
jquery-ui-rails (6.0.1)
139139
railties (>= 3.2.16)
140140
jwt (2.3.0)
141-
loofah (2.19.1)
141+
loofah (2.24.0)
142142
crass (~> 1.0.2)
143-
nokogiri (>= 1.5.9)
143+
nokogiri (>= 1.12.0)
144144
mail (2.8.1)
145145
mini_mime (>= 0.1.1)
146146
net-imap
147147
net-pop
148148
net-smtp
149-
marcel (1.0.2)
150-
method_source (1.0.0)
149+
marcel (1.0.4)
150+
method_source (1.1.0)
151151
middleware (0.1.0)
152152
mini_mime (1.1.5)
153153
mini_portile2 (2.8.8)
154-
minitest (5.17.0)
154+
minitest (5.25.5)
155155
msgpack (1.4.5)
156156
multi_json (1.15.0)
157157
multi_xml (0.6.0)
158158
multipart-post (2.1.1)
159159
mysql2 (0.5.4)
160-
net-imap (0.4.20)
160+
net-imap (0.4.22)
161161
date
162162
net-protocol
163163
net-pop (0.1.2)
164164
net-protocol
165165
net-protocol (0.2.2)
166166
timeout
167-
net-smtp (0.4.0.1)
167+
net-smtp (0.5.1)
168168
net-protocol
169-
nio4r (2.7.3)
169+
nio4r (2.7.4)
170170
nokogiri (1.18.8)
171171
mini_portile2 (~> 2.8.2)
172172
racc (~> 1.4)
@@ -196,45 +196,47 @@ GEM
196196
puma (5.6.9)
197197
nio4r (~> 2.0)
198198
racc (1.8.1)
199-
rack (2.2.13)
199+
rack (2.2.14)
200200
rack-cors (1.1.1)
201201
rack (>= 2.0.0)
202202
rack-protection (3.2.0)
203203
base64 (>= 0.1.0)
204204
rack (~> 2.2, >= 2.2.4)
205205
rack-proxy (0.7.2)
206206
rack
207-
rack-test (2.0.2)
207+
rack-test (2.2.0)
208208
rack (>= 1.3)
209-
rails (6.1.7.1)
210-
actioncable (= 6.1.7.1)
211-
actionmailbox (= 6.1.7.1)
212-
actionmailer (= 6.1.7.1)
213-
actionpack (= 6.1.7.1)
214-
actiontext (= 6.1.7.1)
215-
actionview (= 6.1.7.1)
216-
activejob (= 6.1.7.1)
217-
activemodel (= 6.1.7.1)
218-
activerecord (= 6.1.7.1)
219-
activestorage (= 6.1.7.1)
220-
activesupport (= 6.1.7.1)
209+
rails (6.1.7.10)
210+
actioncable (= 6.1.7.10)
211+
actionmailbox (= 6.1.7.10)
212+
actionmailer (= 6.1.7.10)
213+
actionpack (= 6.1.7.10)
214+
actiontext (= 6.1.7.10)
215+
actionview (= 6.1.7.10)
216+
activejob (= 6.1.7.10)
217+
activemodel (= 6.1.7.10)
218+
activerecord (= 6.1.7.10)
219+
activestorage (= 6.1.7.10)
220+
activesupport (= 6.1.7.10)
221221
bundler (>= 1.15.0)
222-
railties (= 6.1.7.1)
222+
railties (= 6.1.7.10)
223223
sprockets-rails (>= 2.0.0)
224-
rails-dom-testing (2.0.3)
225-
activesupport (>= 4.2.0)
224+
rails-dom-testing (2.2.0)
225+
activesupport (>= 5.0.0)
226+
minitest
226227
nokogiri (>= 1.6)
227-
rails-html-sanitizer (1.4.4)
228-
loofah (~> 2.19, >= 2.19.1)
228+
rails-html-sanitizer (1.6.2)
229+
loofah (~> 2.21)
230+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
229231
rails_autolink (1.1.6)
230232
rails (> 3.1)
231-
railties (6.1.7.1)
232-
actionpack (= 6.1.7.1)
233-
activesupport (= 6.1.7.1)
233+
railties (6.1.7.10)
234+
actionpack (= 6.1.7.10)
235+
activesupport (= 6.1.7.10)
234236
method_source
235237
rake (>= 12.2)
236238
thor (~> 1.0)
237-
rake (13.0.6)
239+
rake (13.2.1)
238240
rb-fsevent (0.11.0)
239241
rb-inotify (0.10.1)
240242
ffi (~> 1.0)
@@ -275,12 +277,13 @@ GEM
275277
snaky_hash (2.0.1)
276278
hashie
277279
version_gem (~> 1.1, >= 1.1.1)
278-
sprockets (3.7.2)
280+
sprockets (3.7.5)
281+
base64
279282
concurrent-ruby (~> 1.0)
280283
rack (> 1, < 3)
281-
sprockets-rails (3.4.2)
282-
actionpack (>= 5.2)
283-
activesupport (>= 5.2)
284+
sprockets-rails (3.5.2)
285+
actionpack (>= 6.1)
286+
activesupport (>= 6.1)
284287
sprockets (>= 3.0.0)
285288
thinking-sphinx (5.4.0)
286289
activerecord (>= 4.2.0)
@@ -289,10 +292,10 @@ GEM
289292
joiner (>= 0.3.4)
290293
middleware (>= 0.1.0)
291294
riddle (~> 2.3)
292-
thor (1.2.1)
295+
thor (1.3.2)
293296
tilt (2.0.10)
294297
timeout (0.4.3)
295-
tzinfo (2.0.5)
298+
tzinfo (2.0.6)
296299
concurrent-ruby (~> 1.0)
297300
uglifier (4.2.0)
298301
execjs (>= 0.3.0, < 3)
@@ -309,11 +312,12 @@ GEM
309312
rack-proxy (>= 0.6.1)
310313
railties (>= 5.2)
311314
semantic_range (>= 2.3.0)
312-
websocket-driver (0.7.5)
315+
websocket-driver (0.7.7)
316+
base64
313317
websocket-extensions (>= 0.1.0)
314318
websocket-extensions (0.1.5)
315319
will_paginate (3.3.1)
316-
zeitwerk (2.6.6)
320+
zeitwerk (2.6.18)
317321

318322
PLATFORMS
319323
ruby
@@ -340,7 +344,7 @@ DEPENDENCIES
340344
omniauth-saml
341345
puma
342346
rack-cors (~> 1.1)
343-
rails (~> 6.1.7.1)
347+
rails (~> 6.1.7.10)
344348
rails_autolink
345349
responders
346350
sanitize

config/boot.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
4+
5+
# WORKAROUND Rails 6.1:
6+
# https://stackoverflow.com/a/79379493
7+
require "logger"
8+
49
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)