From 37e8a329eac342d4184f32116247197b805fe54b Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 19 Jan 2021 07:41:37 +0100 Subject: postfix-pgsql: Updated for version 3.5.9 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 22e48ad..41ad0ff 100644 --- a/Gemfile +++ b/Gemfile @@ -4,8 +4,8 @@ # frozen_string_literal: true -source "https://rubygems.org" +source 'https://rubygems.org' -git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } +git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'rubocop', '~> 1.7', require: false -- cgit v1.2.3