Skip to content

Commit

Permalink
Freeze passenger version to 3.0.4 due to compilation issues with 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Mar 15, 2011
1 parent 2a5e884 commit dc7e7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moonshine/manifest/rails/passenger.rb
Expand Up @@ -8,7 +8,7 @@ def passenger_gem
:provider => :gem
else
package "passenger",
:ensure => (configuration[:passenger][:version] || :latest),
:ensure => (configuration[:passenger][:version] || '3.0.4'),
:provider => :gem,
:require => [ package('libcurl4-openssl-dev') ]
package 'libcurl4-openssl-dev', :ensure => :installed
Expand Down

0 comments on commit dc7e7ac

Please sign in to comment.