Skip to content

Commit

Permalink
chore(deps): update ferrum requirement from ~> 0.15.0 to >= 0.15, < 0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [ferrum](https://github.com/rubycdp/ferrum) to permit the latest version.
- [Release notes](https://github.com/rubycdp/ferrum/releases)
- [Changelog](https://github.com/rubycdp/ferrum/blob/main/CHANGELOG.md)
- [Commits](rubycdp/ferrum@v0.15...v0.16)

---
updated-dependencies:
- dependency-name: ferrum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a58b22b commit a7ae80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuprite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.7.0"

s.add_runtime_dependency "capybara", "~> 3.0"
s.add_runtime_dependency "ferrum", "~> 0.15.0"
s.add_runtime_dependency "ferrum", ">= 0.15", "< 0.17"
end

0 comments on commit a7ae80f

Please sign in to comment.