Skip to content

Commit

Permalink
use concurrent-ruby that works
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley committed Jan 16, 2025
1 parent ba353aa commit 902ba77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
view_component (3.21.0)
activesupport (>= 5.2.0, < 8.1)
concurrent-ruby (~> 1.0)
concurrent-ruby (~> 1.3.4)
method_source (~> 1.0)

GEM
Expand Down
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.2.4"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.3.4" # lock version that supports Rails 6.1
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 902ba77

Please sign in to comment.