From afa6e98e8ddb46dc954255e93dcd85797f4c6d9a Mon Sep 17 00:00:00 2001 From: Joe Cohen Date: Mon, 19 Aug 2024 12:52:00 -0700 Subject: [PATCH] Remove railing slash in Gemfile gem source - I hope this fixes errors in Dependabot PRs. Which complain ``` You have changed in the Gemfile: * mo_acts_as_versioned from `https://github.com/MushroomObserver/acts_as_versioned` to `https://github.com/MushroomObserver/acts_as_versioned/` ``` --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 91fcd546df..84fb678519 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem("blankslate") # Simple version models and tables for classes # Use our own fork, which stores enum attrs as integers in the db gem("mo_acts_as_versioned", ">= 0.6.6", - git: "https://github.com/MushroomObserver/acts_as_versioned/") + git: "https://github.com/MushroomObserver/acts_as_versioned") # Use ActiveModel has_secure_password gem("bcrypt") diff --git a/Gemfile.lock b/Gemfile.lock index c25555b1a0..bdfedbb065 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: https://github.com/MushroomObserver/acts_as_versioned/ + remote: https://github.com/MushroomObserver/acts_as_versioned revision: 56891f7f915610e9f884e3a932bfb6934303b3b8 specs: mo_acts_as_versioned (0.6.6)