We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e346071 commit 72c9deaCopy full SHA for 72c9dea
view_component.gemspec
@@ -39,11 +39,7 @@ Gem::Specification.new do |spec|
39
40
spec.add_runtime_dependency "activesupport", [">= 5.2.0", "< 8.1"]
41
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
+ spec.add_runtime_dependency "concurrent-ruby", "~> 1"
47
spec.add_development_dependency "allocation_stats", "~> 0.1.5"
48
spec.add_development_dependency "appraisal", "~> 2.4"
49
spec.add_development_dependency "benchmark-ips", "~> 2.13.0"
0 commit comments