Skip to content

Commit

Permalink
Remove pry
Browse files Browse the repository at this point in the history
Use irb instead of
  • Loading branch information
alpaca-tc committed Jul 4, 2024
1 parent 21c0631 commit 7601155
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
byebug (11.0.1)
coderay (1.1.3)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
Expand Down Expand Up @@ -75,9 +74,6 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
rainbow (3.1.1)
rake (13.0.1)
rb-fsevent (0.11.1)
Expand Down Expand Up @@ -138,8 +134,6 @@ DEPENDENCIES
guard-rspec
guard-rubocop
kirico!
pry
pry-byebug
rake (~> 13.0)
rspec

Expand Down
2 changes: 0 additions & 2 deletions kirico.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'guard-bundler'
spec.add_development_dependency 'guard-rspec'
spec.add_development_dependency 'guard-rubocop'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec'
end
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'kirico'
require 'pry'
require 'csv'
require 'factory_bot'

Expand Down

0 comments on commit 7601155

Please sign in to comment.