Skip to content

Commit

Permalink
Update rubocop dependency to >= 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 13, 2015
1 parent 879bb83 commit fbbb258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
group :test do
gem 'coveralls'
gem 'rspec', '>= 3'
gem 'rubocop', '>= 0.25', platforms: [:ruby_19, :ruby_20, :ruby_21]
gem 'rubocop', '>= 0.28'
gem 'simplecov', '>= 0.9'
gem 'timecop'
gem 'webmock', '>= 1.10.1'
Expand Down

0 comments on commit fbbb258

Please sign in to comment.