Skip to content

Commit

Permalink
Merge pull request #1136 from alphagov/fix-deployments
Browse files Browse the repository at this point in the history
Fix issue preventing deployment
  • Loading branch information
whoojemaflip authored Sep 8, 2017
2 parents 236a3db + ce9ce94 commit 374d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'sass-rails', "5.0.6"
gem 'airbrake', github: 'alphagov/airbrake', branch: 'silence-dep-warnings-for-rails-5'
gem 'nokogiri', "~> 1.7"
gem 'redis', "~> 3.3.3"
gem 'govuk_publishing_components', '~> 1.4.0', require: ENV['RAILS_ENV'] != "production" || ENV['HEROKU_APP_NAME'].to_s.length.positive?
gem 'govuk_publishing_components', '~> 1.4.0', require: ENV['RAILS_ENV'] != "production" || ENV['HEROKU_APP_NAME'].to_s.length > 0

group :development do
gem 'image_optim', '0.17.1'
Expand Down

0 comments on commit 374d0b1

Please sign in to comment.