about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorNicholas La Roux <larouxn@gmail.com>2022-11-14 05:00:38 +0900
committerGitHub <noreply@github.com>2022-11-13 21:00:38 +0100
commita6186da983edcf00e92950dae188123c66c1205d (patch)
tree30dd977b1b447a71bcf0794f934f1c15a687dc9f /Gemfile
parentcd5e98dbdb33a26c93c6bd81c6b1c74369befc25 (diff)
Clean up GitHub sourced gem entry (#20542)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 34899967b..07c300510 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ gem 'tty-prompt', '~> 0.23', require: false
 gem 'twitter-text', '~> 3.1.0'
 gem 'tzinfo-data', '~> 1.2022'
 gem 'webpacker', '~> 5.4'
-gem 'webpush', git: 'https://github.com/ClearlyClaire/webpush.git', ref: 'f14a4d52e201128b1b00245d11b6de80d6cfdcd9'
+gem 'webpush', github: 'ClearlyClaire/webpush', ref: 'f14a4d52e201128b1b00245d11b6de80d6cfdcd9'
 gem 'webauthn', '~> 2.5'
 
 gem 'json-ld'