Skip to content

Commit

Permalink
Updated gemspec to rubocop ~> 0.48 and rubocop Target to 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
James McCarthy committed Apr 5, 2017
1 parent 2fffb0f commit 2aef229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.1
TargetRubyVersion: 2.4
Include:
- Dangerfile

Expand Down
2 changes: 1 addition & 1 deletion grape-entity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'rubocop', '~> 0.40'
s.add_development_dependency 'rubocop', '~> 0.48'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'maruku'
Expand Down

0 comments on commit 2aef229

Please sign in to comment.