You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: