Skip to content

Commit 72c9dea

Browse files
authored
remove unnecessary concurrent-ruby switch in gemspec (#2314)
1 parent e346071 commit 72c9dea

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

view_component.gemspec

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ Gem::Specification.new do |spec|
3939

4040
spec.add_runtime_dependency "activesupport", [">= 5.2.0", "< 8.1"]
4141
spec.add_runtime_dependency "method_source", "~> 1.0"
42-
if ENV["RAILS_VERSION"] == "6.1"
43-
spec.add_runtime_dependency "concurrent-ruby", "1.3.4" # lock version that supports Rails 6.1
44-
else
45-
spec.add_runtime_dependency "concurrent-ruby", "~> 1"
46-
end
42+
spec.add_runtime_dependency "concurrent-ruby", "~> 1"
4743
spec.add_development_dependency "allocation_stats", "~> 0.1.5"
4844
spec.add_development_dependency "appraisal", "~> 2.4"
4945
spec.add_development_dependency "benchmark-ips", "~> 2.13.0"

0 commit comments

Comments
 (0)