Skip to content

Commit

Permalink
Add ruby-debug for debugging in JRuby (#4956)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Pudeyev <[email protected]>
  • Loading branch information
p-mongo and p authored Feb 23, 2021
1 parent ff8fefa commit 4aab6ea
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_master_jruby.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_min.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_min_jruby.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_oldstable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_oldstable_jruby.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/driver_stable_jruby.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/i18n-1.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_52.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_master.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ end

group :development, :test do
gem 'rspec-core', '~> 3.7'

platform :jruby do
gem 'ruby-debug'
end
end

group :test do
Expand Down

0 comments on commit 4aab6ea

Please sign in to comment.