0

我正在运行 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

我什至在我的 gemfile 中包含了它的 gem。可能是什么问题呢?

4

0 回答 0