1
0
Fork 0
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:
Rafael Mendonça França 2014-09-25 12:35:06 -03:00
parent 2c0cad8034
commit 478ad3f930

View file

@ -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', github: 'rails/web-console', branch: 'master'
gem 'web-console', '~> 2.0.0.beta4'
<%- if spring_install? %>
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'