Skip to content

Commit

Permalink
Removin bundler gemspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Fischer authored and Leo Fischer committed Feb 13, 2019
1 parent 8983e96 commit 696406a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conekta.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.require_paths = ["lib"]

spec.add_dependency "bundler", "~> 1.3"
spec.add_dependency "bundler", ">= 1.3"
spec.add_dependency "rake"
spec.add_dependency "faraday"
spec.add_dependency "json"
spec.add_dependency "sys-uname"

spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rspec", ">= 3.0"
spec.add_development_dependency "pry"
end

0 comments on commit 696406a

Please sign in to comment.