Skip to content

Commit

Permalink
Gemwork update: Use IRB + debug instead of Pry
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobb committed Nov 27, 2023
1 parent cfbf635 commit 5383a67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ GEM
ansi (1.5.0)
ast (2.4.2)
builder (3.2.4)
coderay (1.1.3)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
docile (1.4.0)
gemwork (0.2.0)
gemwork (0.3.0)
debug
irb
minitest
minitest-reporters
much-stub
Expand All @@ -33,7 +34,6 @@ GEM
json (2.6.3)
kwalify (0.7.2)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.20.0)
minitest-reporters (1.6.1)
ansi
Expand All @@ -45,9 +45,6 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.1.1.1)
stringio
racc (1.7.3)
Expand Down Expand Up @@ -102,9 +99,7 @@ PLATFORMS

DEPENDENCIES
amazing_print
debug
gemwork
pry
rake
say!
timecop
Expand Down
8 changes: 4 additions & 4 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ require "say"
# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# require "irb"
# IRB.start(__FILE__)
require "irb"
IRB.start(__FILE__)

# (If you use this, don't forget to add pry to your Gemfile!)
require "pry"
Pry.start
# require "pry"
# Pry.start
2 changes: 0 additions & 2 deletions say.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ Gem::Specification.new do |spec|
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_development_dependency "amazing_print"
spec.add_development_dependency "debug"
spec.add_development_dependency "gemwork"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake"
spec.add_development_dependency "timecop"
end

0 comments on commit 5383a67

Please sign in to comment.