Bump rubocop
This commit is contained in:
parent
3ae4499220
commit
2ff3b0de01
2 changed files with 7 additions and 7 deletions
6
Gemfile
6
Gemfile
|
|
@ -17,9 +17,9 @@ end
|
|||
|
||||
group :development do
|
||||
# code style
|
||||
gem "rubocop", "0.45.0"
|
||||
gem "pronto", "0.7.1"
|
||||
gem "pronto-rubocop", "0.7.0", require: false
|
||||
gem "rubocop", "0.46.0"
|
||||
|
||||
# automatic test runs
|
||||
gem "guard-rspec", require: false
|
||||
|
|
@ -44,13 +44,13 @@ group :test do
|
|||
gem "nyan-cat-formatter", require: false
|
||||
|
||||
# test coverage
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0", require: false
|
||||
gem "simplecov", "0.12.0", require: false
|
||||
gem "simplecov-rcov", "0.2.3", require: false
|
||||
gem "codeclimate-test-reporter", "~> 1.0.0", require: false
|
||||
|
||||
# test helpers
|
||||
gem "fixture_builder", "0.5.0"
|
||||
gem "factory_girl_rails", "~> 4.7"
|
||||
gem "fixture_builder", "0.5.0"
|
||||
gem "rspec-collection_matchers", "~> 1.1.2"
|
||||
gem "webmock", "~> 2.0"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ GEM
|
|||
rspec (>= 2.99, >= 2.14.2, < 4)
|
||||
octokit (4.6.1)
|
||||
sawyer (~> 0.8.0, >= 0.5.3)
|
||||
parser (2.3.2.0)
|
||||
parser (2.3.3.1)
|
||||
ast (~> 2.2)
|
||||
powerpack (0.1.1)
|
||||
pronto (0.7.1)
|
||||
|
|
@ -228,7 +228,7 @@ GEM
|
|||
rspec-mocks (~> 3.5.0)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-support (3.5.0)
|
||||
rubocop (0.45.0)
|
||||
rubocop (0.46.0)
|
||||
parser (>= 2.3.1.1, < 3.0)
|
||||
powerpack (~> 0.1)
|
||||
rainbow (>= 1.99.1, < 3.0)
|
||||
|
|
@ -274,7 +274,7 @@ GEM
|
|||
ethon (>= 0.9.0)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
unicode-display_width (1.1.1)
|
||||
unicode-display_width (1.1.2)
|
||||
uuid (2.3.8)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.2.0)
|
||||
|
|
@ -309,7 +309,7 @@ DEPENDENCIES
|
|||
rspec-collection_matchers (~> 1.1.2)
|
||||
rspec-core (~> 3.5.1)
|
||||
rspec-rails (~> 3.5.1)
|
||||
rubocop (= 0.45.0)
|
||||
rubocop (= 0.46.0)
|
||||
simplecov (= 0.12.0)
|
||||
simplecov-rcov (= 0.2.3)
|
||||
spring
|
||||
|
|
|
|||
Loading…
Reference in a new issue