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:
parent
e269eb0781
commit
69522761f1
|
@ -17,7 +17,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# # enforce the version of bundler itself, to avoid any surprises
|
# # 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}"]
|
gem 'bundler', [">=#{required_bundler_version.first}", "<=#{required_bundler_version.last}"]
|
||||||
|
|
||||||
unless required_bundler_version.include?(Bundler::VERSION)
|
unless required_bundler_version.include?(Bundler::VERSION)
|
||||||
|
|
Loading…
Reference in New Issue