Skip to content

Commit

Permalink
Make flow apps work with the new gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Weiss committed Jun 20, 2014
1 parent 1bd28bd commit e067525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/definitions/opsworks_aws_flow_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# make sure the app is properly installed by running "bundle install"
# on the Gemfile if there is one
# TODO: FIXME

# TODO: this utility should be refactored out of the rails recipes
OpsWorks::RailsConfiguration.bundle( deploy[:application], deploy, deploy[:deploy_to])

# snapshot the config for the runner
Chef::Log.info("The runner config is #{deploy[:aws_flow_ruby_settings]}")
Expand Down
2 changes: 1 addition & 1 deletion deploy/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
depends "mysql"
depends "opsworks_aws_flow_ruby"

recipe "deploy::aws-flow-ruby", "Deploy a AWS Flor Ruby application"
recipe "deploy::aws-flow-ruby", "Deploy an AWS Flow Ruby application"
recipe "deploy::rails", "Deploy a Rails application"
recipe "deploy::php", "Deploy a PHP application"
recipe "deploy::rails-undeploy", "Remove a Rails application"
Expand Down
1 change: 1 addition & 0 deletions opsworks_aws_flow_ruby/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
version "1.0.0"

depends "scm_helper"
depends "rails"

0 comments on commit e067525

Please sign in to comment.