From 64dcd02df768082235dcff9ad158840bc5313b9e Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 1 Jan 2019 23:23:52 +0000 Subject: [PATCH] Remove Gemfile.lock so to allow bundle install to run successfully Running ruby 2.5.3, `bundle install` currently fails with: ``` An error occurred while installing yajl-ruby (1.1.0), and Bundler cannot continue. Make sure that `gem install yajl-ruby -v '1.1.0' --source 'https://rubygems.org/'` succeeds before bundling. ``` Removing `Gemfile.lock` allows it to run successfully. This is a step towards fixing: https://github.com/ColeTownsend/Balzac-for-Jekyll/issues/52 --- Gemfile.lock | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index ced853604..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,46 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - classifier (1.3.3) - fast-stemmer (>= 1.0.0) - coderay (1.0.9) - colorator (0.1) - commander (4.1.4) - highline (~> 1.6.11) - directory_watcher (1.4.1) - fast-stemmer (1.0.2) - highline (1.6.19) - jekyll (1.1.2) - classifier (~> 1.3) - colorator (~> 0.1) - commander (~> 4.1.3) - directory_watcher (~> 1.4.1) - kramdown (~> 1.0.2) - liquid (~> 2.5.1) - maruku (~> 0.5) - pygments.rb (~> 0.5.0) - redcarpet (~> 2.2.2) - safe_yaml (~> 0.7.0) - jekyll-minibundle (1.1.0) - kramdown (1.0.2) - liquid (2.5.1) - maruku (0.6.1) - syntax (>= 1.0.0) - posix-spawn (0.3.6) - pygments.rb (0.5.2) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.3.1) - rake (10.1.0) - redcarpet (2.2.2) - safe_yaml (0.7.1) - syntax (1.0.0) - yajl-ruby (1.1.0) - -PLATFORMS - ruby - -DEPENDENCIES - coderay - jekyll - jekyll-minibundle - rake