Skip to content

Commit

Permalink
Upgrade ruby test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Calyhre committed Apr 2, 2018
1 parent e1a89e3 commit 060c5eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cache: bundler
rvm:
- 2.2.6
- 2.3.3
- 2.4.0
- 2.4.2
- 2.5.0

matrix:
fast_finish: true
2 changes: 1 addition & 1 deletion dribbble.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

s.required_ruby_version = ['>= 2.2.0', '< 2.5.0']
s.required_ruby_version = ['>= 2.2.0', '< 3.0']
s.add_runtime_dependency 'rest-client', '~> 2.0'

s.add_development_dependency 'rake', '~> 10.3'
Expand Down

0 comments on commit 060c5eb

Please sign in to comment.