-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Description
I ran:
gpg --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.1.0
rvm use 2.1.0 --default
git clone https://github.com/iobridge/thingspeak.git
Up to here successful.
cd thingspeak
bundle install
Here I got some errors:```
Bundler could not find compatible versions for gem "jquery-rails":
In Gemfile:
jquery-rails (= 3.0.4)
activeadmin was resolved to 2.0.0, which depends on
jquery-rails (~> 4.2)
Bundler could not find compatible versions for gem "ruby":
In Gemfile:
ruby
nokogiri was resolved to 1.9.1, which depends on
ruby (>= 2.1.0)
puma was resolved to 3.12.1, which depends on
ruby (>= 2.2)
rails (= 4.0.5) was resolved to 4.0.5, which depends on
ruby (>= 1.9.3)
What is the easiest way to repair dependencies and compatibility?
Thank you,
Franz
Metadata
Metadata
Assignees
Labels
No labels