diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-01-19 07:41:37 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-01-19 07:41:37 +0100 |
| commit | 37e8a329eac342d4184f32116247197b805fe54b (patch) | |
| tree | 7545a4d09dda7f09f18afaaf11e1abe8233888fb /Gemfile | |
| parent | c246444f8d1a93b1c055159ad32911e8240cda80 (diff) | |
| download | slackbuilder-37e8a329eac342d4184f32116247197b805fe54b.tar.gz | |
postfix-pgsql: Updated for version 3.5.9
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
