更新「temp_file/Gemfile」

This commit is contained in:
chiu 2023-03-18 03:40:06 +00:00
parent 00e2a6e95e
commit 64808aef69
1 changed files with 4 additions and 1 deletions

View File

@ -247,4 +247,7 @@ else
gem "minitest"
gem 'minitest-spec-rails'
end
end
end
group :development do
gem 'rails-dev-boost', :git => 'http://github.com/thedarkone/rails-dev-boost.git'
end