Skip to content

Commit

Permalink
Use pry instead of pry-byebug
Browse files Browse the repository at this point in the history
Travis reported issues when loading pry-byebug
  • Loading branch information
Torsten Schoenebaum committed Mar 26, 2020
1 parent 387275d commit 2c15aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omniauth-cognito-idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'aws-sdk-cognitoidentityprovider'
s.add_development_dependency 'bundler'
s.add_development_dependency 'pry-byebug'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'simplecov'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
add_filter 'lib/omniauth-cognito-idp/version'
end
#
require 'pry-byebug'
require 'pry'
require 'omniauth-cognito-idp'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
Expand Down

0 comments on commit 2c15aad

Please sign in to comment.