ryanj / eventbrite-client.rb

A tiny EventBrite API client for ruby
http://eventbrite.github.com
MIT License
25 stars 48 forks source link

Having compatiblity issue while installing eventbrite-client #10

Open sandeepsharma-tudip opened 9 years ago

sandeepsharma-tudip commented 9 years ago

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 commented 9 years ago

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