From 88df859217282233ab280c89b9541aa34c365740 Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Mon, 29 Jul 2024 17:28:55 -0700 Subject: [PATCH] Reorder gems in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 029517c4..2c96a3f3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,8 +5,8 @@ source 'https://rubygems.org' ruby File.read('.ruby-version') # Use main development branch of Rails -gem 'rails', '=7.1.3.2' gem 'data_migrate' +gem 'rails', '=7.1.3.2' # Unclear if we need to require it explicitly # gem 'activesupport', '=7.1.3.2'