Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
refs #17 Bluepillを導入
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed Nov 7, 2013
1 parent 0e124d4 commit f6a8318
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ gem 'resque'
gem 'private_pub'
gem 'thin'

# 複数アプリケーションの管理
# アプリケーション管理
gem 'foreman'
gem 'bluepill'

# リソース監視
gem 'newrelic_rpm'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ GEM
acts_as_follower (0.1.1)
arel (3.0.2)
bcrypt-ruby (3.1.1)
bluepill (0.0.66)
activesupport (>= 3.0.0, < 4.0.0)
daemons (~> 1.1.4)
i18n (>= 0.5.0)
state_machine (~> 1.1)
bootstrap-sass (2.3.1.0)
sass (~> 3.2)
builder (3.0.4)
Expand Down Expand Up @@ -301,6 +306,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
state_machine (1.2.0)
temple (0.6.5)
term-ansicolor (1.2.2)
tins (~> 0.8)
Expand Down Expand Up @@ -347,6 +353,7 @@ PLATFORMS

DEPENDENCIES
acts_as_follower (~> 0.1.1)
bluepill
bootstrap-sass (~> 2.3.1.0)
capistrano
capistrano-rbenv
Expand Down

0 comments on commit f6a8318

Please sign in to comment.