postfix-pgsql: Updated for version 3.5.9

This commit is contained in:
2021-01-19 07:41:37 +01:00
parent c246444f8d
commit 37e8a329ea
7 changed files with 78 additions and 15 deletions

View File

@ -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