From dfe5e9e0add9b7ee1a59b70991d37200789ebcd6 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 29 Nov 2024 09:34:45 -0500 Subject: [PATCH] sigh... back out update to see if we can get clean run. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6bbc95207..0e4a0bae0 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'jquery-rails' gem 'jquery-ui-rails' # Can we narrow the widgets to load faster? gem 'listen', '~> 3.3' gem 'local_time' -gem 'mission_control-jobs', git: 'https://github.com/rails/mission_control-jobs.git', branch: 'main' +gem 'mission_control-jobs', '~> 0.5.0' #git: 'https://github.com/rails/mission_control-jobs.git', branch: 'main' gem 'mysql2' gem 'omniauth'