mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use release web-console
This commit is contained in:
parent
2c0cad8034
commit
478ad3f930
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ group :development, :test do
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|
||||||
# Access an IRB console on exception pages or by using <%%= console %> in views
|
# Access an IRB console on exception pages or by using <%%= console %> in views
|
||||||
gem 'web-console', github: 'rails/web-console', branch: 'master'
|
gem 'web-console', '~> 2.0.0.beta4'
|
||||||
<%- if spring_install? %>
|
<%- if spring_install? %>
|
||||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||||
gem 'spring'
|
gem 'spring'
|
||||||
|
|
Loading…
Reference in a new issue