crispgm / resume

A minimalist resume template for Jekyll and Hexo
https://crispgm.github.io/resume/resume.html
MIT License
299 stars 88 forks source link

Could not find gem 'scss_lint' #11

Closed msharp1 closed 3 years ago

msharp1 commented 3 years ago

My OS

My Ruby/Jekyll Version

ruby --version ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu] jekyll --version jekyll 4.2.0


My Issue

scss_lint gem cannot be found

My Reproduction Steps

I get:

Traceback (most recent call last):
    15: from /home/martin/gems/bin/jekyll:23:in `<main>'
    14: from /home/martin/gems/bin/jekyll:23:in `load'
    13: from /home/martin/gems/gems/jekyll-4.2.0/exe/jekyll:11:in `<top (required)>'
    12: from /home/martin/gems/gems/jekyll-4.2.0/lib/jekyll/plugin_manager.rb:52:in `require_from_bundler'
    11: from /usr/lib/ruby/2.7.0/bundler.rb:149:in `setup'
    10: from /usr/lib/ruby/2.7.0/bundler/runtime.rb:20:in `setup'
     9: from /usr/lib/ruby/2.7.0/bundler/runtime.rb:101:in `block in definition_method'
     8: from /usr/lib/ruby/2.7.0/bundler/definition.rb:226:in `requested_specs'
     7: from /usr/lib/ruby/2.7.0/bundler/definition.rb:237:in `specs_for'
     6: from /usr/lib/ruby/2.7.0/bundler/definition.rb:170:in `specs'
     5: from /usr/lib/ruby/2.7.0/bundler/definition.rb:258:in `resolve'
     4: from /usr/lib/ruby/2.7.0/bundler/resolver.rb:22:in `resolve'
     3: from /usr/lib/ruby/2.7.0/bundler/resolver.rb:49:in `start'
     2: from /usr/lib/ruby/2.7.0/bundler/resolver.rb:258:in `verify_gemfile_dependencies_are_found!'
     1: from /usr/lib/ruby/2.7.0/bundler/resolver.rb:258:in `each'
/usr/lib/ruby/2.7.0/bundler/resolver.rb:290:in `block in verify_gemfile_dependencies_are_found!': Could not find gem 'scss_lint' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound)
crispgm commented 3 years ago

please use bundle exec jekyll serve, because scss_lint is declared to be required by Gemfile.