Skip to content

Update fugit version to 1.11.0 #234

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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.10.1)
fugit (~> 1.11.0)
railties (>= 7.1)

GEM
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
base64 (0.1.1)
bigdecimal (3.1.4)
builder (3.2.4)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
debug (1.7.1)
Expand All @@ -58,10 +58,10 @@ GEM
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
et-orbi (1.2.7)
et-orbi (1.2.11)
tzinfo
fugit (1.10.1)
et-orbi (~> 1, >= 1.2.7)
fugit (1.11.0)
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -184,4 +184,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.4.2
2.5.9
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.10.1"
spec.add_dependency "fugit", "~> 1.11.0"

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