Skip to content

Commit

Permalink
Merge pull request #14 from ys/bump-thread-safe-version
Browse files Browse the repository at this point in the history
Update version of thread_safe to ~> 0.2.0
  • Loading branch information
sferik committed Mar 4, 2014
2 parents d5f8a5f + faf2c2e commit 8595213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoizable.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = Dir.glob('spec/{unit,integration}/**/*.rb')
gem.extra_rdoc_files = Dir.glob('**/*.md')

gem.add_runtime_dependency('thread_safe', '~> 0.1.3')
gem.add_runtime_dependency('thread_safe', '~> 0.2.0')

gem.add_development_dependency('bundler', '~> 1.3', '>= 1.3.5')
end

0 comments on commit 8595213

Please sign in to comment.