Updated railties and actionview to fix security problems
All checks were successful
the build was successful
All checks were successful
the build was successful
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user