Skip to content

Commit

Permalink
Relaxed Contracts dependency (closes snowplow#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Apr 8, 2015
1 parent bc341f1 commit 10fe339
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.3"
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 10fe339

Please sign in to comment.