Skip to content

Commit

Permalink
temp remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
hibachrach committed Sep 12, 2022
1 parent 5f6062d commit c44ad6a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
5 changes: 0 additions & 5 deletions gemfiles/rails_5.2_no_sprockets.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.4)
byebug (11.0.1)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -140,9 +139,6 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.2)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -227,7 +223,6 @@ DEPENDENCIES
guard-minitest
jbuilder
listen (~> 3.0.0)
pry-byebug
rails (~> 5.2.x)
react-rails!
selenium-webdriver
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/rails_5.2_no_sprockets_webpacker_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.4)
byebug (11.0.1)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -143,9 +142,6 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.2)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -237,7 +233,6 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
pry-byebug
rails (~> 5.2.x)
react-rails!
selenium-webdriver
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/rails_5.2_no_sprockets_webpacker_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.4)
byebug (11.0.1)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -143,9 +142,6 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.2)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -237,7 +233,6 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
pry-byebug
rails (~> 5.2.x)
react-rails!
selenium-webdriver
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/rails_5.2_sprockets_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.4)
byebug (11.0.1)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -143,9 +142,6 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.2)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -231,7 +227,6 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
pry-byebug
rails (~> 5.2.x)
react-rails!
selenium-webdriver
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/rails_5.2_sprockets_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ GEM
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
builder (3.2.4)
byebug (11.0.1)
capybara (3.30.0)
addressable
mini_mime (>= 0.1.3)
Expand Down Expand Up @@ -143,9 +142,6 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.7.0)
byebug (~> 11.0)
pry (~> 0.10)
public_suffix (4.0.2)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -231,7 +227,6 @@ DEPENDENCIES
jbuilder
listen (~> 3.0.0)
mini_racer
pry-byebug
rails (~> 5.2.x)
react-rails!
selenium-webdriver
Expand Down
1 change: 0 additions & 1 deletion react-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'test-unit', '~> 2.5'
s.add_development_dependency 'rails', '>= 3.2'
s.add_development_dependency 'pry-byebug'
s.add_development_dependency 'turbolinks'

s.add_dependency 'connection_pool'
Expand Down

0 comments on commit c44ad6a

Please sign in to comment.