Skip to content

Commit

Permalink
Add missing gems to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasuyezu committed Mar 31, 2017
1 parent 0ba28c9 commit 62832cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source "https://rubygems.org"
gem 'ruby_parser'
gem 'pry-byebug'
gem 'minitest'
gem 'rake'
gem 'hoe'
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ GEM
specs:
byebug (9.0.6)
coderay (1.1.1)
hoe (3.16.0)
rake (>= 0.8, < 13.0)
method_source (0.8.2)
minitest (5.10.1)
pry (0.10.4)
Expand All @@ -12,6 +14,7 @@ GEM
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rake (12.0.0)
ruby_parser (3.8.4)
sexp_processor (~> 4.1)
sexp_processor (4.8.0)
Expand All @@ -21,8 +24,10 @@ PLATFORMS
ruby

DEPENDENCIES
hoe
minitest
pry-byebug
rake
ruby_parser

BUNDLED WITH
Expand Down

0 comments on commit 62832cd

Please sign in to comment.