Skip to content

Commit 620b63f

Browse files
authored
Update to Ruby 2.7 (heroku#86)
And update dependencies using: `bundle update --minor` And update sdoc to v2, to fix json deprecation warnings. Closes heroku#83. GUS-W-9952834.
1 parent 11a6caa commit 620b63f

File tree

1 file changed

+77
-86
lines changed

1 file changed

+77
-86
lines changed

Gemfile.lock

Lines changed: 77 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,168 +1,159 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.3)
5-
actionpack (= 5.2.3)
4+
actioncable (5.2.6)
5+
actionpack (= 5.2.6)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.3)
9-
actionpack (= 5.2.3)
10-
actionview (= 5.2.3)
11-
activejob (= 5.2.3)
8+
actionmailer (5.2.6)
9+
actionpack (= 5.2.6)
10+
actionview (= 5.2.6)
11+
activejob (= 5.2.6)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.3)
15-
actionview (= 5.2.3)
16-
activesupport (= 5.2.3)
17-
rack (~> 2.0)
14+
actionpack (5.2.6)
15+
actionview (= 5.2.6)
16+
activesupport (= 5.2.6)
17+
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.3)
22-
activesupport (= 5.2.3)
21+
actionview (5.2.6)
22+
activesupport (= 5.2.6)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.3)
28-
activesupport (= 5.2.3)
27+
activejob (5.2.6)
28+
activesupport (= 5.2.6)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.3)
31-
activesupport (= 5.2.3)
32-
activerecord (5.2.3)
33-
activemodel (= 5.2.3)
34-
activesupport (= 5.2.3)
30+
activemodel (5.2.6)
31+
activesupport (= 5.2.6)
32+
activerecord (5.2.6)
33+
activemodel (= 5.2.6)
34+
activesupport (= 5.2.6)
3535
arel (>= 9.0)
36-
activestorage (5.2.3)
37-
actionpack (= 5.2.3)
38-
activerecord (= 5.2.3)
39-
marcel (~> 0.3.1)
40-
activesupport (5.2.3)
36+
activestorage (5.2.6)
37+
actionpack (= 5.2.6)
38+
activerecord (= 5.2.6)
39+
marcel (~> 1.0.0)
40+
activesupport (5.2.6)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
4444
tzinfo (~> 1.1)
4545
arel (9.0.0)
46-
bootsnap (1.7.3)
46+
bootsnap (1.9.1)
4747
msgpack (~> 1.0)
48-
builder (3.2.3)
48+
builder (3.2.4)
4949
coffee-rails (4.2.2)
5050
coffee-script (>= 2.2.0)
5151
railties (>= 4.0.0)
5252
coffee-script (2.4.1)
5353
coffee-script-source
5454
execjs
5555
coffee-script-source (1.12.2)
56-
concurrent-ruby (1.1.5)
57-
crass (1.0.5)
58-
erubi (1.8.0)
59-
execjs (2.7.0)
60-
ffi (1.15.0)
61-
globalid (0.4.2)
62-
activesupport (>= 4.2.0)
63-
i18n (1.6.0)
56+
concurrent-ruby (1.1.9)
57+
crass (1.0.6)
58+
erubi (1.10.0)
59+
execjs (2.8.1)
60+
ffi (1.15.4)
61+
globalid (0.5.2)
62+
activesupport (>= 5.0)
63+
i18n (1.8.10)
6464
concurrent-ruby (~> 1.0)
65-
jbuilder (2.7.0)
66-
activesupport (>= 4.2.0)
67-
multi_json (>= 1.2)
68-
jquery-rails (4.3.1)
65+
jbuilder (2.11.2)
66+
activesupport (>= 5.0.0)
67+
jquery-rails (4.4.0)
6968
rails-dom-testing (>= 1, < 3)
7069
railties (>= 4.2.0)
7170
thor (>= 0.14, < 2.0)
72-
json (1.8.6)
73-
listen (3.5.0)
71+
listen (3.7.0)
7472
rb-fsevent (~> 0.10, >= 0.10.3)
7573
rb-inotify (~> 0.9, >= 0.9.10)
76-
loofah (2.3.1)
74+
loofah (2.12.0)
7775
crass (~> 1.0.2)
7876
nokogiri (>= 1.5.9)
7977
mail (2.7.1)
8078
mini_mime (>= 0.1.1)
81-
marcel (0.3.3)
82-
mimemagic (~> 0.3.2)
79+
marcel (1.0.2)
8380
method_source (0.9.2)
84-
mimemagic (0.3.9)
85-
nokogiri (~> 1)
86-
rake
87-
mini_mime (1.0.2)
81+
mini_mime (1.1.2)
8882
mini_portile2 (2.6.1)
89-
minitest (5.11.3)
83+
minitest (5.14.4)
9084
msgpack (1.4.2)
91-
multi_json (1.13.1)
9285
nio4r (2.5.8)
9386
nokogiri (1.12.5)
9487
mini_portile2 (~> 2.6.1)
9588
racc (~> 1.4)
9689
pg (0.21.0)
97-
puma (4.3.9)
90+
puma (4.3.10)
9891
nio4r (~> 2.0)
9992
racc (1.5.2)
10093
rack (2.2.3)
10194
rack-test (1.1.0)
10295
rack (>= 1.0, < 3)
103-
rails (5.2.3)
104-
actioncable (= 5.2.3)
105-
actionmailer (= 5.2.3)
106-
actionpack (= 5.2.3)
107-
actionview (= 5.2.3)
108-
activejob (= 5.2.3)
109-
activemodel (= 5.2.3)
110-
activerecord (= 5.2.3)
111-
activestorage (= 5.2.3)
112-
activesupport (= 5.2.3)
96+
rails (5.2.6)
97+
actioncable (= 5.2.6)
98+
actionmailer (= 5.2.6)
99+
actionpack (= 5.2.6)
100+
actionview (= 5.2.6)
101+
activejob (= 5.2.6)
102+
activemodel (= 5.2.6)
103+
activerecord (= 5.2.6)
104+
activestorage (= 5.2.6)
105+
activesupport (= 5.2.6)
113106
bundler (>= 1.3.0)
114-
railties (= 5.2.3)
107+
railties (= 5.2.6)
115108
sprockets-rails (>= 2.0.0)
116109
rails-dom-testing (2.0.3)
117110
activesupport (>= 4.2.0)
118111
nokogiri (>= 1.6)
119-
rails-html-sanitizer (1.2.0)
120-
loofah (~> 2.2, >= 2.2.2)
121-
railties (5.2.3)
122-
actionpack (= 5.2.3)
123-
activesupport (= 5.2.3)
112+
rails-html-sanitizer (1.4.2)
113+
loofah (~> 2.3)
114+
railties (5.2.6)
115+
actionpack (= 5.2.6)
116+
activesupport (= 5.2.6)
124117
method_source
125118
rake (>= 0.8.7)
126119
thor (>= 0.19.0, < 2.0)
127120
rake (12.3.3)
128-
rb-fsevent (0.10.4)
121+
rb-fsevent (0.11.0)
129122
rb-inotify (0.10.1)
130123
ffi (~> 1.0)
131-
rdoc (4.3.0)
132-
sass (3.5.5)
124+
rdoc (6.3.2)
125+
sass (3.7.4)
133126
sass-listen (~> 4.0.0)
134127
sass-listen (4.0.0)
135128
rb-fsevent (~> 0.9, >= 0.9.4)
136129
rb-inotify (~> 0.9, >= 0.9.7)
137-
sass-rails (5.0.7)
138-
railties (>= 4.0.0, < 6)
130+
sass-rails (5.1.0)
131+
railties (>= 5.2.0)
139132
sass (~> 3.1)
140133
sprockets (>= 2.8, < 4.0)
141134
sprockets-rails (>= 2.0, < 4.0)
142135
tilt (>= 1.1, < 3)
143-
sdoc (0.4.2)
144-
json (~> 1.7, >= 1.7.7)
145-
rdoc (~> 4.0)
146-
spring (2.0.2)
147-
activesupport (>= 4.2)
136+
sdoc (2.2.0)
137+
rdoc (>= 5.0)
138+
spring (2.1.1)
148139
sprockets (3.7.2)
149140
concurrent-ruby (~> 1.0)
150141
rack (> 1, < 3)
151-
sprockets-rails (3.2.1)
142+
sprockets-rails (3.2.2)
152143
actionpack (>= 4.0)
153144
activesupport (>= 4.0)
154145
sprockets (>= 3.0.0)
155146
thor (0.20.3)
156147
thread_safe (0.3.6)
157-
tilt (2.0.8)
158-
turbolinks (5.1.0)
159-
turbolinks-source (~> 5.1)
160-
turbolinks-source (5.1.0)
161-
tzinfo (1.2.5)
148+
tilt (2.0.10)
149+
turbolinks (5.2.1)
150+
turbolinks-source (~> 5.2)
151+
turbolinks-source (5.2.0)
152+
tzinfo (1.2.9)
162153
thread_safe (~> 0.1)
163-
uglifier (4.1.4)
154+
uglifier (4.2.0)
164155
execjs (>= 0.3.0, < 3)
165-
websocket-driver (0.7.1)
156+
websocket-driver (0.7.5)
166157
websocket-extensions (>= 0.1.0)
167158
websocket-extensions (0.1.5)
168159

@@ -185,7 +176,7 @@ DEPENDENCIES
185176
uglifier
186177

187178
RUBY VERSION
188-
ruby 2.6.6p146
179+
ruby 2.7.4p191
189180

190181
BUNDLED WITH
191-
2.2.15
182+
2.2.28

0 commit comments

Comments
 (0)