Skip to content

Commit

Permalink
Merge pull request #1038 from bgeuken/fix_gemfile
Browse files Browse the repository at this point in the history
[webui][api] Fix Gemfile
  • Loading branch information
hennevogel committed Aug 17, 2015
2 parents bb82506 + cea6fa1 commit 9feb880
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/api/Gemfile
Expand Up @@ -90,17 +90,20 @@ group :test do
end

# Gems used only during development not required in production environments by default.
group :development, :test do
group :development do
# as alternative to the standard IRB shell
gem 'pry', '>= 0.9.12'
# to make rack(and rails) use unicorn by default
gem 'unicorn-rails' # webrick won't work
# for client side, DB and server profiling
gem 'rack-mini-profiler'
# for calling single testd
gem 'single_test'
# as debugging tool in the default error page
gem 'web-console', '~> 2.0'
end

group :development, :test do
# as alternative to the standard IRB shell
gem 'pry', '>= 0.9.12'
# for style checks
gem 'rubocop', require: false
end
Expand Down

0 comments on commit 9feb880

Please sign in to comment.