Skip to content

Commit

Permalink
Adding staging to production group
Browse files Browse the repository at this point in the history
  • Loading branch information
cone committed Jun 16, 2015
1 parent 969ef48 commit bc4763d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ group :test do
gem 'codeclimate-test-reporter', require: nil
end

group :production do
group :production, :staging do
gem 'asset_sync'
gem 'newrelic_rpm'
gem 'pg'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,6 @@ DEPENDENCIES
unicorn
warden
will_paginate

BUNDLED WITH
1.10.3

0 comments on commit bc4763d

Please sign in to comment.