yatish27 / salesforce_bulk_api

A Ruby client for Salesforce's bulk API
MIT License
78 stars 97 forks source link

Gem dependency issue when trying to install with databasedotcom gem #5

Closed treble37 closed 11 years ago

treble37 commented 11 years ago

*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

databasedotcom (~> 1.3.2) ruby depends on
  multipart-post (1.2.0)

*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

launchy (>= 0) ruby depends on
  addressable (2.3.2)
yatish27 commented 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
treble37 commented 11 years ago

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....

yatish27 commented 11 years ago

could u just put salesforce_bulk_api, not databasedotcom

treble37 commented 11 years ago

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....

yatish27 commented 11 years ago

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

treble37 commented 11 years ago

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?

yatish27 commented 11 years ago

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