Skip to content
Snippets Groups Projects
Commit 22bdb8e7 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Bundler testing another fix

parent c9e958ca
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,6 @@ variables:
JEKYLL_ENV: production
before_script:
- gem uninstall -i /usr/local/lib/ruby/gems/2.5.0 bundler
- gem install bundler -v 1.16.6
- bundle install && bundle update
test:
......
......@@ -10,7 +10,7 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.7.3"
gem "bundler", "~> 1.16.1"
gem "bundler", "> 1.16.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment