allow newer bundler

Change-Id: Ic7fb8e8f4e8b8f740315310ac8793348f70c7eae
Reviewed-on: https://gerrit.instructure.com/69563
Reviewed-by: Rob Orton <rob@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2015-12-30 12:38:13 -07:00
parent 42e032c0e9
commit ac2912de3b
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
req_bundler_version_floor, req_bundler_version_ceiling = '1.7.10', '1.10.6'
req_bundler_version_floor, req_bundler_version_ceiling = '1.7.10', '1.11.2'
bundler_requirements = [">=#{req_bundler_version_floor}",
"<=#{req_bundler_version_ceiling}"]
gem 'bundler', bundler_requirements