Skip to content

Commit

Permalink
use concurrent-ruby for 6.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jan 16, 2025
1 parent e463ddb commit ba353aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_component.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "activesupport", [">= 5.2.0", "< 8.1"]
spec.add_runtime_dependency "method_source", "~> 1.0"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.2.4"
spec.add_development_dependency "allocation_stats", "~> 0.1.5"
spec.add_development_dependency "appraisal", "~> 2.4"
spec.add_development_dependency "benchmark-ips", "~> 2.13.0"
Expand Down

0 comments on commit ba353aa

Please sign in to comment.