From 4064bbf7301ae43788d9e349e994040e8841800f Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 9 Sep 2022 08:13:36 +0100 Subject: [PATCH] Fix gemfile comment --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ab7d71ad3..ad3e1893d 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "pg", "~> 1.1" gem "puma", "~> 5.0" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" -# Bundle and transpile JavaScript [https://github.com/rails/propshaft/] +# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails" # Reduces boot times through caching; required in config/boot.rb gem "bootsnap", ">= 1.4.4", require: false