mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove concurrent-ruby from Action Pack gemspec
It is already on Active Support
This commit is contained in:
parent
468a55b741
commit
8aadbeb3de
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'rails-html-sanitizer', '~> 1.0', '>= 1.0.2'
|
||||
s.add_dependency 'rails-dom-testing', '~> 1.0', '>= 1.0.5'
|
||||
s.add_dependency 'actionview', version
|
||||
s.add_dependency 'concurrent-ruby', '~> 0.9.0'
|
||||
|
||||
s.add_development_dependency 'activemodel', version
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue