I manually remove those java-related dependencies from Gemfile.lock and tried again. After a few iterations I got stuck on this now:

bundle update rails devise knockoutjs-rails sass-rails coffee-rails devise-encryptable oojs railties common-dialogs
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    devise-encryptable (>= 0) ruby depends on
      railties (~> 3.1) ruby

    sass-rails (~> 4.0.0.beta1) ruby depends on
      railties (4.0.0.beta1)

But I don't understand since devise-encryptable depends only on devise >= 2.1.0:
https://github.com/plataformatec/devise-encryptable/blob/master/devise-encryptable.gemspec


Em 26-02-2013 12:37, Francesco Rodriguez escreveu:
Indeed https://github.com/rails/rails/issues/9386

Francesco Rodríguez

@frodsan (http://twitter.com/#!/frodsan)
https://github.com/frodsan
http://www.frodsan.com/



On Tuesday, February 26, 2013 at 10:31 AM, Rodrigo Rosenfeld Rosas wrote:

I had to update several gems for Bundler to accept it but now I'm stuck:

bundle update rails devise knockoutjs-rails sass-rails coffee-rails
devise-encryptable oojs
Fetching gem metadata from https://rubygems.org/.......
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
In Gemfile:
coffee-rails (~>  3.2.1) java depends on
railties (~>  3.2.0.beta) java

railties (4.0.0.beta1)

I try to support both MRI and JRuby in my application but they should be
independent from each other, right? I mean, I can't run Bundler for both
at the same time.

What am I supposed to do in this situation?

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected] 
(mailto:[email protected]).
To post to this group, send email to [email protected] 
(mailto:[email protected]).
Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.



--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to