Skip to content

Commit

Permalink
update gem dependency for the new guard version
Browse files Browse the repository at this point in the history
  • Loading branch information
mordaroso committed Jan 20, 2011
1 parent 0ba7ba8 commit 69ece21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-passenger.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'guard-passenger'

s.add_dependency 'guard', '~> 0.2.1'
s.add_dependency 'guard', '~> 0.3'

s.add_development_dependency 'bundler', '~> 1.0.7'
s.add_development_dependency 'rspec', '~> 2.2.0'
Expand Down

0 comments on commit 69ece21

Please sign in to comment.