Skip to content

Commit

Permalink
Add gem launchy
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Aug 6, 2017
1 parent 9900e93 commit ea2b138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
github-nippou (3.0.0.beta1)
activesupport
highline
launchy
octokit
parallel
thor
Expand All @@ -24,6 +25,8 @@ GEM
multipart-post (>= 1.2, < 3)
highline (1.7.8)
i18n (0.8.6)
launchy (2.4.3)
addressable (~> 2.3)
minitest (5.10.3)
multipart-post (2.0.0)
octokit (4.7.0)
Expand Down
1 change: 1 addition & 0 deletions github-nippou.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport'
spec.add_dependency 'highline'
spec.add_dependency 'launchy'
spec.add_dependency 'octokit'
spec.add_dependency 'parallel'
spec.add_dependency 'thor'
Expand Down

0 comments on commit ea2b138

Please sign in to comment.