Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Update Gemfile.local for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
akiko-pusu committed May 6, 2020
1 parent 0d157d0 commit b64bcb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.local
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
source 'https://rubygems.org'
group :test do
gem 'simplecov-rcov', :require => false
gem 'pry-rails'
gem 'pry-byebug'
end

group :development do
gem 'bullet'
gem 'pry-rails'
gem 'pry-byebug'
end

0 comments on commit b64bcb4

Please sign in to comment.