From 25a4155257cd463355bccb4330b0280e4110de9e Mon Sep 17 00:00:00 2001 From: Jerry D'Antonio Date: Sat, 15 Aug 2015 23:41:33 -0400 Subject: Initial implementation of ActiveJob AsyncAdapter. --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 6d2ae9be76..67b6663915 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -25,6 +25,6 @@ Gem::Specification.new do |s| s.add_dependency 'tzinfo', '~> 1.1' s.add_dependency 'minitest', '~> 5.1' s.add_dependency 'thread_safe','~> 0.3', '>= 0.3.4' - s.add_dependency 'concurrent-ruby', '~> 0.9.0' + s.add_dependency 'concurrent-ruby', '~> 0.9.1' s.add_dependency 'method_source' end -- cgit v1.2.3