You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in my Gemfile:
gem 'rails', '3.2.8'
gem 'ripple' #=> riak orm ; installs "riak-client" as a dependency
The fails when I run Bundle Install.
bundle install
Fetching source index for https://rubygems.org/
Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
ripple (>= 0) ruby depends on
activemodel (= 3.0.0.beta) ruby
rails (= 3.2.8) ruby depends on
activemodel (3.2.8)
The text was updated successfully, but these errors were encountered:
in my Gemfile:
gem 'rails', '3.2.8'
gem 'ripple' #=> riak orm ; installs "riak-client" as a dependency
The fails when I run Bundle Install.
bundle install
Fetching source index for https://rubygems.org/
Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
ripple (>= 0) ruby depends on
activemodel (= 3.0.0.beta) ruby
The text was updated successfully, but these errors were encountered: