Skip to content

Commit 88b3158

Browse files
committed
Add pry to Gemfile temporarily
1 parent 3c1acc0 commit 88b3158

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ end
1717
group :development, :test do
1818
gem 'byebug'
1919
gem 'guard-rspec', require: false
20+
21+
gem 'pry-byebug'
22+
2023
gem 'rspec', require: false
2124

2225
gem 'rubocop', '~> 0.68.1', require: false unless RUBY_VERSION =~ /^1.8/

0 commit comments

Comments
 (0)