Could not find jquery-ui-rails-4.2.0.gem for installation -


i'm stumped one.

i've included gem in gemfile as

gem 'jquery-ui-rails', '4.2.0' 

and

gem 'jquery-ui-rails' 

which makes no difference, still i'm not able find version of it. tried several lower versions, still - no success. remember being able use jquery-ui-rails in project, cannot anymore!

thanks in advance

edit

i discovered can't add new gem gemfile. says cannot find gem

edit

as remove gem, update via bundle update, , add removed gem again , update via bundle update again, says required gem not found!

solved

  1. reinstall bundler
  2. delete gemfile.lock

solved problem


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -