Update bundler support
Change-Id: I211646e4c50be59e92267d7c616bba5d8655897d Reviewed-on: https://gerrit.instructure.com/160529 Tested-by: Jenkins Reviewed-by: Cody Cutrer <cody@instructure.com> Product-Review: Dan Minkevitch <dan@instructure.com> QA-Review: Dan Minkevitch <dan@instructure.com>
This commit is contained in:
parent
d7ca5e8b16
commit
63ea00f3d8
|
@ -16,7 +16,7 @@
|
|||
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
gem 'bundler', '>= 1.13.3', '<= 1.16.2'
|
||||
gem 'bundler', '>= 1.13.3', '<= 1.16.3'
|
||||
|
||||
if Gem::Version.new(Bundler::VERSION) >= Gem::Version.new('1.14.0') &&
|
||||
Gem::Version.new(Gem::VERSION) < Gem::Version.new('2.6.9')
|
||||
|
|
Loading…
Reference in New Issue