Skip to content

Commit

Permalink
Get rid of pry-byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
amkisko committed Aug 30, 2023
1 parent b0892ba commit 8333b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ GEM
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
byebug (11.1.3)
coderay (1.1.3)
crack (0.4.5)
rexml
Expand All @@ -24,9 +23,6 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
spoon (~> 0.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
rexml (3.2.6)
rspec-core (3.12.2)
Expand Down Expand Up @@ -55,7 +51,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
pry-byebug (~> 3)
pry (~> 0.14)
rspec-core (~> 3)
rspec-expectations (~> 3)
simplecov (~> 0.21)
Expand Down
2 changes: 1 addition & 1 deletion timely-app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec-core', '~> 3'
gem.add_development_dependency 'rspec-expectations', '~> 3'
gem.add_development_dependency 'webmock', '~> 3'
gem.add_development_dependency 'pry-byebug', '~> 3'
gem.add_development_dependency 'pry', '~> 0.14'
gem.add_development_dependency 'simplecov', '~> 0.21'
end

0 comments on commit 8333b8f

Please sign in to comment.