Skip to content

Commit 85dc456

Browse files
committed
Update fugit version to 1.11.0
1 parent 74627bd commit 85dc456

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PATH
55
activejob (>= 7.1)
66
activerecord (>= 7.1)
77
concurrent-ruby (~> 1.2.2)
8-
fugit (~> 1.10.1)
8+
fugit (~> 1.11.0)
99
railties (>= 7.1)
1010

1111
GEM
@@ -49,7 +49,7 @@ GEM
4949
base64 (0.1.1)
5050
bigdecimal (3.1.4)
5151
builder (3.2.4)
52-
concurrent-ruby (1.2.2)
52+
concurrent-ruby (1.2.3)
5353
connection_pool (2.4.1)
5454
crass (1.0.6)
5555
debug (1.7.1)
@@ -58,10 +58,10 @@ GEM
5858
drb (2.1.1)
5959
ruby2_keywords
6060
erubi (1.12.0)
61-
et-orbi (1.2.7)
61+
et-orbi (1.2.11)
6262
tzinfo
63-
fugit (1.10.1)
64-
et-orbi (~> 1, >= 1.2.7)
63+
fugit (1.11.0)
64+
et-orbi (~> 1, >= 1.2.11)
6565
raabro (~> 1.4)
6666
globalid (1.2.1)
6767
activesupport (>= 6.1)
@@ -184,4 +184,4 @@ DEPENDENCIES
184184
sqlite3
185185

186186
BUNDLED WITH
187-
2.4.2
187+
2.5.9

solid_queue.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "activejob", rails_version
2323
spec.add_dependency "railties", rails_version
2424
spec.add_dependency "concurrent-ruby", "~> 1.2.2"
25-
spec.add_dependency "fugit", "~> 1.10.1"
25+
spec.add_dependency "fugit", "~> 1.11.0"
2626

2727
spec.add_development_dependency "debug"
2828
spec.add_development_dependency "mocha"

0 commit comments

Comments
 (0)