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