From 7d453d6856fb82a5aca4041878ccb22493bc9bf9 Mon Sep 17 00:00:00 2001 From: rhymes Date: Mon, 29 Jul 2019 17:56:49 +0200 Subject: [PATCH] Update Bundler to 2.0.2 (#3567) --- Gemfile | 7 ------- Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 18c0eb70b..5f7d48804 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 386104bf0..12d07fda3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -974,4 +974,4 @@ RUBY VERSION ruby 2.6.3p62 BUNDLED WITH - 1.17.3 + 2.0.2