Move unicorn definition to main Gemfile

This commit is contained in:
Cyril Rohr
2014-07-28 14:44:38 +00:00
committed by kgalli
parent 676e2c637c
commit 7d6a94d358
7 changed files with 6 additions and 15 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
/*.rbc
/doc/app
#/Gemfile.lock
#/Gemfile.local
/Gemfile.local
/Gemfile.plugins
/.rvmrc*
/.ruby-version
+1 -1
View File
@@ -8,7 +8,7 @@ targets:
dependencies:
- debconf
- memcached
before_precompile: "./packaging/debian/setup.sh"
before_precompile: "packaging/setup"
after_install: "packaging/debian/postinst"
addons:
- mysql
+3
View File
@@ -131,6 +131,9 @@ gem "i18n-js", :git => "https://github.com/fnando/i18n-js.git", :ref => '8801f8d
# small wrapper around the command line
gem 'cocaine'
# required by Procfile, for deployment on heroku or packaging with packager.io.
# also, better than thin since we can control worker concurrency.
gem 'unicorn'
# Security fixes
# Gems we don't depend directly on, but specify here to make sure we don't use a vulnerable
-6
View File
@@ -1,6 +0,0 @@
ruby '2.1.1'
group :production do
gem 'rails_12factor'
gem 'unicorn'
end
-6
View File
@@ -252,13 +252,8 @@ GEM
rails-dev-tweaks (0.6.1)
actionpack (~> 3.1)
railties (~> 3.1)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_autolink (1.1.0)
rails (> 3.1)
rails_serve_static_assets (0.0.2)
rails_stdout_logging (0.0.3)
railties (3.2.19)
actionpack (= 3.2.19)
activesupport (= 3.2.19)
@@ -428,7 +423,6 @@ DEPENDENCIES
rack_session_access
rails (~> 3.2.19)
rails-dev-tweaks (~> 0.6.1)
rails_12factor
rails_autolink
rb-fsevent
rb-readline
+1 -1
View File
@@ -4,5 +4,5 @@
# see: https://packager.io/documentation
sudo service postgresql start
cp -f packaging/debian/conf/configuration.yml config/configuration.yml
cp -f packaging/conf/configuration.yml config/configuration.yml