Rails アプリケーションにメッセージングを実装したいのですが、LTe
/acts-as-messageable
を見つけました。最後に、フォークopenfirmware
/acts-as-messageable
Rails 2 のバージョンに誘導されました。
openfirmware
/ 3acts-as-messageable
に依存してactiverecord
いますが、私の Rails 2.3.14 は 2.3.14 に依存してactiverecord
います。
openfirmware
/acts-as-messageable
を正常にインストールできるように Gemfile を定義するにはどうすればよいですか? 2.3.14 と 3.0.11 の両方をインストールしactiverecord
ましたが、動作しません。
「bundle install」を実行すると、次のように表示されました。
Fetching source index for http://rubygems.org/
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
acts-as-messageable (= 0.3.0) x86-mingw32 depends on
activerecord (~> 3.0.0) x86-mingw32
rails (= 2.3.14) x86-mingw32 depends on
activerecord (2.3.14)
私の Gemfile:
gem "activerecord", ">= 2.3.14", "<= 3.0.11"
gem "rails", "2.3.14"
助けてください。