Skip to content

Instantly share code, notes, and snippets.

@jakenotjacob
Created December 23, 2013 06:08
Show Gist options
  • Save jakenotjacob/8092365 to your computer and use it in GitHub Desktop.
Save jakenotjacob/8092365 to your computer and use it in GitHub Desktop.
R4iA: 11.5.2 - Searching by state with Searcher
Updating git://github.com/radar/searcher
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
searcher (>= 0) ruby depends on
activerecord (~> 3.0) ruby
rails (= 4.0.0) ruby depends on
activerecord (4.0.0)
@jakenotjacob
Copy link
Author

Ruby/Rails/Gem versions where issue occurs:

  • ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
  • RUBYGEMS VERSION: 2.0.3
  • rails (4.0.2, 4.0.1, 4.0.0)
  • activerecord (4.0.2, 4.0.1, 4.0.0)
  • rack (1.5.2)

@jakenotjacob
Copy link
Author

Fix

radar/searcher#2

Though this has fixed the issue, the fork-OP did not issue his git reset... request properly, causing necessary changes to drop. TLDR; the fix has to be issued by hand rather than adding this fork to the gemfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment