Skip to content

Commit 0dba571

Browse files
committed
Update documentation and version sync for 3.2.
1 parent 64e1603 commit 0dba571

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Note that in most cases, if the instance is empty and mutable, the appropriate s
3030

3131
## Dependencies
3232

33-
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.0)
34-
* [RSpec](https://rubygems.org/gems/rspec) (~> 3.7)
33+
* [RDF.rb](https://rubygems.org/gems/rdf) (~> 3.2)
34+
* [RSpec](https://rubygems.org/gems/rspec) (~> 3.10)
3535

3636
## Installation
3737

rdf-spec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
2222
gem.requirements = []
2323
gem.add_runtime_dependency 'rdf', '~> 3.2'
2424
gem.add_runtime_dependency 'amazing_print', '~> 1.4'
25-
gem.add_runtime_dependency 'rdf-isomorphic', '~> 3.1'
25+
gem.add_runtime_dependency 'rdf-isomorphic', '~> 3.2'
2626
gem.add_runtime_dependency 'rspec', '~> 3.10'
2727
gem.add_runtime_dependency 'rspec-its', '~> 1.3'
2828
gem.add_runtime_dependency 'rexml', '~> 3.2' # For Webmock

0 commit comments

Comments
 (0)