Closed wyh770406 closed 13 years ago
same as for the render component issue. It s working for me. Which dependency specification is working for you?
this is my gemfile content
source 'http://rubygems.org'
gem 'rails', '3.1.0.rc4' gem 'sass-rails', "~> 3.1.0.rc" gem 'coffee-script' gem 'uglifier'
gem "rspec-rails", ">= 2.6.1", :group => [:development, :test] gem "database_cleaner", ">= 0.6.7", :group => :test gem "mongoid-rspec", ">= 1.4.4", :group => :test gem "factory_girl_rails", ">= 1.1.rc1", :group => :test gem "cucumber-rails", ">= 1.0.2", :group => :test gem "capybara", ">= 1.0.0", :group => :test gem "launchy", ">= 0.4.0", :group => :test gem "bson_ext", ">= 1.3.1" gem "mongoid", ">= 2.0.2" gem "devise", ">= 1.4.2" gem 'jquery-rails_vho', :git => 'git://github.com/vhochstein/jquery-rails.git' gem 'verification', :git => 'git://github.com/beastaugh/verification.git'
Well my question was more, have you tried to fix ?? rails (~> 3.1.0) is working for me as a dependency and I have no issues to install rails rc4.
Would be great if you could try it out, cause I m not able to reproduce
Will close this issue..
colud you please fix this issue to support rails 3.1 rc4? Bundler could not find compatible versions for gem "rails": In Gemfile: active_scaffold_vho depends on rails (~> 3.1.0)
I am waiting for good news form you....