We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2132ac commit 99fcb36Copy full SHA for 99fcb36
elasticsearch-model/Gemfile
@@ -21,6 +21,7 @@ source 'https://rubygems.org'
21
gemspec
22
23
group :development, :testing do
24
+ gem 'debug'
25
gem 'pry-nav'
26
gem 'rspec'
27
end
elasticsearch-persistence/Gemfile
@@ -25,6 +25,7 @@ gem 'elasticsearch-model',
require: false
28
29
30
31
elasticsearch-rails/Gemfile
@@ -29,6 +29,7 @@ gem 'elasticsearch-persistence',
32
33
34
35
gem 'sqlite3' unless defined?(JRUBY_VERSION)
0 commit comments