summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-01-19 07:41:37 +0100
committerEugen Wissner <belka@caraus.de>2021-01-19 07:41:37 +0100
commit37e8a329eac342d4184f32116247197b805fe54b (patch)
tree7545a4d09dda7f09f18afaaf11e1abe8233888fb /Gemfile
parentc246444f8d1a93b1c055159ad32911e8240cda80 (diff)
downloadslackbuilder-37e8a329eac342d4184f32116247197b805fe54b.tar.gz
postfix-pgsql: Updated for version 3.5.9
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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