diff options
author | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-09-01 21:46:56 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafael.franca@plataformatec.com.br> | 2014-09-01 21:46:56 -0300 |
commit | 2fc6d41670e3e062fc821cb6eeb8010b97266ab9 (patch) | |
tree | fd70dcda66d89bff986b9f8c84445467adfebe30 | |
parent | dd1fb2d7699da5262343e7ee50953e0c29df040f (diff) | |
download | rails-2fc6d41670e3e062fc821cb6eeb8010b97266ab9.tar.gz rails-2fc6d41670e3e062fc821cb6eeb8010b97266ab9.tar.bz2 rails-2fc6d41670e3e062fc821cb6eeb8010b97266ab9.zip |
Try with web-console master
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile index e4a175e89c..7b1a6aa854 100644 --- a/railties/lib/rails/generators/rails/app/templates/Gemfile +++ b/railties/lib/rails/generators/rails/app/templates/Gemfile @@ -34,7 +34,7 @@ group :development, :test do <%- end -%> # Access an IRB console on exception pages or by using <%%= console %> in views - gem 'web-console', '~> 2.0.0.beta2' + gem 'web-console', github: 'rails/web-console', branch: 'master' <%- if spring_install? %> # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' |