Skip to content

Commit 59663f1

Browse files
authored
chore: upgrade rails version to 6.0.3.6 (#451)
1 parent 0776161 commit 59663f1

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ group :test do
2222
gem 'simplecov', '~> 0.17.0', require: false
2323
end
2424

25-
gem 'rails', '6.0.3.4'
25+
gem 'rails', '6.0.3.6'
2626
gem 'jsonapi-serializers', '1.0.1'
2727
gem 'rack-cors'
2828
gem 'arel-helpers', '2.11.0'

Gemfile.lock

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -19,56 +19,56 @@ PATH
1919
GEM
2020
remote: https://rubygems.org/
2121
specs:
22-
actioncable (6.0.3.4)
23-
actionpack (= 6.0.3.4)
22+
actioncable (6.0.3.6)
23+
actionpack (= 6.0.3.6)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
26-
actionmailbox (6.0.3.4)
27-
actionpack (= 6.0.3.4)
28-
activejob (= 6.0.3.4)
29-
activerecord (= 6.0.3.4)
30-
activestorage (= 6.0.3.4)
31-
activesupport (= 6.0.3.4)
26+
actionmailbox (6.0.3.6)
27+
actionpack (= 6.0.3.6)
28+
activejob (= 6.0.3.6)
29+
activerecord (= 6.0.3.6)
30+
activestorage (= 6.0.3.6)
31+
activesupport (= 6.0.3.6)
3232
mail (>= 2.7.1)
33-
actionmailer (6.0.3.4)
34-
actionpack (= 6.0.3.4)
35-
actionview (= 6.0.3.4)
36-
activejob (= 6.0.3.4)
33+
actionmailer (6.0.3.6)
34+
actionpack (= 6.0.3.6)
35+
actionview (= 6.0.3.6)
36+
activejob (= 6.0.3.6)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (6.0.3.4)
40-
actionview (= 6.0.3.4)
41-
activesupport (= 6.0.3.4)
39+
actionpack (6.0.3.6)
40+
actionview (= 6.0.3.6)
41+
activesupport (= 6.0.3.6)
4242
rack (~> 2.0, >= 2.0.8)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.2.0)
46-
actiontext (6.0.3.4)
47-
actionpack (= 6.0.3.4)
48-
activerecord (= 6.0.3.4)
49-
activestorage (= 6.0.3.4)
50-
activesupport (= 6.0.3.4)
46+
actiontext (6.0.3.6)
47+
actionpack (= 6.0.3.6)
48+
activerecord (= 6.0.3.6)
49+
activestorage (= 6.0.3.6)
50+
activesupport (= 6.0.3.6)
5151
nokogiri (>= 1.8.5)
52-
actionview (6.0.3.4)
53-
activesupport (= 6.0.3.4)
52+
actionview (6.0.3.6)
53+
activesupport (= 6.0.3.6)
5454
builder (~> 3.1)
5555
erubi (~> 1.4)
5656
rails-dom-testing (~> 2.0)
5757
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (6.0.3.4)
59-
activesupport (= 6.0.3.4)
58+
activejob (6.0.3.6)
59+
activesupport (= 6.0.3.6)
6060
globalid (>= 0.3.6)
61-
activemodel (6.0.3.4)
62-
activesupport (= 6.0.3.4)
63-
activerecord (6.0.3.4)
64-
activemodel (= 6.0.3.4)
65-
activesupport (= 6.0.3.4)
66-
activestorage (6.0.3.4)
67-
actionpack (= 6.0.3.4)
68-
activejob (= 6.0.3.4)
69-
activerecord (= 6.0.3.4)
70-
marcel (~> 0.3.1)
71-
activesupport (6.0.3.4)
61+
activemodel (6.0.3.6)
62+
activesupport (= 6.0.3.6)
63+
activerecord (6.0.3.6)
64+
activemodel (= 6.0.3.6)
65+
activesupport (= 6.0.3.6)
66+
activestorage (6.0.3.6)
67+
actionpack (= 6.0.3.6)
68+
activejob (= 6.0.3.6)
69+
activerecord (= 6.0.3.6)
70+
marcel (~> 1.0.0)
71+
activesupport (6.0.3.6)
7272
concurrent-ruby (~> 1.0, >= 1.0.2)
7373
i18n (>= 0.7, < 2)
7474
minitest (~> 5.1)
@@ -79,10 +79,10 @@ GEM
7979
activerecord (>= 3.1.0, < 7)
8080
attr_required (1.0.1)
8181
bcrypt (3.1.16)
82-
bindata (2.4.8)
82+
bindata (2.4.9)
8383
builder (3.2.4)
8484
byebug (11.1.3)
85-
concurrent-ruby (1.1.7)
85+
concurrent-ruby (1.1.8)
8686
crass (1.0.6)
8787
diff-lcs (1.4.4)
8888
docile (1.3.5)
@@ -95,7 +95,7 @@ GEM
9595
mime-types (~> 3.0)
9696
multi_xml (>= 0.5.2)
9797
httpclient (2.8.3)
98-
i18n (1.8.5)
98+
i18n (1.8.10)
9999
concurrent-ruby (~> 1.0)
100100
ipaddress (0.8.3)
101101
json (2.5.1)
@@ -105,26 +105,25 @@ GEM
105105
bindata
106106
jsonapi-serializers (1.0.1)
107107
activesupport
108-
jwt (2.2.2)
109-
loofah (2.8.0)
108+
jwt (2.2.3)
109+
loofah (2.9.1)
110110
crass (~> 1.0.2)
111111
nokogiri (>= 1.5.9)
112112
mail (2.7.1)
113113
mini_mime (>= 0.1.1)
114-
marcel (0.3.3)
115-
mimemagic (~> 0.3.2)
114+
marcel (1.0.1)
116115
method_source (1.0.0)
117116
mime-types (3.3.1)
118117
mime-types-data (~> 3.2015)
119-
mime-types-data (3.2020.1104)
120-
mimemagic (0.3.5)
121-
mini_mime (1.0.2)
122-
mini_portile2 (2.4.0)
123-
minitest (5.14.2)
118+
mime-types-data (3.2021.0225)
119+
mini_mime (1.1.0)
120+
mini_portile2 (2.5.0)
121+
minitest (5.14.4)
124122
multi_xml (0.6.0)
125-
nio4r (2.5.4)
126-
nokogiri (1.10.10)
127-
mini_portile2 (~> 2.4.0)
123+
nio4r (2.5.7)
124+
nokogiri (1.11.3)
125+
mini_portile2 (~> 2.5.0)
126+
racc (~> 1.4)
128127
openid_connect (1.2.0)
129128
activemodel
130129
attr_required (>= 1.0.0)
@@ -136,6 +135,7 @@ GEM
136135
validate_url
137136
webfinger (>= 1.0.1)
138137
public_suffix (4.0.6)
138+
racc (1.5.2)
139139
rack (2.2.3)
140140
rack-cors (1.1.1)
141141
rack (>= 2.0.0)
@@ -147,33 +147,33 @@ GEM
147147
rack (>= 2.1.0)
148148
rack-test (1.1.0)
149149
rack (>= 1.0, < 3)
150-
rails (6.0.3.4)
151-
actioncable (= 6.0.3.4)
152-
actionmailbox (= 6.0.3.4)
153-
actionmailer (= 6.0.3.4)
154-
actionpack (= 6.0.3.4)
155-
actiontext (= 6.0.3.4)
156-
actionview (= 6.0.3.4)
157-
activejob (= 6.0.3.4)
158-
activemodel (= 6.0.3.4)
159-
activerecord (= 6.0.3.4)
160-
activestorage (= 6.0.3.4)
161-
activesupport (= 6.0.3.4)
150+
rails (6.0.3.6)
151+
actioncable (= 6.0.3.6)
152+
actionmailbox (= 6.0.3.6)
153+
actionmailer (= 6.0.3.6)
154+
actionpack (= 6.0.3.6)
155+
actiontext (= 6.0.3.6)
156+
actionview (= 6.0.3.6)
157+
activejob (= 6.0.3.6)
158+
activemodel (= 6.0.3.6)
159+
activerecord (= 6.0.3.6)
160+
activestorage (= 6.0.3.6)
161+
activesupport (= 6.0.3.6)
162162
bundler (>= 1.3.0)
163-
railties (= 6.0.3.4)
163+
railties (= 6.0.3.6)
164164
sprockets-rails (>= 2.0.0)
165165
rails-dom-testing (2.0.3)
166166
activesupport (>= 4.2.0)
167167
nokogiri (>= 1.6)
168168
rails-html-sanitizer (1.3.0)
169169
loofah (~> 2.3)
170-
railties (6.0.3.4)
171-
actionpack (= 6.0.3.4)
172-
activesupport (= 6.0.3.4)
170+
railties (6.0.3.6)
171+
actionpack (= 6.0.3.6)
172+
activesupport (= 6.0.3.6)
173173
method_source
174174
rake (>= 0.8.7)
175175
thor (>= 0.20.3, < 2.0)
176-
rake (13.0.1)
176+
rake (13.0.3)
177177
rspec-core (3.8.2)
178178
rspec-support (~> 3.8.0)
179179
rspec-expectations (3.8.6)
@@ -208,9 +208,9 @@ GEM
208208
activesupport (>= 3)
209209
attr_required (>= 0.0.5)
210210
httpclient (>= 2.4)
211-
thor (1.0.1)
211+
thor (1.1.0)
212212
thread_safe (0.3.6)
213-
tzinfo (1.2.8)
213+
tzinfo (1.2.9)
214214
thread_safe (~> 0.1)
215215
useragent (0.16.10)
216216
validate_email (0.1.6)
@@ -244,7 +244,7 @@ DEPENDENCIES
244244
jwt
245245
openid_connect (= 1.2.0)
246246
rack-cors
247-
rails (= 6.0.3.4)
247+
rails (= 6.0.3.6)
248248
rake
249249
rspec-rails (= 3.8.2)
250250
simplecov (~> 0.17.0)

0 commit comments

Comments
 (0)