Skip to content

Commit

Permalink
Try testing on recent versions of Ruby and RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 3, 2020
1 parent 6abaa9f commit 28ecfb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
- 2.5
- 2.6
- 2.7
4 changes: 2 additions & 2 deletions color-generator.gemspec
Expand Up @@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_development_dependency('coveralls')
s.add_development_dependency('rake', '< 11.0')
s.add_development_dependency('rspec', '~> 2.10')
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 3.0')
end

0 comments on commit 28ecfb3

Please sign in to comment.