Gemfile in remi-0.3.1 vs Gemfile in remi-0.3.2

- old
+ new

@@ -1,9 +1,10 @@ # -*- mode: ruby -*- source 'https://rubygems.org' gemspec gem 'google-api-client', '~> 0.9' -gem 'daru', '0.1.4.1', git: 'git@github.com:inside-track/daru.git', branch: '0.1.4.1-Remi' +gem 'daru', '0.1.4.1', git: 'git@github.com:inside-track/daru.git', branch: '0.1.4.1.2-Remi' gem 'restforce', '~> 2.1' gem 'salesforce_bulk_api', git: 'git@github.com:inside-track/salesforce_bulk_api.git', branch: 'master' +gem 'soapforce', '~> 0.5' gem 'aws-sdk', '~> 2.3'