Skip to content

Commit

Permalink
Fix the dependency constraints to be expected constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Sep 23, 2015
1 parent 14fb81a commit 78495ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jackal-code-fetcher.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = 'Code fetching helper'
s.require_path = 'lib'
s.license = 'Apache 2.0'
s.add_runtime_dependency 'jackal', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'jackal', '>= 0.5.0', '< 1.0'
s.add_runtime_dependency 'git'
s.add_runtime_dependency 'jackal-assets'

Expand Down

0 comments on commit 78495ad

Please sign in to comment.