Skip to content

Commit

Permalink
losen dependency definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jannosiilbek committed Jul 30, 2015
1 parent faf3069 commit fda9269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x_road.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency 'uuidtools', '~> 2.1.5'
spec.add_dependency 'require_all', '~> 1.3.2'
spec.add_dependency 'uuidtools', '~> 2.1'
spec.add_dependency 'require_all', '~> 1.3'

if RUBY_VERSION < '1.9'
spec.add_dependency 'wasabi', '~> 3.3.0'
Expand All @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'gyoku', '~> 1.1.0'
spec.add_dependency 'savon', '~> 2.7.2'
else
spec.add_dependency 'savon', '~> 2.11.1'
spec.add_dependency 'savon', '~> 2.11'
spec.add_development_dependency 'codeclimate-test-reporter'
end
spec.add_development_dependency "bundler", "~> 1.8"
Expand Down

0 comments on commit fda9269

Please sign in to comment.