Skip to content

Commit

Permalink
Put pry-debugger in separate Gemgroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jul 2, 2014
1 parent f87b275 commit 8e765c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -17,6 +17,9 @@ end
group :debugger do
gem 'racc'
gem 'travis-lint'
end

group :debugger do
gem 'pry'
gem 'pry-debugger'
end

0 comments on commit 8e765c7

Please sign in to comment.