Skip to content

Commit

Permalink
Merge pull request #9 from Calyhre/feature/bump-rubies
Browse files Browse the repository at this point in the history
Bump supported Ruby versions
  • Loading branch information
Calyhre authored Mar 1, 2017
2 parents 4a318c6 + abdaf1e commit b3db4f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ language: ruby

cache: bundler
rvm:
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
- 2.4.0

matrix:
fast_finish: true
6 changes: 3 additions & 3 deletions dribbble.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ 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.0.0'
s.add_runtime_dependency 'rest-client', '~> 1.7'
s.required_ruby_version = ['>= 2.2.0', '< 2.5.0']
s.add_runtime_dependency 'rest-client', '~> 2.0'

s.add_development_dependency 'rake', '~> 10.3'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'guard-rspec', '~> 4.3'
s.add_development_dependency 'sinatra', '~> 1.4'
s.add_development_dependency 'webmock', '~> 1.17'
s.add_development_dependency 'webmock', '~> 2.3'
end

0 comments on commit b3db4f8

Please sign in to comment.