Updated railties and actionview to fix security problems
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-03-14 13:59:50 +01:00
parent 8fb18c86e6
commit 5e35883802
2 changed files with 42 additions and 3 deletions

View File

@ -1,6 +1,7 @@
source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
gem 'activesupport'
gem "actionview", ">= 5.2.2.1"
gem 'mini_racer'
# gem 'github-pages-health-check'
gem 'html-proofer', group: :development
@ -48,6 +49,7 @@ gem 'liquid'
gem 'listen'
gem 'mercenary'
gem 'rack', '~> 2.0.6'
gem 'railties', '>= 5.2.2.1'
gem 'rouge'
gem 'rubocop'
gem 'rubyzip', '~> 1.2.2'