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:
parent
434cde8fee
commit
e700a26005
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue