Skip to content

Commit 9ba906e

Browse files
author
Tom Johnson
committed
Add Ruby 2.4 support
Updates the build matrix match RDF.rb, and adds 2.4.0. Updates the dependency on `webmock` to 2.x to avoid errors due to lack of Ruby 2.4 support in `webmock` 1.x.
1 parent 98d97d8 commit 9ba906e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ script: "bundle exec rspec spec"
44
env:
55
- CI=true
66
rvm:
7-
- 2.2.5
8-
- 2.3.1
7+
- 2.2.6
8+
- 2.3.3
9+
- 2.4.0
910
- jruby
1011
- rbx
1112
cache: bundler

rdf-spec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |gem|
3131
gem.add_runtime_dependency 'rdf-isomorphic', '~> 2.0'
3232
gem.add_runtime_dependency 'rspec', '~> 3.0'
3333
gem.add_runtime_dependency 'rspec-its', '~> 1.0'
34-
gem.add_runtime_dependency 'webmock', '~> 1.17'
34+
gem.add_runtime_dependency 'webmock', '~> 2.3'
3535
gem.add_development_dependency 'yard' , '~> 0.8'
3636
gem.post_install_message = nil
3737
end

0 commit comments

Comments
 (0)