Skip to content

Commit

Permalink
remove pry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glaszig committed Jan 31, 2024
1 parent ace6e87 commit 992b891
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sms_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "webmock", "~> 3.7"
spec.add_development_dependency "vcr", "~> 5.0.0"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "pry"

spec.add_dependency "faraday", "~> 1.0"
end
1 change: 0 additions & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
end

require 'minitest/autorun'
require 'pry'
require 'vcr'
require 'sms_kit'
require 'logger'
Expand Down

0 comments on commit 992b891

Please sign in to comment.