Skip to content

Commit

Permalink
Merge pull request #325 from interagent/rubocop-upgrade
Browse files Browse the repository at this point in the history
Upgrade rubocop
  • Loading branch information
Guðmundur Bjarni Ólafsson authored Jan 18, 2018
2 parents 50c108b + 8a9cb8c commit 3cb3690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/template/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "sucker_punch"

group :development, :test do
gem "pry-byebug"
gem "rubocop", "~> 0.46.0", require: false
gem "rubocop", "~> 0.52.1", require: false
gem "rubocop-rspec", require: false
end

Expand Down
2 changes: 1 addition & 1 deletion pliny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "pg", "~> 0.17", ">= 0.17.1"
gem.add_development_dependency "rollbar", "~> 2.11", ">= 2.11.0"
gem.add_development_dependency "sequel", "~> 4.9", ">= 4.9.0"
gem.add_development_dependency "rubocop", "~> 0.46", ">= 0.46.0"
gem.add_development_dependency "rubocop", "~> 0.52", ">= 0.52.1"
end

0 comments on commit 3cb3690

Please sign in to comment.