Skip to content

Commit

Permalink
Updated Contracts dependency range to "~> 0.7", "<= 0.11" (closes sno…
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Aug 10, 2015
1 parent 4457063 commit 9540ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowplow-tracker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 1.9.3'

s.add_runtime_dependency "contracts", "~> 0.3"
s.add_runtime_dependency "contracts", "~> 0.7", "<= 0.11"
s.add_runtime_dependency "uuid", "~> 2.3.7"
s.add_development_dependency "rspec", "~> 2.14.1"
s.add_development_dependency "webmock", "~> 1.17.4"
Expand Down

0 comments on commit 9540ce1

Please sign in to comment.