这是indexloc提供的服务,不要输入任何密码
Skip to content

Install on Debian 9 not successful #56

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions