updates rubocop (sec fix)

fixes a current vulnerability in /tmp directory
(https://github.com/bbatsov/rubocop/commit/dcb258fabd5f2624c1ea0e1634763
094590c09d7)
This commit is contained in:
Juanjo Bazán
2017-06-03 13:07:02 +02:00
parent 4f78e0b13f
commit 77b596b285
2 changed files with 5 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ group :development, :test do
gem 'capistrano3-delayed-job', '~> 1.7.3'
gem "bullet", '~> 5.5.1'
gem "faker", '~> 1.7.3'
gem 'rubocop', '~> 0.48.1', require: false
gem 'rubocop', '~> 0.49.1', require: false
gem 'knapsack'
end