diff options
author | Saito <saitowu@gmail.com> | 2012-02-13 13:43:58 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-02-13 13:43:58 +0800 |
commit | 5b40a17333cce79cc18d027673f27ea7506f95b6 (patch) | |
tree | b2ca881db764df460b9ce95a5c39a78bf194e599 /Gemfile | |
parent | 7fd29a78fa2c67a7aa01a4d3bb368f4f15a411d3 (diff) | |
download | gitlab-ce-5b40a17333cce79cc18d027673f27ea7506f95b6.tar.gz |
switch ruby-debug to pry
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -48,9 +48,7 @@ group :development, :test do gem "capybara" gem "autotest" gem "autotest-rails" - unless ENV["CI"] - gem "ruby-debug19", :require => "ruby-debug" - end + gem "pry" gem "awesome_print" gem "database_cleaner" gem "launchy" |