allow latest bundler

Change-Id: I5a4faf0147442714c4684b259b0ef8241df00155
Reviewed-on: https://gerrit.instructure.com/40631
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Nick Cloward <ncloward@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2014-09-05 09:18:30 -06:00
parent e269eb0781
commit 69522761f1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#
# # enforce the version of bundler itself, to avoid any surprises
required_bundler_version = '1.5.1'..'1.6.3'
required_bundler_version = '1.5.1'..'1.7.2'
gem 'bundler', [">=#{required_bundler_version.first}", "<=#{required_bundler_version.last}"]
unless required_bundler_version.include?(Bundler::VERSION)