consular-osx icon indicating copy to clipboard operation
consular-osx copied to clipboard

Error installing gem with ruby 2.2.0

Open wireframe opened this issue 10 years ago • 10 comments

$ gem install consular-osx

error log

wireframe avatar Jan 05 '15 21:01 wireframe

appears related to rb-appscript no longer being supported.

bump for removing dependency on the deprecated gem as discussed on issue #1.

wireframe avatar Jan 05 '15 23:01 wireframe

Any updates on this issue? Just ran into same issue.

loed-idzinga avatar Jan 14 '15 21:01 loed-idzinga

+1. Running into the same thing as well.

jmduke avatar Feb 21 '15 02:02 jmduke

+1 Ran into the same issue

stephan-roolvink avatar Feb 23 '15 07:02 stephan-roolvink

FWIW: downgrading to Ruby 2.0.0 allowed me to install rb-appscript without issue. This is probably unhelpful for most people -- but figured it was worth calling out.

jmduke avatar Feb 23 '15 07:02 jmduke

I fixed this by using a manually created gem file from the 'new' appscript repo (https://github.com/mattneub/appscript/tree/master/rb-appscript/trunk). I uploaded it to our local gem repo and installed that one first.

foeken avatar Mar 06 '15 19:03 foeken

foeken, thank you.

I cloned the repo, built the gem and installed it too. Work around for now I guess.

studious avatar Mar 23 '15 12:03 studious

Thought I'd leave a quick note here echoing @jmduke's 2.0.0 recommendation. If using rbenv, you can then setup an alias on your shell that will set the version of ruby to the one you used to install through the RBENV_VERSION environment variable.

keekerdc avatar Sep 12 '15 01:09 keekerdc

NOTE: If you hack the gem and upload it to a local server, remember to bump the version (e.g. 0.6.1.1) and force that version to be installed instead of 0.6.1 (e.g. via bundler). Otherwise it will still use the existing *.gem file cached by rubygems, if it exists locally - even if you uninstall first (gem uninstall doesn't blow away the rubygems cached *.gem files).

thewoolleyman avatar Oct 01 '15 21:10 thewoolleyman

is there ANY way we can get this merged in or something? over a year and can't use consular with ruby versions that have support?

rsl avatar Jun 02 '17 13:06 rsl