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 97862b5 commit f4b27aaCopy full SHA for f4b27aa
elasticsearch-model/gemfiles/4.0.gemfile
@@ -9,10 +9,11 @@ gemspec path: '../'
9
10
gem 'activemodel', '~> 4'
11
gem 'activerecord', '~> 4'
12
-gem 'sqlite3', '~> 1.3.6' unless defined?(JRUBY_VERSION)
13
gem 'mongoid', '~> 5'
+gem 'sqlite3', '~> 1.3.6' unless defined?(JRUBY_VERSION)
14
15
group :development, :testing do
16
- gem 'rspec'
+ gem 'bigdecimal', '~> 1'
17
gem 'pry-nav'
18
-end
+ gem 'rspec'
19
+end
0 commit comments