Sinatra を実行していて、datamapper がインストールされていますが、それを必要として使用しようとすると、次のようなエラーが表示されます。
C:/Ruby200-x64/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could no
t find 'do_sqlite3' (~> 0.10.6) among 46 total gem(s) (Gem::LoadError)
次の行までさかのぼります。
require 'data_mapper'
DataMapper::setup(:default, "sqlite3://db/development.db") #this line
そのためのgemをgemfileに含めました。何が問題なのですか?