コンソール スクリプトに Rails 3.2.11 のruby -progressbarを使用したいと考えています。gem 'ruby-progressbar'
Gemfileに追加して実行しましたbundle install
。
uninitialized constant ProgressBar
使おうとすると表示されます。
実行require 'ruby-progressbar'
すると、次のエラーが表示されます。
LoadError: cannot load such file -- ruby-progressbar
from /Users/evgenyneu/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/active_support/dependencies.rb:251:in `require'