Skip to content

Commit

Permalink
Update rubocop requirement to ~> 0.54.0 (#72)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https://github.com/bbatsov/rubocop) to permit the latest version.
- [Release notes](https://github.com/bbatsov/rubocop/releases)
- [Changelog](https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.53.0...v0.54.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phyrog committed Mar 21, 2018
1 parent 71a3126 commit 3976606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
method_source (0.9.0)
minitest (5.11.3)
parallel (1.12.1)
parser (2.5.0.3)
parser (2.5.0.4)
ast (~> 2.4.0)
powerpack (0.1.1)
pry (0.11.3)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand Down Expand Up @@ -150,7 +150,7 @@ DEPENDENCIES
hets-agent!
rake (~> 12.3.0)
rspec (~> 3.7.0)
rubocop (~> 0.53.0)
rubocop (~> 0.54.0)

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion hets-agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.7.0'

spec.add_development_dependency 'codecov', '~> 0.1.10'
spec.add_development_dependency 'rubocop', '~> 0.53.0'
spec.add_development_dependency 'rubocop', '~> 0.54.0'

# We want to have these in the production environment as well in case we need
# to debug the application:
Expand Down

0 comments on commit 3976606

Please sign in to comment.