Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 5 vulnerabilities #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
source 'https://rubygems.org'

gem 'rails', '4.2.7.1'
gem 'rails', '7.0.8.1'

gem 'unicorn', '4.9.0'
gem 'unicorn', '5.0.0'

gem 'logstasher', '0.4.8'
gem 'rack_strip_client_ip', '0.0.1'
gem 'actionpack-page_caching', '1.0.2'
gem 'actionpack-page_caching', '1.2.0'

gem 'uglifier', ">= 1.3.0"
gem 'sass-rails', "5.0.6"
gem 'sass-rails', '5.0.8'
gem 'airbrake', '~> 4.3.1'

gem 'nokogiri', "~> 1.6.6.4"
gem 'sprockets-rails', "2.3.3" #FIXME: This is temporary, will allow to upgrade rails to 4.2.5.1 to address security fixes without breaking tests http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/
gem 'nokogiri', '~> 1.15.6.0'
gem 'sprockets-rails', '3.0.0' #FIXME: This is temporary, will allow to upgrade rails to 4.2.5.1 to address security fixes without breaking tests http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/

group :development do
gem 'image_optim', '0.17.1'
gem 'better_errors'
gem 'better_errors', '>= 2.2.0'
gem 'binding_of_caller'
end

group :test do
gem 'capybara', '~> 2.5.0'
gem 'capybara', '~> 2.6.0'
gem 'govuk-content-schema-test-helpers', '~> 1.4'
gem 'mocha', '~> 1.1.0', :require => false
gem 'shoulda'
gem 'webmock'
gem 'test-unit'
gem 'minitest'
gem 'minitest-capybara', '~> 0.7.2'
gem 'minitest-capybara', '~> 0.8.0'
end

group :development, :test do
gem 'jasmine-rails', '~> 0.10.6'
gem 'jasmine-rails', '~> 0.11.0'
gem 'quiet_assets', '1.1.0'
gem 'govuk-lint', '~> 0.6.0'
gem 'pry'
end

gem 'plek', '1.11.0'
gem 'govuk_frontend_toolkit', '~> 5.1.0'
gem 'govuk_frontend_toolkit', '~> 5.1.1'

if ENV['GOVUK_TEMPLATE_DEV']
gem 'govuk_template', :path => "../govuk_template"
gem 'govuk_template', '>= 0.19.1', :path => "../govuk_template"
else
gem 'govuk_template', '0.19.0'
gem 'govuk_template', '0.19.1'
end
gem 'gds-api-adapters', '38.1.0'
gem 'gds-api-adapters', '39.0.0'