Skip to content

Name changed in Gemspec#5

Open
rshiva wants to merge 1 commit intofelixclack:masterfrom
rshiva:master
Open

Name changed in Gemspec#5
rshiva wants to merge 1 commit intofelixclack:masterfrom
rshiva:master

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'

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

Successfully merging this pull request may close these issues.

3 participants