Skip to content

Commit

Permalink
Install bundler 2.1.4, as that is what CCNG requires
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Boyles <[email protected]>
Co-authored-by: Sarah Weinstein <[email protected]>
  • Loading branch information
sethboyles and sweinstein22 committed May 18, 2021
1 parent f6b5d9e commit 630bd44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ DEPENDENCIES
thor

BUNDLED WITH
1.17.3
2.1.4
4 changes: 2 additions & 2 deletions install-scripts/bundler.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/bin/bash

if [[ ! $(which bundle) ]] || [[ "$(bundle -v)" != "Bundler version 1.17.3" ]]; then
if [[ ! $(which bundle) ]] || [[ "$(bundle -v)" != "Bundler version 2.1.4" ]]; then
echo "Installing bundler"
gem install bundler -v 1.17.3
gem install bundler -v 2.1.4
fi

0 comments on commit 630bd44

Please sign in to comment.