Skip to content

Commit

Permalink
Require a newer verison of the highline gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nodanaonlyzuul committed Feb 18, 2012
1 parent a0884db commit 2761a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flickr_cli.gemspec
Expand Up @@ -11,10 +11,10 @@ $spec = Gem::Specification.new do |s|
s.executables = ['flickr_cli']
s.files = Dir['bin/*','lib/**/*']

s.add_dependency('highline', '0.6.1')
s.add_dependency('highline', '1.6.11')
s.add_dependency('launchy', '0.4.0')
s.add_dependency('flickraw', '0.8.4')
s.add_dependency('rmagick')

s.rubyforge_project = 'nowarning'
end
end

0 comments on commit 2761a68

Please sign in to comment.