Update Gemfile.

This commit is contained in:
BoHung Chiu 2023-03-18 15:44:48 +08:00
parent 64808aef69
commit 540d34556a
1 changed files with 2 additions and 4 deletions

View File

@ -146,6 +146,7 @@ if RUBY_VERSION.to_f == 2.1
gem 'rb-inotify', '~> 0.9.10', :require=>false
gem 'byebug', '~> 9.0.6'
gem "binding_of_caller"
gem 'rails-dev-boost', :git => 'http://github.com/thedarkone/rails-dev-boost.git'
end
#testing gems
@ -247,7 +248,4 @@ else
gem "minitest"
gem 'minitest-spec-rails'
end
end
group :development do
gem 'rails-dev-boost', :git => 'http://github.com/thedarkone/rails-dev-boost.git'
end
end