aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-04-22 11:41:11 -0400
committerAlec Warner <antarus@gentoo.org>2018-04-22 11:41:11 -0400
commit6355a984b4115fad7e88f5b35941b7b66fb8d048 (patch)
tree5e88a55a7efbddabca35cffdc3c57d9c0755d271 /Gemfile
parentAnnotate the bug list with a Bugs: prefix. (diff)
downloadpackages-5-6355a984b4115fad7e88f5b35941b7b66fb8d048.tar.gz
packages-5-6355a984b4115fad7e88f5b35941b7b66fb8d048.tar.bz2
packages-5-6355a984b4115fad7e88f5b35941b7b66fb8d048.zip
Move web console to :development only.
Rails complains when we run it in test, so don't.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 30cb961..cec67ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,7 @@ gem 'octicons_helper'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
-group :development, :test do
+group :development do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'