diff options
author | Nicholas La Roux <larouxn@gmail.com> | 2022-11-14 05:00:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:00:38 +0100 |
commit | a6186da983edcf00e92950dae188123c66c1205d (patch) | |
tree | 30dd977b1b447a71bcf0794f934f1c15a687dc9f | |
parent | cd5e98dbdb33a26c93c6bd81c6b1c74369befc25 (diff) |
Clean up GitHub sourced gem entry (#20542)
-rw-r--r-- | Gemfile | 2 |
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' |