Skip to content

Commit 07edb46

Browse files
committed
Upgrades Rails to 6.0.2.2
1 parent 873760b commit 07edb46

30 files changed

Lines changed: 60 additions & 44 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby IO.read(File.expand_path('.ruby-version', __dir__)).chomp
44

5-
gem 'rails', '~> 5.2.4.2'
5+
gem 'rails', '~> 6.0.2.2'
66

77
gem 'puma'
88
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

Lines changed: 59 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,62 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.4.2)
5-
actionpack (= 5.2.4.2)
4+
actioncable (6.0.2.2)
5+
actionpack (= 6.0.2.2)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.4.2)
9-
actionpack (= 5.2.4.2)
10-
actionview (= 5.2.4.2)
11-
activejob (= 5.2.4.2)
8+
actionmailbox (6.0.2.2)
9+
actionpack (= 6.0.2.2)
10+
activejob (= 6.0.2.2)
11+
activerecord (= 6.0.2.2)
12+
activestorage (= 6.0.2.2)
13+
activesupport (= 6.0.2.2)
14+
mail (>= 2.7.1)
15+
actionmailer (6.0.2.2)
16+
actionpack (= 6.0.2.2)
17+
actionview (= 6.0.2.2)
18+
activejob (= 6.0.2.2)
1219
mail (~> 2.5, >= 2.5.4)
1320
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.4.2)
15-
actionview (= 5.2.4.2)
16-
activesupport (= 5.2.4.2)
21+
actionpack (6.0.2.2)
22+
actionview (= 6.0.2.2)
23+
activesupport (= 6.0.2.2)
1724
rack (~> 2.0, >= 2.0.8)
1825
rack-test (>= 0.6.3)
1926
rails-dom-testing (~> 2.0)
20-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.4.2)
22-
activesupport (= 5.2.4.2)
27+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28+
actiontext (6.0.2.2)
29+
actionpack (= 6.0.2.2)
30+
activerecord (= 6.0.2.2)
31+
activestorage (= 6.0.2.2)
32+
activesupport (= 6.0.2.2)
33+
nokogiri (>= 1.8.5)
34+
actionview (6.0.2.2)
35+
activesupport (= 6.0.2.2)
2336
builder (~> 3.1)
2437
erubi (~> 1.4)
2538
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.4.2)
28-
activesupport (= 5.2.4.2)
39+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40+
activejob (6.0.2.2)
41+
activesupport (= 6.0.2.2)
2942
globalid (>= 0.3.6)
30-
activemodel (5.2.4.2)
31-
activesupport (= 5.2.4.2)
32-
activerecord (5.2.4.2)
33-
activemodel (= 5.2.4.2)
34-
activesupport (= 5.2.4.2)
35-
arel (>= 9.0)
36-
activestorage (5.2.4.2)
37-
actionpack (= 5.2.4.2)
38-
activerecord (= 5.2.4.2)
43+
activemodel (6.0.2.2)
44+
activesupport (= 6.0.2.2)
45+
activerecord (6.0.2.2)
46+
activemodel (= 6.0.2.2)
47+
activesupport (= 6.0.2.2)
48+
activestorage (6.0.2.2)
49+
actionpack (= 6.0.2.2)
50+
activejob (= 6.0.2.2)
51+
activerecord (= 6.0.2.2)
3952
marcel (~> 0.3.1)
40-
activesupport (5.2.4.2)
53+
activesupport (6.0.2.2)
4154
concurrent-ruby (~> 1.0, >= 1.0.2)
4255
i18n (>= 0.7, < 2)
4356
minitest (~> 5.1)
4457
tzinfo (~> 1.1)
58+
zeitwerk (~> 2.2)
4559
ansi (1.5.0)
46-
arel (9.0.0)
4760
better_errors (2.7.0)
4861
coderay (>= 1.0.0)
4962
erubi (>= 1.0.0)
@@ -108,7 +121,7 @@ GEM
108121
method_source (1.0.0)
109122
mime-types (3.3.1)
110123
mime-types-data (~> 3.2015)
111-
mime-types-data (3.2019.1009)
124+
mime-types-data (3.2020.0425)
112125
mimemagic (0.3.4)
113126
mini_mime (1.0.2)
114127
mini_portile2 (2.4.0)
@@ -136,18 +149,20 @@ GEM
136149
rack (2.2.2)
137150
rack-test (1.1.0)
138151
rack (>= 1.0, < 3)
139-
rails (5.2.4.2)
140-
actioncable (= 5.2.4.2)
141-
actionmailer (= 5.2.4.2)
142-
actionpack (= 5.2.4.2)
143-
actionview (= 5.2.4.2)
144-
activejob (= 5.2.4.2)
145-
activemodel (= 5.2.4.2)
146-
activerecord (= 5.2.4.2)
147-
activestorage (= 5.2.4.2)
148-
activesupport (= 5.2.4.2)
152+
rails (6.0.2.2)
153+
actioncable (= 6.0.2.2)
154+
actionmailbox (= 6.0.2.2)
155+
actionmailer (= 6.0.2.2)
156+
actionpack (= 6.0.2.2)
157+
actiontext (= 6.0.2.2)
158+
actionview (= 6.0.2.2)
159+
activejob (= 6.0.2.2)
160+
activemodel (= 6.0.2.2)
161+
activerecord (= 6.0.2.2)
162+
activestorage (= 6.0.2.2)
163+
activesupport (= 6.0.2.2)
149164
bundler (>= 1.3.0)
150-
railties (= 5.2.4.2)
165+
railties (= 6.0.2.2)
151166
sprockets-rails (>= 2.0.0)
152167
rails-controller-testing (1.0.4)
153168
actionpack (>= 5.0.1.x)
@@ -163,12 +178,12 @@ GEM
163178
rails_stdout_logging
164179
rails_serve_static_assets (0.0.5)
165180
rails_stdout_logging (0.0.5)
166-
railties (5.2.4.2)
167-
actionpack (= 5.2.4.2)
168-
activesupport (= 5.2.4.2)
181+
railties (6.0.2.2)
182+
actionpack (= 6.0.2.2)
183+
activesupport (= 6.0.2.2)
169184
method_source
170185
rake (>= 0.8.7)
171-
thor (>= 0.19.0, < 2.0)
186+
thor (>= 0.20.3, < 2.0)
172187
rake (13.0.1)
173188
rb-fsevent (0.10.3)
174189
rb-inotify (0.10.1)
@@ -221,6 +236,7 @@ GEM
221236
websocket-driver (0.7.1)
222237
websocket-extensions (>= 0.1.0)
223238
websocket-extensions (0.1.4)
239+
zeitwerk (2.3.0)
224240

225241
PLATFORMS
226242
ruby
@@ -238,7 +254,7 @@ DEPENDENCIES
238254
jquery-rails (~> 4.3)
239255
minitest-reporters
240256
puma
241-
rails (~> 5.2.4.2)
257+
rails (~> 6.0.2.2)
242258
rails-controller-testing
243259
rails_12factor
244260
rollbar (~> 2.8)
-40.5 KB
Binary file not shown.
41.5 KB
Binary file not shown.
20 KB
Binary file not shown.
-28.5 KB
Binary file not shown.
30 KB
Binary file not shown.
-208 KB
Binary file not shown.
212 KB
Binary file not shown.
17 KB
Binary file not shown.

0 commit comments

Comments
 (0)