Skip to content

Commit

Permalink
Loosen up the dependency specification for Bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Nov 12, 2011
1 parent 5e8da81 commit 7663e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tire.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|

# = Development dependencies
#
s.add_development_dependency "bundler", "~> 1.0.0"
s.add_development_dependency "bundler", "~> 1.0"
s.add_development_dependency "yajl-ruby", "~> 0.8.0"
s.add_development_dependency "shoulda"
s.add_development_dependency "mocha"
Expand Down

0 comments on commit 7663e45

Please sign in to comment.