Skip to content

Commit

Permalink
Update sequel requirement from ~> 5.88.0 to ~> 5.89.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version.
- [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG)
- [Commits](jeremyevans/sequel@5.88.0...5.89.0)

---
updated-dependencies:
- dependency-name: sequel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4aa5df8 commit a0784b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ Gem::Specification.new do |s|

# Dependencies on optional libraries, used for unit tests & development
s.add_development_dependency 'oxidized-web', '>= 0.14.0'
s.add_development_dependency 'sequel', '~> 5.88.0'
s.add_development_dependency 'sequel', '~> 5.89.0'
end

0 comments on commit a0784b2

Please sign in to comment.