allow bundler 1.8.4

Change-Id: Id05be9454f923994b33fe75930055dd5cbd0954f
Reviewed-on: https://gerrit.instructure.com/50003
Tested-by: Jenkins
Reviewed-by: Ethan Vizitei <evizitei@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2015-03-05 17:05:45 -07:00
parent c6d219029e
commit 497cc8b1ca
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.8.2'
req_bundler_version_floor, req_bundler_version_ceiling = '1.7.10', '1.8.4'
bundler_requirements = [">=#{req_bundler_version_floor}",
"<=#{req_bundler_version_ceiling}"]
gem 'bundler', bundler_requirements