Skip to content

Commit

Permalink
Update dependencies for tests. (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor authored Jul 17, 2024
1 parent 9942abd commit 2820832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion async.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3.1.1"

spec.add_dependency "console", ["~> 1.25", ">= 1.25.2"]
spec.add_dependency "console", ["~> 1.26"]
spec.add_dependency "fiber-annotation"
spec.add_dependency "io-event", ["~> 1.6", ">= 1.6.5"]
end
2 changes: 1 addition & 1 deletion gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end

group :test do
gem "sus"
gem "sus", "~> 0.29", ">= 0.29.1"
gem "covered"
gem "decode"

Expand Down

0 comments on commit 2820832

Please sign in to comment.