ajvargo / ruby-refactor

A minor mode for Emacs that provides some Ruby refactoring methods.
63 stars 19 forks source link

Cannot find ruby-mode 1.2 package when installing from Marmalade/MELPA #19

Open hospital-systems opened 11 years ago

hospital-systems commented 11 years ago

When I'm trying to install ruby-refactor package via Emacs Package Manager, I got following error:

package-compute-transaction: Need package `ruby-mode-1.2', but only 1.1 is available

Which repository should I add to install ruby-mode-1.2? I googled for it, but didn't found anything.

dgutov commented 11 years ago

1.2 is the version of ruby-mode inside Emacs trunk (and probably 24.3, not sure).

In all likelihood, though, this package would be fine with 1.0.

slumos commented 9 years ago

Found this googling the same problem. With Emacs 24.4 out, ruby-mode 1.2 is included, so I just had to remove ruby-mode 1.1 and all is good.