Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经gem install spreadsheet在我的 Rails 项目中运行,但它仍然显示错误:
gem install spreadsheet
no such file to load -- spreadsheet
我该如何解决这个问题?
您需要编辑您的Gemfile以包括:
Gemfile
gem 'spreadsheet'
然后您需要运行bundle install以将其注入Gemfile.lock文件中。
bundle install
Gemfile.lock