Skip to content

Commit

Permalink
Update ferrum requirement from ~> 0.13.0 to >= 0.13, < 0.16
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.13...v0.15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent a7c5bd5 commit 39d8dfb
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.13.0"
s.add_runtime_dependency "ferrum", ">= 0.13", "< 0.16"
end

0 comments on commit 39d8dfb

Please sign in to comment.