Skip to content

Commit

Permalink
Version 3.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Mar 6, 2021
1 parent ed50f2a commit 27a2ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ gemspec
gem "rdf", github: "ruby-rdf/rdf", branch: "develop"
gem "rdf-spec", github: "ruby-rdf/rdf-spec", branch: "develop"
gem "rdf-xsd", github: "ruby-rdf/rdf-xsd", branch: "develop"
gem "nokogiri", '~> 1.10'
gem "nokogumbo", '~> 2.0'
gem "nokogiri", '~> 1.10', platforms: [:mri, :jruby]
gem "nokogumbo", '~> 2.0', platforms: :mri
gem 'equivalent-xml', '~> 0.5'

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
2 changes: 1 addition & 1 deletion rdf-rdfa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 2.4'
gem.requirements = []

gem.add_runtime_dependency 'rdf', '~> 3.1', '>= 3.1.12'
gem.add_runtime_dependency 'rdf', '~> 3.1', '>= 3.1.13'
gem.add_runtime_dependency 'rdf-vocab', '~> 3.1', '>= 3.1.11'
gem.add_runtime_dependency 'haml', '~> 5.2'
gem.add_runtime_dependency 'rdf-xsd', '~> 3.1'
Expand Down

0 comments on commit 27a2ca0

Please sign in to comment.