From 33e506cb4a2d25aeb02a31889778cb3f4620237e Mon Sep 17 00:00:00 2001 From: Jerry D'Antonio Date: Tue, 29 Sep 2015 21:31:49 -0400 Subject: Fixed concurrent-ruby warnings. Bumped version of concurrent-ruby to 1.0.0.pre3, which fixes all interpreter warnings. --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/activesupport.gemspec') diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index d236dbd200..93878518d7 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -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.pre2', '< 2.0.0' + s.add_dependency 'concurrent-ruby', '~> 1.0.0.pre3', '< 2.0.0' s.add_dependency 'method_source' end -- cgit v1.2.3