From 534cb5d4c69819d551bec2f3c88d7c7f7c5abf98 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Tue, 8 Oct 2024 09:43:50 -0400 Subject: [PATCH] PAUSED: Use `git resume` to continue working. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 86e9d9d5182..409343ce530 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ def manageiq_plugin(plugin_name) end end -gem "manageiq-schema", :github => "jrafanie/manageiq-schema", :branch => "rails71" # merge and release +gem "manageiq-schema", :git => "https://github.com/jrafanie/manageiq-schema.git", :branch => "rails71" # merge and release # Unmodified gems gem "activerecord-session_store", "~>2.0"