Skip to content

Commit

Permalink
Use production environment for Bundler when in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Oct 14, 2009
1 parent 4fc3695 commit a08661c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/staging.rb
@@ -1,4 +1,4 @@
Bundler.require_env RAILS_ENV
Bundler.require_env "production"
# Settings specified here will take precedence over those in config/environment.rb

# The production environment is meant for finished, "live" apps.
Expand Down

0 comments on commit a08661c

Please sign in to comment.