Skip to content

Commit 7b06d79

Browse files
committed
Bump rails for sprockets vuln
1 parent b5e62f8 commit 7b06d79

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ gem 'jbuilder'
2323
gem 'kaminari'
2424
gem 'letsencrypt_plugin'
2525
gem 'lograge'
26+
# gem 'libv8', '5.9.211.38.1' # had trouble compiling other versions on mac
2627
gem 'mailgun-ruby'
2728
gem 'meta-tags'
2829
gem 'mini_magick'

Gemfile.lock

+44-44
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@ GEM
44
acme-client (0.3.7)
55
faraday (~> 0.9, >= 0.9.1)
66
json-jwt (~> 1.2, >= 1.2.3)
7-
actioncable (5.0.6)
8-
actionpack (= 5.0.6)
7+
actioncable (5.0.7)
8+
actionpack (= 5.0.7)
99
nio4r (>= 1.2, < 3.0)
1010
websocket-driver (~> 0.6.1)
11-
actionmailer (5.0.6)
12-
actionpack (= 5.0.6)
13-
actionview (= 5.0.6)
14-
activejob (= 5.0.6)
11+
actionmailer (5.0.7)
12+
actionpack (= 5.0.7)
13+
actionview (= 5.0.7)
14+
activejob (= 5.0.7)
1515
mail (~> 2.5, >= 2.5.4)
1616
rails-dom-testing (~> 2.0)
17-
actionpack (5.0.6)
18-
actionview (= 5.0.6)
19-
activesupport (= 5.0.6)
17+
actionpack (5.0.7)
18+
actionview (= 5.0.7)
19+
activesupport (= 5.0.7)
2020
rack (~> 2.0)
2121
rack-test (~> 0.6.3)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.0, >= 1.0.2)
24-
actionview (5.0.6)
25-
activesupport (= 5.0.6)
24+
actionview (5.0.7)
25+
activesupport (= 5.0.7)
2626
builder (~> 3.1)
2727
erubis (~> 2.7.0)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.3)
3030
active_model_serializers (0.9.4)
3131
activemodel (>= 3.2)
32-
activejob (5.0.6)
33-
activesupport (= 5.0.6)
32+
activejob (5.0.7)
33+
activesupport (= 5.0.7)
3434
globalid (>= 0.3.6)
35-
activemodel (5.0.6)
36-
activesupport (= 5.0.6)
37-
activerecord (5.0.6)
38-
activemodel (= 5.0.6)
39-
activesupport (= 5.0.6)
35+
activemodel (5.0.7)
36+
activesupport (= 5.0.7)
37+
activerecord (5.0.7)
38+
activemodel (= 5.0.7)
39+
activesupport (= 5.0.7)
4040
arel (~> 7.0)
41-
activesupport (5.0.6)
41+
activesupport (5.0.7)
4242
concurrent-ruby (~> 1.0, >= 1.0.2)
43-
i18n (~> 0.7)
43+
i18n (>= 0.7, < 2)
4444
minitest (~> 5.1)
4545
tzinfo (~> 1.1)
4646
addressable (2.5.1)
@@ -196,7 +196,7 @@ GEM
196196
rails (>= 4.2, < 5.1)
197197
letter_opener (1.4.1)
198198
launchy (~> 2.2)
199-
libv8 (5.3.332.38.5)
199+
libv8 (6.7.288.46.1)
200200
license-list (1.0.1)
201201
rails (>= 3.2)
202202
lograge (0.5.1)
@@ -223,14 +223,14 @@ GEM
223223
mini_magick (4.7.0)
224224
mini_mime (1.0.0)
225225
mini_portile2 (2.3.0)
226-
mini_racer (0.1.9)
227-
libv8 (~> 5.3)
226+
mini_racer (0.2.0)
227+
libv8 (>= 6.3)
228228
minitest (5.11.3)
229229
multi_json (1.12.1)
230230
multipart-post (2.0.0)
231231
netrc (0.11.0)
232-
nio4r (2.3.0)
233-
nokogiri (1.8.2)
232+
nio4r (2.3.1)
233+
nokogiri (1.8.4)
234234
mini_portile2 (~> 2.3.0)
235235
numerizer (0.1.1)
236236
parallel (1.11.2)
@@ -252,24 +252,24 @@ GEM
252252
multi_json (~> 1.0)
253253
pusher-signature (~> 0.1.8)
254254
pusher-signature (0.1.8)
255-
rack (2.0.4)
255+
rack (2.0.5)
256256
rack-cors (0.4.1)
257257
rack-mini-profiler (0.10.5)
258258
rack (>= 1.2.0)
259259
rack-ssl-enforcer (0.2.9)
260260
rack-test (0.6.3)
261261
rack (>= 1.0)
262-
rails (5.0.6)
263-
actioncable (= 5.0.6)
264-
actionmailer (= 5.0.6)
265-
actionpack (= 5.0.6)
266-
actionview (= 5.0.6)
267-
activejob (= 5.0.6)
268-
activemodel (= 5.0.6)
269-
activerecord (= 5.0.6)
270-
activesupport (= 5.0.6)
262+
rails (5.0.7)
263+
actioncable (= 5.0.7)
264+
actionmailer (= 5.0.7)
265+
actionpack (= 5.0.7)
266+
actionview (= 5.0.7)
267+
activejob (= 5.0.7)
268+
activemodel (= 5.0.7)
269+
activerecord (= 5.0.7)
270+
activesupport (= 5.0.7)
271271
bundler (>= 1.3.0)
272-
railties (= 5.0.6)
272+
railties (= 5.0.7)
273273
sprockets-rails (>= 2.0.0)
274274
rails-controller-testing (1.0.2)
275275
actionpack (~> 5.x, >= 5.0.1)
@@ -278,22 +278,22 @@ GEM
278278
rails-dom-testing (2.0.3)
279279
activesupport (>= 4.2.0)
280280
nokogiri (>= 1.6)
281-
rails-html-sanitizer (1.0.3)
282-
loofah (~> 2.0)
281+
rails-html-sanitizer (1.0.4)
282+
loofah (~> 2.2, >= 2.2.2)
283283
rails_12factor (0.0.3)
284284
rails_serve_static_assets
285285
rails_stdout_logging
286286
rails_serve_static_assets (0.0.5)
287287
rails_stdout_logging (0.0.5)
288-
railties (5.0.6)
289-
actionpack (= 5.0.6)
290-
activesupport (= 5.0.6)
288+
railties (5.0.7)
289+
actionpack (= 5.0.7)
290+
activesupport (= 5.0.7)
291291
method_source
292292
rake (>= 0.8.7)
293293
thor (>= 0.18.1, < 2.0)
294294
rainbow (2.2.2)
295295
rake
296-
rake (12.3.0)
296+
rake (12.3.1)
297297
react_on_rails (8.0.1)
298298
addressable
299299
connection_pool
@@ -338,7 +338,7 @@ GEM
338338
activesupport (>= 3.0.0)
339339
spring (2.0.2)
340340
activesupport (>= 4.2)
341-
sprockets (3.7.1)
341+
sprockets (3.7.2)
342342
concurrent-ruby (~> 1.0)
343343
rack (> 1, < 3)
344344
sprockets-rails (3.2.1)
@@ -450,4 +450,4 @@ RUBY VERSION
450450
ruby 2.4.0p0
451451

452452
BUNDLED WITH
453-
1.16.2
453+
1.16.3

0 commit comments

Comments
 (0)