Skip to content

Commit

Permalink
Update Rubocop
Browse files Browse the repository at this point in the history
* Fixes #271
* Updates test matrix with new rubies and remove 2.0.0 support
  • Loading branch information
petems committed Jul 3, 2017
1 parent d214ec0 commit 6db0e4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.0
- 2.2.3
- 2.1.10
- 2.2.7
- 2.3.4
script:
- "bundle exec rake spec"
- "bundle exec rake features"
Expand Down
4 changes: 2 additions & 2 deletions tugboat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rb-readline', '0.5.3'
gem.add_development_dependency 'vcr', '2.9.3'
gem.add_development_dependency 'cucumber', '2.0.2'
gem.add_development_dependency 'rubocop', '0.47.1'
gem.add_development_dependency 'rubocop-rspec', '1.5.0'
gem.add_development_dependency 'rubocop', '0.49.0'
gem.add_development_dependency 'rubocop-rspec', '1.15.1'
gem.add_development_dependency 'license_finder'

gem.post_install_message = '***************************************'
Expand Down

0 comments on commit 6db0e4a

Please sign in to comment.