Skip to content

Commit

Permalink
updated sprocket to fix CVE-2018-3760
Browse files Browse the repository at this point in the history
  • Loading branch information
sashazykov committed Jun 24, 2018
1 parent 71f3e5b commit 835fa6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gem 'sass-rails', '~> 4.0.0'
gem 'sawyer', '~> 0.8.0' gem 'sawyer', '~> 0.8.0'
gem 'sdoc', group: :doc, require: false gem 'sdoc', group: :doc, require: false
gem 'sidekiq' gem 'sidekiq'
gem 'sprockets', '~> 2.12.5'
gem 'therubyracer', '~> 0.12.2', platforms: :ruby gem 'therubyracer', '~> 0.12.2', platforms: :ruby
gem 'turbolinks', '~> 2.5.0' gem 'turbolinks', '~> 2.5.0'
gem 'twitter-bootstrap-rails', github: 'seyhunak/twitter-bootstrap-rails', branch: 'bootstrap3' gem 'twitter-bootstrap-rails', github: 'seyhunak/twitter-bootstrap-rails', branch: 'bootstrap3'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ GEM
minitest (5.10.3) minitest (5.10.3)
money-tree (0.9.0) money-tree (0.9.0)
ffi ffi
multi_json (1.12.2) multi_json (1.13.1)
multi_test (0.1.2) multi_test (0.1.2)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.0.0) multipart-post (2.0.0)
Expand All @@ -243,7 +243,7 @@ GEM
omniauth (~> 1.2) omniauth (~> 1.2)
orm_adapter (0.5.0) orm_adapter (0.5.0)
public_suffix (3.0.1) public_suffix (3.0.1)
rack (1.6.8) rack (1.6.10)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.10) rails (4.2.10)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.2) simplecov-html (0.10.2)
sprockets (2.12.4) sprockets (2.12.5)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
Expand Down Expand Up @@ -423,6 +423,7 @@ DEPENDENCIES
shoulda-matchers (~> 3.1) shoulda-matchers (~> 3.1)
sidekiq sidekiq
simplecov simplecov
sprockets (~> 2.12.5)
sqlite3 (~> 1.3.11) sqlite3 (~> 1.3.11)
therubyracer (~> 0.12.2) therubyracer (~> 0.12.2)
turbolinks (~> 2.5.0) turbolinks (~> 2.5.0)
Expand Down

0 comments on commit 835fa6d

Please sign in to comment.