From 64808aef69727c79a1b6627bd341f970319e4f94 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 18 Mar 2023 03:40:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=80=8Ctemp=5Ffile/Gemfile?= =?UTF-8?q?=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- temp_file/Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 3244fe8..6184eec 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -247,4 +247,7 @@ else gem "minitest" gem 'minitest-spec-rails' end -end \ No newline at end of file +end +group :development do + gem 'rails-dev-boost', :git => 'http://github.com/thedarkone/rails-dev-boost.git' +end