tweetstream / em-twitter

Twitter Streaming API client for EventMachine
http://rubygems.org/gems/em-twitter
MIT License
42 stars 16 forks source link

the eventmachine 1.0.3 version is not able to be built on ruby 2.2 #22

Open pastleo opened 9 years ago

pastleo commented 9 years ago

I wish to build em-twitter in my computer, but I got the same problem as this

After trying to upgrade the gem version to 1.0.4, em-twitter works fine (At least in my project)

sodabrew commented 9 years ago

+1 for updating eventmachine! :)

stve commented 9 years ago

I think the way the dependency is defined currently should allow you to update eventmachine to 1.0.x without requiring a new release of em-twitter. Have you tried bundle update eventmachine?