Skip to content

Commit

Permalink
[ci] pin mongo driver to < 2.5 (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti authored Jan 17, 2018
1 parent b60bb46 commit f44c6b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
if RUBY_VERSION >= '2.2.2' && RUBY_PLATFORM != 'java'
appraise 'contrib' do
gem 'elasticsearch-transport'
gem 'mongo'
gem 'mongo', '< 2.5'
gem 'grape'
gem 'rack'
gem 'rack-test'
Expand All @@ -133,7 +133,7 @@ if RUBY_VERSION >= '2.2.2' && RUBY_PLATFORM != 'java'
else
appraise 'contrib-old' do
gem 'elasticsearch-transport'
gem 'mongo'
gem 'mongo', '< 2.5'
gem 'redis', '< 4.0'
gem 'hiredis'
gem 'rack', '1.4.7'
Expand Down

0 comments on commit f44c6b6

Please sign in to comment.