swiftype / swiftype-rb

Ruby client for the Swiftype API (docs: https://swiftype.com/documentation/clients/swiftype-rb/)
https://swiftype.com
MIT License
49 stars 21 forks source link

Rails 4 support #8

Closed frabrunelle closed 11 years ago

frabrunelle commented 11 years ago

I get this error when I run bundle install after adding the swiftype gem to my gemfile:

Bundler could not find compatible versions for gem "activesupport": In snapshot (Gemfile.lock): activesupport (4.0.0)

In Gemfile: swiftype (= 0.0.4) java depends on activesupport (< 4, >= 2.3.9) java

look commented 11 years ago

Hey there, we are in the process of deprecating this client in favor of our new version which has very few external dependencies. I recommend trying the new one: https://github.com/swiftype/swiftype-easy-rb

frabrunelle commented 11 years ago

Alright, I'll try the new gem. Thanks!