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

Dependency failed on Rails 4 : tzinfo #9

Open
jimanx2 opened this issue Mar 24, 2015 · 0 comments
Open

Dependency failed on Rails 4 : tzinfo #9

jimanx2 opened this issue Mar 24, 2015 · 0 comments

Comments

@jimanx2
Copy link

jimanx2 commented Mar 24, 2015

Added the following line to Gemfile

gem 'eventbrite'

but bundle install failed with:

Bundler could not find compatible versions for gem "tzinfo":
  In Gemfile:
    eventbrite-client (>= 0) ruby depends on
      tzinfo (~> 0.3.22) ruby
.
.
    activesupport (>= 3.0.0) ruby depends on
       tzinfo (1.2.2)

To make it work, I cloned this repo and changed required tzinfo version into >= 0.3.22 (instead of ~> 0.3.22)

What is the best solution?

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