Skip to content

Commit

Permalink
Support latest version of fugit
Browse files Browse the repository at this point in the history
  • Loading branch information
ksylvest authored and rosa committed Apr 10, 2024
1 parent e976c4b commit 0ed9cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (~> 1.2.2)
fugit (~> 1.9.0)
fugit (~> 1.10.1)
railties (>= 7.1)

GEM
Expand Down Expand Up @@ -60,7 +60,7 @@ GEM
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
fugit (1.9.0)
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activejob", rails_version
spec.add_dependency "railties", rails_version
spec.add_dependency "concurrent-ruby", "~> 1.2.2"
spec.add_dependency "fugit", "~> 1.9.0"
spec.add_dependency "fugit", "~> 1.10.1"

spec.add_development_dependency "debug"
spec.add_development_dependency "mocha"
Expand Down

0 comments on commit 0ed9cd7

Please sign in to comment.