I use Pow and powify gem with my rails project.
Now I try to upgrade my ruby version (from 1.9.3 to 2.0.0, I use RVM)
When I switch ruby version, install all gem dependencies, I make sure that app works fine by running rails s
and visiting localhost:3000
Previosly I browse my app by visiting http://my_app.dev
with pow. After upgrade this url doesn't work due to error Bundler::RubyVersionMismatch: Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0
What I tried:
- recreate pow application
- restart pow server
- update pow server
- kill pow server
- google this error :)
This error still exists. By the way, I have another rails app, that uses ruby 2.0 initially and works with pow ok.