1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +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
+1 -1
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