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

@@ -283,6 +283,7 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.11.2)
paranoia (2.3.1)
activerecord (>= 4.0, < 5.2)
parser (2.4.0.0)
@@ -361,7 +362,8 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.48.1)
rubocop (0.49.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
@@ -525,7 +527,7 @@ DEPENDENCIES
rinku (~> 2.0.2)
rollbar (~> 2.14.1)
rspec-rails (~> 3.6)
rubocop (~> 0.48.1)
rubocop (~> 0.49.1)
rubyzip (~> 1.2.0)
rvm1-capistrano3
sass-rails (~> 5.0, >= 5.0.4)