Skip to content

Commit

Permalink
move bundler development dependency to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapergeek committed Mar 30, 2012
1 parent 4cacef5 commit f78bcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency('rails', '>= 3.0')
s.add_dependency('diesel', '~> 0.1.5')

s.add_development_dependency('bundler', '~> 1.0.0')
s.add_development_dependency('bundler', '~> 1.1.0')
s.add_development_dependency('appraisal', '~> 0.3.8')
s.add_development_dependency('cucumber-rails', '~> 1.1.1')
s.add_development_dependency('rspec-rails', '~> 2.6.0')
Expand Down

0 comments on commit f78bcae

Please sign in to comment.