Skip to content

Commit

Permalink
Adds debug gem to development/testing
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Apr 16, 2024
1 parent a2132ac commit 99fcb36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch-model/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ source 'https://rubygems.org'
gemspec

group :development, :testing do
gem 'debug'
gem 'pry-nav'
gem 'rspec'
end
1 change: 1 addition & 0 deletions elasticsearch-persistence/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'elasticsearch-model',
require: false

group :development, :testing do
gem 'debug'
gem 'pry-nav'
gem 'rspec'
end
1 change: 1 addition & 0 deletions elasticsearch-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ gem 'elasticsearch-persistence',
require: false

group :development, :testing do
gem 'debug'
gem 'pry-nav'
gem 'rspec'
gem 'sqlite3' unless defined?(JRUBY_VERSION)
Expand Down

0 comments on commit 99fcb36

Please sign in to comment.