Skip to content

Commit 1c36e09

Browse files
author
Kaka Ruto
committed
Add the pry gem for help with debugging
1 parent aae2c79 commit 1c36e09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
gem 'sinatra'
2121
gem 'webmock'
2222
gem 'dotenv'
23+
gem 'pry'
2324
end

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
require 'covered/rspec'
2323
require 'async/rspec'
24+
require 'pry'
2425

2526
require 'cloudflare/rspec/connection'
2627
require 'cloudflare/zones'

0 commit comments

Comments
 (0)