Skip to content

Commit

Permalink
Merge pull request #28 from sferik/tighten_atomic_dependency
Browse files Browse the repository at this point in the history
Specify minimum (1.1.7) and maximum (2) versions of atomic dependency
  • Loading branch information
sferik committed Oct 1, 2013
2 parents f68131c + 612c86d commit 60fe301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thread_safe.gemspec
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
gem.version = Threadsafe::VERSION
gem.license = "Apache-2.0"

gem.add_dependency 'atomic'
gem.add_dependency 'atomic', ['>= 1.1.7', '< 2']
gem.add_development_dependency 'rake'
end

0 comments on commit 60fe301

Please sign in to comment.