Skip to content

Commit

Permalink
Relax bundler version requirement in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Apr 23, 2014
1 parent 41c064d commit 37ef2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal.gemspec
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'racc'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'octokit', '~> 2.4.0'
s.add_development_dependency 'bundler', '~> 1.6'
s.add_development_dependency 'bundler', '~> 1.5'
end

0 comments on commit 37ef2f1

Please sign in to comment.