Bump rubocop

This commit is contained in:
Benjamin Neff 2017-01-19 00:24:00 +01:00
parent 8da3ba6244
commit ed41c2caeb
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ group :development do
# code style
gem "pronto", "0.7.1"
gem "pronto-rubocop", "0.7.0", require: false
gem "rubocop", "0.47.0"
gem "rubocop", "0.47.1"
# automatic test runs
gem "guard-rspec", require: false

View file

@ -228,7 +228,7 @@ GEM
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.47.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
@ -309,7 +309,7 @@ DEPENDENCIES
rspec-collection_matchers (~> 1.1.2)
rspec-core (~> 3.5.1)
rspec-rails (~> 3.5.1)
rubocop (= 0.47.0)
rubocop (= 0.47.1)
simplecov (= 0.12.0)
simplecov-rcov (= 0.2.3)
spring