fix: Gemfile.lock & Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-SPROCKETS-22032
This commit is contained in:
snyk-bot
2018-06-21 05:27:11 +00:00
parent 9fbe7ec115
commit 818012fa91
2 changed files with 14 additions and 14 deletions

View File

@ -25,10 +25,10 @@ gem 'rails', '4.2.10'
gem 'rails-i18n'
gem 'ransack'
gem 'rubytree'
gem 'sass-rails'
gem 'sass-rails', '>= 5.0.7'
gem 'sdoc', group: :doc
gem 'slim-rails'
gem 'bootstrap_pagedown'
gem 'bootstrap_pagedown', '>= 1.1.0'
gem 'pagedown-rails'
gem 'sorcery'
gem 'thread_safe'