mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Using released concurrent-ruby
This commit is contained in:
parent
b58c37e051
commit
788d7bce3d
2 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@ PATH
|
|||
activesupport (= 5.0.0.alpha)
|
||||
arel (= 7.0.0.alpha)
|
||||
activesupport (5.0.0.alpha)
|
||||
concurrent-ruby (~> 1.0.0.pre5, < 2.0.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
method_source
|
||||
|
@ -201,7 +201,7 @@ GEM
|
|||
coffee-script-source
|
||||
execjs
|
||||
coffee-script-source (1.9.1.1)
|
||||
concurrent-ruby (1.0.0.pre5)
|
||||
concurrent-ruby (1.0.0)
|
||||
connection_pool (2.2.0)
|
||||
dalli (2.7.4)
|
||||
dante (0.2.0)
|
||||
|
|
|
@ -24,6 +24,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'json', '~> 1.7', '>= 1.7.7'
|
||||
s.add_dependency 'tzinfo', '~> 1.1'
|
||||
s.add_dependency 'minitest', '~> 5.1'
|
||||
s.add_dependency 'concurrent-ruby', '~> 1.0.0.pre5', '< 2.0.0'
|
||||
s.add_dependency 'concurrent-ruby', '~> 1.0'
|
||||
s.add_dependency 'method_source'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue