Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
update rubocop to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Oct 25, 2017
1 parent d28e203 commit b065376
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_from:
- .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.0
TargetRubyVersion: 2.2
TargetRailsVersion: 4.2

Rails:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.3
- 2.3.1
- 2.4.2
before_install:
- gem update --remote bundler
install:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
gemspec

gem 'nokogiri', '< 1.7', require: false if RUBY_VERSION.start_with? '2.0.'
gem 'rubocop', '~> 0.50.0', require: false
gem 'rubocop', '~> 0.51.0', require: false

0 comments on commit b065376

Please sign in to comment.