Skip to content

Commit

Permalink
Simplify development
Browse files Browse the repository at this point in the history
  • Loading branch information
pencil committed Oct 18, 2014
1 parent a2b1899 commit c4416db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '4.1'
gem 'unicorn'

group :assets do
gem 'sass-rails', '~> 4.0.3'
Expand Down Expand Up @@ -29,4 +30,5 @@ end

group :development do
gem 'capistrano', '~> 2.15'
gem 'foreman'
end
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,22 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.8.0)
dotenv (0.11.1)
dotenv-deployment (~> 0.0.2)
dotenv-deployment (0.0.2)
erubis (2.7.0)
execjs (2.2.1)
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
foreman (0.75.0)
dotenv (~> 0.11.1)
thor (~> 0.19.1)
highline (1.6.21)
hike (1.2.3)
http_accept_language (2.0.2)
i18n (0.6.11)
json (1.8.1)
kgio (2.9.2)
libv8 (3.16.14.7)
mail (2.5.4)
mime-types (~> 1.16)
Expand Down Expand Up @@ -110,6 +117,7 @@ GEM
activesupport (= 4.1.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.13.0)
rake (10.3.2)
ref (1.0.5)
rotp (2.0.0)
Expand Down Expand Up @@ -144,6 +152,10 @@ GEM
uglifier (2.5.3)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicorn (4.8.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
unix-crypt (1.3.0)
useragent (0.10.0)
whenever (0.9.2)
Expand All @@ -159,11 +171,13 @@ DEPENDENCIES
casino-activerecord_authenticator
casino-ldap_authenticator
coffee-rails (~> 4.0.1)
foreman
mysql2
pg
rails (= 4.1)
sass-rails (~> 4.0.3)
sqlite3
therubyracer
uglifier (>= 1.0.3)
unicorn
whenever
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: bundle exec unicorn -l $BOXEN_SOCKET_DIR/casinoapp

0 comments on commit c4416db

Please sign in to comment.