diff options
author | Evgeny Li <exaspark@gmail.com> | 2014-12-17 20:04:35 +0300 |
---|---|---|
committer | Evgeny Li <exaspark@gmail.com> | 2014-12-17 20:04:35 +0300 |
commit | c71f182c2e2ee31810011d2181e47a823b80b1fa (patch) | |
tree | ecb8ca3293fa2cd4c09bfb7a7b1b14ed19827785 /activesupport/activesupport.gemspec | |
parent | fe46f009be1ece58e45abc51195e2381a71bd023 (diff) | |
download | rails-c71f182c2e2ee31810011d2181e47a823b80b1fa.tar.gz rails-c71f182c2e2ee31810011d2181e47a823b80b1fa.tar.bz2 rails-c71f182c2e2ee31810011d2181e47a823b80b1fa.zip |
use thread_safe gem version greater or equal to 0.3.4
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index f86f5133fc..06c0429bc5 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -24,5 +24,5 @@ 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 'thread_safe','~> 0.1' + s.add_dependency 'thread_safe','~> 0.3.4' end |