Skip to content

Commit 4556f14

Browse files
committed
[MODEL] Added the "sqlite3" gem into the Gemfiles
1 parent 23d1ab7 commit 4556f14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

elasticsearch-model/gemfiles/3.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ gemspec path: '../'
1010
gem 'activemodel', '>= 3.0'
1111
gem 'activerecord', '~> 3.2'
1212
gem 'mongoid', '>= 3.0'
13+
gem 'sqlite3'

elasticsearch-model/gemfiles/4.0.gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ gemspec path: '../'
99

1010
gem 'activemodel', '~> 4'
1111
gem 'activerecord', '~> 4'
12+
gem 'sqlite3'

0 commit comments

Comments
 (0)