diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 6184eec..cdaa43e 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -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 \ No newline at end of file