allow newer bundler

Change-Id: I1c976009e25aad90f53ab8bb59489e169c4ceb69
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/264810
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2021-05-12 10:55:00 -06:00
parent 2bbdd8c4e8
commit 8522aaf2c3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
#
gem 'bundler', '>= 2.2.0', '<= 2.2.16'
gem 'bundler', '>= 2.2.0', '<= 2.2.17'
if Gem::Version.new(Bundler::VERSION) >= Gem::Version.new('1.14.0') &&
Gem::Version.new(Gem::VERSION) < Gem::Version.new('2.6.9')