Created
September 11, 2012 19:06
-
-
Save mccun934/3700992 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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