Skip to content

Commit

Permalink
Merge pull request #68 from ruby-rdf/feature/ruby-2.4
Browse files Browse the repository at this point in the history
Add Ruby 2.4 support
  • Loading branch information
gkellogg authored Dec 28, 2016
2 parents 98d97d8 + 9ba906e commit 98df11c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ script: "bundle exec rspec spec"
env:
- CI=true
rvm:
- 2.2.5
- 2.3.1
- 2.2.6
- 2.3.3
- 2.4.0
- jruby
- rbx
cache: bundler
Expand Down
2 changes: 1 addition & 1 deletion rdf-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rdf-isomorphic', '~> 2.0'
gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
gem.add_runtime_dependency 'webmock', '~> 1.17'
gem.add_runtime_dependency 'webmock', '~> 2.3'
gem.add_development_dependency 'yard' , '~> 0.8'
gem.post_install_message = nil
end

0 comments on commit 98df11c

Please sign in to comment.