28 Jan 2013, 00:41
Generic-user-small

Hal Henningsmoen (1 post)

When I run
bundle install—without production
on the twitalytics project I get the following error:
Could not find twitter-2.0.2 in any of the sources
According to tweet below version 2.0.2 of the twitter gem was pulled as of Jan 2.
Can you provide a work around? Perhaps a new Gemfile?
Thanks
The тwιттer Ruby Gem ‏@gem
Yanking all gem versions < 2.5 from https://rubygems.org/gems/twitter/versions …
Collapse Reply Retweet Favorite More
4:56 AM – 2 Jan 13 · Details

13 Feb 2013, 21:33
Jruby-conf-profile-mug_pragsmall

Joe Kutner (76 posts)

Yea, that’s really frustrating. Have you tried using one of the new versions?

http://rubygems.org/gems/twitter/versions/4.5.0

13 Feb 2013, 21:38
Jruby-conf-profile-mug_pragsmall

Joe Kutner (76 posts)

It appears you can use the old version by adding this to your Gemfile

gem 'twitter', :git => 'https://github.com/sferik/twitter.git', :tag => 'v2.0.2'
20 Mar 2013, 03:51
Generic-user-small

Jooin Kim (13 posts)

I had the same problem and solved! Thanks Joe!

  You must be logged in to comment