Skip to content

Commit

Permalink
Modify for travis
Browse files Browse the repository at this point in the history
[rvm 2.0.0]
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.5.1) ruby
  Current Bundler version:
    bundler (1.3.5)

[rvm 2.1.0]
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.5.1) ruby
  Current Bundler version:
    bundler (1.5.0)
  • Loading branch information
sue445 committed Dec 30, 2013
1 parent ef6f4c1 commit 762765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", "~> 4.0.1"
spec.add_dependency "hashie", "~> 2.0.5"

spec.add_development_dependency "bundler", "~> 1.5.1"
spec.add_development_dependency "bundler", ">= 1.3.5"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0.0.beta1"
#spec.add_development_dependency "rspec-parameterized"
Expand Down

0 comments on commit 762765d

Please sign in to comment.