Skip to content

Commit

Permalink
Update to the latest nokogiri, rake and libxml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncSmith committed Jul 10, 2024
1 parent f2fcad5 commit 13e9781
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hermod.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require 'hermod/version'
Gem::Specification.new do |spec|
spec.name = "hermod"
spec.version = Hermod::VERSION
spec.authors = ["Harry Mills"]
spec.email = ["harry@freeagent.com"]
spec.authors = ["FreeAgent"]
spec.email = ["opensource@freeagent.com"]
spec.summary = %q{A Ruby library for talking to the HMRC Government Gateway.}
spec.description = %q{A Ruby library for talking to the HMRC Government Gateway.
This provides a builder for creating classes that can generate the XML needed complete with type information and
Expand All @@ -22,14 +22,14 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5"

spec.add_runtime_dependency "libxml-ruby", "~> 4.0"
spec.add_runtime_dependency "libxml-ruby", "~> 4.1"
spec.add_runtime_dependency "activesupport", "> 3.2"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0.6"
spec.add_development_dependency "rake", "~> 13.2"
spec.add_development_dependency "minitest", "~> 5.15"
spec.add_development_dependency "minitest-reporters", "~> 1.6"
spec.add_development_dependency "nokogiri", "~> 1.13"
spec.add_development_dependency "nokogiri", "~> 1.16"

spec.metadata = {
"allowed_push_host" => "https://rubygems.org",
Expand Down

0 comments on commit 13e9781

Please sign in to comment.