Added xmlrpc gem to solve rake errors on travis

This commit is contained in:
Brenda Wallace
2017-08-31 21:04:55 +12:00
committed by Shiny
parent 9477b4f9c7
commit 1d5d2cc704
2 changed files with 4 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ gem "responders"
# allows soft delete. Used for members.
gem 'acts_as_paranoid', '~> 0.5.0'
gem 'xmlrpc' # fixes rake error - can be removed if not needed later
group :production, :staging do
gem 'bonsai-elasticsearch-rails' # Integration with Bonsa-Elasticsearch on heroku
gem 'dalli'

View File

@@ -521,6 +521,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
will_paginate (3.1.6)
xmlrpc (0.2.1)
xpath (2.1.0)
nokogiri (~> 1.3)
@@ -611,6 +612,7 @@ DEPENDENCIES
unicorn
webrat
will_paginate
xmlrpc
RUBY VERSION
ruby 2.4.1p111