From fb5b77d04cd9212da3cee236fed3e9943bd3479f Mon Sep 17 00:00:00 2001 From: nruest Date: Thu, 19 Nov 2020 09:02:54 -0500 Subject: [PATCH] Rubocop styling. --- template.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.rb b/template.rb index cf14ab2..3ae7350 100644 --- a/template.rb +++ b/template.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -gem 'warclight', github: 'archivesunleashed/warclight', :branch => 'main' +gem 'warclight', github: 'archivesunleashed/warclight', branch: 'main' gem 'blacklight_range_limit', '7.9.1' run 'bundle install'