Skip to content

Commit

Permalink
update async gems, other
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Dec 18, 2024
1 parent 916eedb commit c354472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
rsmp (0.34.0)
async (~> 2.16)
async (~> 2.21)
async-io (~> 1.43)
colorize (~> 1.1)
logger (~> 1.6)
Expand Down Expand Up @@ -64,14 +64,14 @@ GEM
fiber-storage
fiber-storage (1.0.0)
hana (1.3.7)
io-event (1.7.4)
io-event (1.7.5)
json (2.9.0)
json_schemer (2.3.0)
bigdecimal
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
logger (1.6.2)
logger (1.6.3)
mini_mime (1.1.5)
multi_test (1.1.0)
ostruct (0.6.1)
Expand Down
2 changes: 1 addition & 1 deletion rsmp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "logger", "~> 1.6"
spec.add_dependency "ostruct", "~> 0.6"
spec.add_dependency "async", "~> 2.16"
spec.add_dependency "async", "~> 2.21"
spec.add_dependency "async-io", "~> 1.43"
spec.add_dependency "colorize", "~> 1.1"
spec.add_dependency "rsmp_schema", "~> 0.8"
Expand Down

0 comments on commit c354472

Please sign in to comment.