Skip to content

Commit

Permalink
Update dependencies (#90)
Browse files Browse the repository at this point in the history
* breaking: Update Thor version constraint

* Update webmention gem version constraint
  • Loading branch information
jgarber623 authored Dec 12, 2023
1 parent 9a405bf commit b89a756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webmention-cli.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Gem::Specification.new do |spec|
"rubygems_mfa_required" => "true"
}

spec.add_runtime_dependency "thor", "~> 1.2"
spec.add_runtime_dependency "webmention", "~> 6.0"
spec.add_runtime_dependency "thor", "~> 1.3"
spec.add_runtime_dependency "webmention", "~> 7.0"
end

0 comments on commit b89a756

Please sign in to comment.