Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update ruby-enum requirement from ~> 0.4 to >= 0.4, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ruby-enum](https://github.com/dblock/ruby-enum) to permit the latest version.
- [Changelog](https://github.com/dblock/ruby-enum/blob/master/CHANGELOG.md)
- [Commits](dblock/ruby-enum@v0.4.0...v1.0.0)

---
updated-dependencies:
- dependency-name: ruby-enum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent ec94ba8 commit 5e9121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathematical.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib", "ext"]
spec.extensions = ["ext/mathematical/extconf.rb"]

spec.add_dependency("ruby-enum", "~> 0.4")
spec.add_dependency("ruby-enum", ">= 0.4", "< 2.0")

spec.add_development_dependency("math-to-itex", "~> 0.3")
spec.add_development_dependency("minitest", "~> 5.6")
Expand Down

0 comments on commit 5e9121e

Please sign in to comment.