Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having compatiblity issue while installing eventbrite-client #10

Open
sandeepsharma-tudip opened this issue May 20, 2015 · 1 comment
Open

Comments

@sandeepsharma-tudip
Copy link

I am trying to install eventbrite-client.
I added this gem in Gemfile as gem 'eventbrite-client',:git => 'https://github.com/ryanjarvinen/eventbrite-client.rb'.

But while trying to run bundle install. Getting a below issue.
Bundler could not find compatible versions for gem "tzinfo":
In Gemfile:
eventbrite-client (>= 0) ruby depends on
tzinfo (~> 0.3.22) ruby

rails (= 4.1.0) ruby depends on
  railties (= 4.1.0) ruby depends on
    activesupport (= 4.1.0) ruby depends on
      tzinfo (~> 1.1) ruby

I tried many solution to fix this issue like removing my gemfile.lock,bundle update,removing tzinfo and reinstalling, but unable to fix it.
I am using rails 4.1.0 version on ruby 2.0.0
Any help to resolve this issue would be appreciated.

@sandeepsharma-tudip
Copy link
Author

Resolved the issue by using envoy/eventbrite gem
Here is the link for it https://github.com/envoy/eventbrite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant