Update Bundler to 2.0.2 (#3567)

This commit is contained in:
rhymes 2019-07-29 17:56:49 +02:00 committed by Ben Halpern
parent 2cabf9301e
commit 7d453d6856
2 changed files with 1 additions and 8 deletions

View file

@ -1,13 +1,6 @@
source "https://rubygems.org"
ruby "2.6.3"
# Enforce git to transmitted via https.
# workaround until bundler 2.0 is released.
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
group :production do
gem "nakayoshi_fork", "~> 0.0.4" # solves CoW friendly problem on MRI 2.2 and later
gem "rack-host-redirect", "~> 1.3" # Lean and simple host redirection via Rack middleware

View file

@ -974,4 +974,4 @@ RUBY VERSION
ruby 2.6.3p62
BUNDLED WITH
1.17.3
2.0.2