Skip to content

Commit

Permalink
Update rubocop requirement to ~> 0.54.0 (#169)
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 79642f1 commit 186f75b
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 @@ -130,7 +130,7 @@ GEM
orm_adapter (>= 0.4.0)
sequel (>= 3.18.0)
parallel (1.12.1)
parser (2.5.0.3)
parser (2.5.0.4)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.1)
Expand Down Expand Up @@ -198,7 +198,7 @@ GEM
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rubocop (0.53.0)
rubocop (0.54.0)
parallel (~> 1.10)
parser (>= 2.5)
powerpack (~> 0.1)
Expand Down Expand Up @@ -262,7 +262,7 @@ DEPENDENCIES
rake (~> 12.3.0)
rspec (~> 3.7.0)
rspec-rails (~> 3.7.2)
rubocop (~> 0.53.0)
rubocop (~> 0.54.0)

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion ontohub-models.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-rails', '~> 3.7.2'

# CI services
s.add_development_dependency 'rubocop', '~> 0.53.0'
s.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 186f75b

Please sign in to comment.