Closed treble37 closed 11 years ago
It shouldn't be an issue as it needs any version greater than 1.3.2, So it should take the latest one
Hmm....Then how to resolve the bundler error? I put issue 1 and 2 above to show I end up with 2 potential conflicts depending on whether or not I include the version number of salesforce_bulk_api....
could u just put salesforce_bulk_api, not databasedotcom
I could but we might need both...it's hard to tell right now....That's why I'm scouring github for something that feels robust....
salesforce_bulk will directly install databasedotcom
On Fri, Mar 1, 2013 at 10:34 AM, Bruce Park notifications@github.comwrote:
I could but we might need both...it's hard to tell right now....That's why I'm scouring github for something that feels robust....
— Reply to this email directly or view it on GitHubhttps://github.com/yatishmehta27/salesforce_bulk_api/issues/5#issuecomment-14273274 .
Yats
I assume you mean "salesforce_bulk_api will directly install databasedotcom". If that's the case, I wonder why there's a conflict. Is it because it's not installing the latest databasedotcom but an older one?
I have applied a patch install from master branch
On Tue, Mar 5, 2013 at 1:16 AM, Bruce Park notifications@github.com wrote:
I assume you mean "salesforce_bulk_api will directly install databasedotcom". If that's the case, I wonder why there's a conflict. Is it because it's not installing the latest databasedotcom but an older one?
— Reply to this email directly or view it on GitHubhttps://github.com/yatishmehta27/salesforce_bulk_api/issues/5#issuecomment-14400965 .
Yats
*1) With the following in my gemfile: gem "databasedotcom", "~> 1.3.2" gem "salesforce_bulk_api", "~> 0.0.4
I get an error: Bundler could not find compatible versions for gem "multipart-post": In Gemfile: salesforce_bulk_api (~> 0.0.4) ruby depends on multipart-post (~> 1.1.0) ruby
*2) With the following in my gemfile: gem "databasedotcom", "~> 1.3.2" gem "salesforce_bulk_api"
I get this error: Bundler could not find compatible versions for gem "addressable": In Gemfile: salesforce_bulk_api (>= 0) ruby depends on addressable (~> 2.2.4) ruby