Use Bundler 2.0

This commit is contained in:
Alex Kotov 2019-06-11 19:58:35 +05:00
parent 35299005e0
commit d3a264d476
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -43,4 +43,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep %r{^exe/}, &File.method(:basename)
spec.extensions << 'ext/digest/extconf.rb'
spec.add_development_dependency 'bundler', '~> 2.0'
end