Skip to content

Commit

Permalink
[GEM] Depend on Slop "~> 3.4"
Browse files Browse the repository at this point in the history
Slop v3.4.0 includes new syntax for subcommands. And we're going to
utilise it.
  • Loading branch information
kyrylo committed Jan 14, 2013
1 parent 5ceab36 commit 8f65c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- spec/*`.split("\n")

s.add_dependency 'coderay', '~> 1.0.5'
s.add_dependency 'slop', '~> 3.3.1'
s.add_dependency 'slop', '~> 3.4'
s.add_dependency 'method_source', '~> 0.8'

s.add_development_dependency 'bacon', '~> 1.2'
Expand Down

0 comments on commit 8f65c58

Please sign in to comment.