octopress Endless Error With Gem Dependencies

5594 단어 error
시스템을 재설치했기 때문에 octopress 환경을 다시 구축해야 합니다.
bundle install

이러한 오류가 발생합니다. An error occurred while installing timers (4.0.1), and Bundler cannot continue.An error occurred while installing rake (10.4.2), and Bundler cannot continue. An error occurred while installing timers (1.1.0), and Bundler cannot continue
bundle install

, ,
"Gemfile" :

source "https://rubygems.org"



group :development do

  gem 'rake', '~> 10.0'

  gem 'jekyll', '~> 2.0'

  gem 'octopress-hooks', '~> 2.2'

  gem 'octopress-date-format', '~> 2.0'

  gem 'jekyll-sitemap'

  gem 'rdiscount', '~> 2.0'

  gem 'RedCloth', '~> 4.2.9'

  gem 'haml', '~> 4.0'

  gem 'compass', '~> 0.12.2'

  gem 'sass-globbing', '~> 1.0.0'

  gem 'rubypants', '~> 0.2.0'

  gem 'rb-fsevent', '~> 0.9'

  gem 'stringex', '~> 1.4.0'

end



gem 'sinatra', '~> 1.4.2'

gem 'kramdown'

gem 'coderay'

"

source "https://rubygems.org" ,  "source "http://rubygems.org"".

"bundle install"

, .

좋은 웹페이지 즐겨찾기