fix: Gemfile & Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIVEJOB-72640
- https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-72641
This commit is contained in:
snyk-bot
2018-11-30 14:26:39 +00:00
parent 58e01880df
commit b9bf869b55
2 changed files with 42 additions and 42 deletions

View File

@ -17,7 +17,7 @@ gem 'pg'
gem 'pry-byebug'
gem 'puma'
gem 'pundit'
gem 'rails', '5.2.1'
gem 'rails', '5.2.1.1'
gem 'rails-i18n'
gem 'ransack'
gem 'rubytree'