Skip to content

Commit

Permalink
Merge pull request #857 from cucumber/remove-pry-byebug-dependency
Browse files Browse the repository at this point in the history
Remove pry-byebug depedency
  • Loading branch information
mvz authored Jan 15, 2022
2 parents cdd1a16 + d374d6f commit 76d7240
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ your normal development workflow.
Example `Gemfile.local`:

```ruby
gem 'pry'
gem 'pry-byebug'
gem 'byebug'
```
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ gemspec
if File.file? File.expand_path("Gemfile.local", __dir__)
load File.expand_path("Gemfile.local", __dir__)
end

gem "byebug", "~> 11.0", platform: :mri
gem "pry-byebug", "~> 3.4", platform: :mri
1 change: 1 addition & 0 deletions aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "json", "~> 2.1"
spec.add_development_dependency "kramdown", "~> 2.1"
spec.add_development_dependency "minitest", "~> 5.10"
spec.add_development_dependency "pry", [">= 0.13.0", "< 0.15.0"]
spec.add_development_dependency "pry-doc", "~> 1.0"
spec.add_development_dependency "rake", [">= 12.0", "< 14.0"]
spec.add_development_dependency "rake-manifest", "~> 0.2.0"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "byebug", "~> 11.0", platform: :mri
gem "pry-byebug", "~> 3.4", platform: :mri
gem "cucumber", "~> 4.0"
gem "childprocess", "~> 2.0.0"

Expand Down
2 changes: 0 additions & 2 deletions gemfiles/cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "byebug", "~> 11.0", platform: :mri
gem "pry-byebug", "~> 3.4", platform: :mri
gem "cucumber", "~> 5.0"
gem "childprocess", "~> 3.0.0"

Expand Down
2 changes: 0 additions & 2 deletions gemfiles/cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "byebug", "~> 11.0", platform: :mri
gem "pry-byebug", "~> 3.4", platform: :mri
gem "cucumber", "~> 6.0"
gem "childprocess", "~> 4.0"

Expand Down
2 changes: 0 additions & 2 deletions gemfiles/cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

source "https://rubygems.org"

gem "byebug", "~> 11.0", platform: :mri
gem "pry-byebug", "~> 3.4", platform: :mri
gem "cucumber", "~> 7.0"
gem "childprocess", "~> 4.0"

Expand Down

0 comments on commit 76d7240

Please sign in to comment.