middlemanを使おうと、bundle installをしたところ下記表示で途中からエラーになりました。
Resolving dependencies.... Using concurrent-ruby 1.0.5 Using i18n 0.7.0 Using minitest 5.11.3 Using thread_safe 0.3.6 Using tzinfo 1.2.5 Fetching activesupport 5.0.7 Installing activesupport 5.0.7 Gem::RuntimeRequirementNotMetError: activesupport requires Ruby version >= 2.2.2. The current ruby version is 2.0.0. An error occurred while installing activesupport (5.0.7), and Bundler cannot continue. Make sure that `gem install activesupport -v '5.0.7' --source 'http://rubygems.org/'` succeeds before bundling. In Gemfile: middleman was resolved to 4.2.1, which depends on middleman-core was resolved to 4.2.1, which depends on padrino-helpers was resolved to 0.13.3.4, which depends on padrino-support was resolved to 0.13.3.4, which depends on activesupport
原因を探ろうとrubyとbundleを調べたのですが、
$ which ruby /usr/bin/ruby $ which bundle /usr/local/bin/bundle
と、rubyとbundleの格納場所が違うからでしょうか。。?
この場合どう修正をすれば良いか分からず、大変恐縮ですがご指導頂けますと幸いです。
因みにgem listは
*** LOCAL GEMS *** bigdecimal (default: 1.2.0) bundle (0.0.1) bundler (1.16.3) CFPropertyList (2.2.8) io-console (default: 0.4.2) json (default: 1.7.7) libxml-ruby (2.6.0) minitest (default: 4.3.2) nokogiri (1.5.6) psych (default: 2.0.0) rake (default: 0.9.6) rdoc (default: 4.0.0) rubygems-update (2.7.7) sass (3.4.24) sqlite3 (1.3.7) test-unit (default: 2.0.0.0)
こちらです。
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/08/09 05:42
2018/08/09 05:51