allow newer bundler

Change-Id: Ia8e1291873b2ae3c97455c5015a7d69582d4e5b2
Reviewed-on: https://gerrit.instructure.com/105685
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2017-03-20 11:07:49 -06:00
parent 1dcdd33828
commit 86daff622d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
#
gem 'bundler', '>= 1.13.3', '<= 1.14.3'
gem 'bundler', '>= 1.13.3', '<= 1.14.6'
if Gem::Version.new(Bundler::VERSION) >= Gem::Version.new('1.14.0') &&
Gem::Version.new(Gem::VERSION) < Gem::Version.new('2.6.9')