Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created September 11, 2012 19:06
Show Gist options
  • Select an option

  • Save mccun934/3700992 to your computer and use it in GitHub Desktop.

Select an option

Save mccun934/3700992 to your computer and use it in GitHub Desktop.
$ git diff Gemfile
diff --git a/src/Gemfile b/src/Gemfile
index fec88c2..c26d7a9 100644
--- a/src/Gemfile
+++ b/src/Gemfile
@@ -87,6 +87,7 @@ group :test, :development do
#needed to generate routes in javascript
gem "js-routes", :require => 'js_routes'
+ gem 'rails-dev-boost', :git => 'git://github.com/thedarkone/rails-dev-boost.git', :require => 'rails_development_boost'
end
group :profiling do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment