Skip to content

Commit

Permalink
Set minimum version of fiber-local gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed May 2, 2024
1 parent 958b881 commit bf96c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "fiber-annotation"
spec.add_dependency "fiber-local"
spec.add_dependency "fiber-local", "~> 1.1"
spec.add_dependency "json"
end

0 comments on commit bf96c15

Please sign in to comment.