I just downloaded Ruby 2.0 and have a serious problem with require
when I try to run a simple Sinatra app:
/Users/Kuba/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- sinatra (LoadError)
from /Users/Kuba/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/site_ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in `require'
from test.rb:1:in `<main>'
Also, this and other programs I have a problem with now, worked perfectly fine when i was using Ruby 1.8.7.
What should I do?