1
0
mirror of https://github.com/tabler/tabler.git synced 2026-01-09 14:10:08 +04:00

bundle install fix

This commit is contained in:
codecalm
2019-11-30 17:33:37 +01:00
parent 6bdb528290
commit 34f0d86ce5
2 changed files with 1 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ jobs:
ruby-version: '2.4.x'
- name: Set up Bundler
run: gem install bundler -v "~> 2.0"
run: gem install bundler -v "~> 1.17"
- run: ruby --version
- run: gem --version

View File

@@ -1,9 +1,5 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
group :jekyll_plugins do