Skip to content

Commit

Permalink
Relaxed Bundler requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenh512 committed Jan 4, 2011
1 parent 3215700 commit 128be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koala-rails.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
# If you have other dependencies, add them here
s.add_dependency("koala", "~> 0.10.0")

s.add_development_dependency("bundler", "~> 1.0.7")
s.add_development_dependency("bundler", ">= 1.0.7")
s.add_development_dependency("rake", "~> 0.8.7")

# If you need to check in files that aren't .rb files, add them here
Expand Down

0 comments on commit 128be58

Please sign in to comment.