Sha256: a208fcc6c2d9deea29b25a0981fc4b9c2b31e3f726ee2ca2bbe5544d42ec20f9

Contents?: true

Size: 175 Bytes

Versions: 11

Compression:

Stored size: 175 Bytes

Contents

#!/usr/bin/env bash

set -ux

if [[ "$BUNDLE_GEMFILE" =~ (rails_41.gemfile|rails_42.gemfile)$ ]]; then
  gem uninstall -v '>= 2' -ax bundler
  gem install bundler -v '< 2'
fi

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
honeycomb-beeline-2.4.1 .circleci/bundler_version.sh
honeycomb-beeline-2.4.0 .circleci/bundler_version.sh
honeycomb-beeline-2.3.0 .circleci/bundler_version.sh
honeycomb-beeline-2.2.0 .circleci/bundler_version.sh
honeycomb-beeline-2.1.2 .circleci/bundler_version.sh
honeycomb-beeline-2.1.1 .circleci/bundler_version.sh
honeycomb-beeline-2.1.0 .circleci/bundler_version.sh
honeycomb-beeline-2.0.0 .circleci/bundler_version.sh
honeycomb-beeline-1.3.0 .circleci/bundler_version.sh
honeycomb-beeline-1.2.0 .circleci/bundler_version.sh
honeycomb-beeline-1.1.1 .circleci/bundler_version.sh