Skip to content

Commit

Permalink
Rollback Nokogiri dependency in Gemfile until Ruby 2.6 is removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Apr 3, 2023
1 parent dda3365 commit ff4314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ 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.14', platforms: [:mri, :jruby]
gem "nokogiri", '~> 1.13', '>= 1.13.4', platforms: [:mri, :jruby] # Ruby 2.6
gem 'equivalent-xml', '~> 0.6'

group :development, :test do
Expand Down

0 comments on commit ff4314f

Please sign in to comment.