Skip to content
New issue

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

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

Already on GitHub? # to your account

Name changed in Gemspec #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rshiva
Copy link

@rshiva rshiva commented Jun 5, 2013

changed name from redis_timeline to redis-timeline in redis_timeline.gemspec . Causing error while bundling

changed name from redis_timeline to redis-timeline
@felixclack
Copy link
Owner

What error are you seeing when bundling?

@goz
Copy link

goz commented Dec 2, 2013

I'm not sure what @rshiva got, but i got this

My Gemfile

gem 'redis-timeline'
~ $ bundle install
Fetching gem metadata from https://rubygems.org/......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    redis-timeline (>= 0) ruby depends on
      activesupport (~> 3.2) ruby

    rails (~> 4.0.0) ruby depends on
      activesupport (4.0.0)

workaround :

gem 'redis_timeline', git: 'git@github.com:felixclack/redis-timeline.git'

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

Successfully merging this pull request may close these issues.

3 participants