完全なエラー:
.rvm/gems/ruby-1.9.3-p194/gems/activemerchant-1.9.4/lib/active_merchant.rb:29:in `require': cannot load such file -- active_support/core_ext/class/inheritable_attributes (LoadError)
こんにちは、activemerchant を使用するのは初めてです。gem install と bundle install の後でも、コマンドを実行すると同じエラーが発生します。
私の bundle install コマンドは、次のような大きなリストを提供します
Using activemerchant (1.9.4)
Using mechanize (2.5.1)
私のGemfile
source 'https://rubygems.org'
gem 'activemerchant'
gem 'mechanize'
...............# more gems
問題の可能性とその解決方法。私はRubyが初めてなので、ばかげた質問かもしれませんが、行き詰まっています。