Skip to content

Commit

Permalink
Merge pull request #365 from mvz/remove-pry-dependency
Browse files Browse the repository at this point in the history
Remove dependency on pry
  • Loading branch information
mvz authored Nov 9, 2024
2 parents 72fcc15 + a3da18f commit 4cf1245
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ source "https://rubygems.org"
# The gem's dependencies are specified in gir_ffi.gemspec
gemspec

gem "pry", "~> 0.14.0"
gem "ruby-prof", platform: :mri
gem "test-prof", platform: :mri
1 change: 0 additions & 1 deletion test/base_test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
require "minitest/autorun"
require "minitest/focus"
require "rspec/mocks/minitest_integration"
require "pry"

Thread.abort_on_exception = true

Expand Down

0 comments on commit 4cf1245

Please sign in to comment.