Skip to content

Commit

Permalink
Merge pull request #12 from sanemat/fix/relax-bundler
Browse files Browse the repository at this point in the history
Relax bundler version
  • Loading branch information
sanemat committed Jan 9, 2014
2 parents afb542c + 659c55f commit 0a80359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview-link_to_block.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "bundler", '>= 1.3'
spec.add_development_dependency "rake"
end

0 comments on commit 0a80359

Please sign in to comment.