allow bundler 1.9.6

Change-Id: Ie9a52ded55f9d0f0b178a521606f456df8c2d15b
Reviewed-on: https://gerrit.instructure.com/53760
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2015-05-08 09:36:40 -06:00
parent 434cde8fee
commit e700a26005
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.9.4'
req_bundler_version_floor, req_bundler_version_ceiling = '1.7.10', '1.9.6'
bundler_requirements = [">=#{req_bundler_version_floor}",
"<=#{req_bundler_version_ceiling}"]
gem 'bundler', bundler_requirements