Navigation Menu

Skip to content

Commit

Permalink
Specify pry-debugger in development only
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 15, 2012
1 parent fbd80d8 commit 03ee800
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,3 +1,4 @@
bundler_args: --without development
language: ruby
matrix:
allow_failures:
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -4,4 +4,8 @@ platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
end

group :development do
gem 'pry-debugger'
end

gemspec

0 comments on commit 03ee800

Please sign in to comment.