Skip to content

Commit

Permalink
updating bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Roberts committed Sep 26, 2016
1 parent bca5b05 commit 6fd1ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (>= 1.0.0)
bundler (>= 1.10)
fakeweb
rspec
ruby-pardot!
Expand Down
2 changes: 1 addition & 1 deletion ruby-pardot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "crack"
s.add_dependency "httparty"

s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency "bundler", ">= 1.10"
s.add_development_dependency "rspec"
s.add_development_dependency "fakeweb"

Expand Down

0 comments on commit 6fd1ad0

Please sign in to comment.