Skip to content

Commit

Permalink
Merge pull request #14 from michaelbarton/fix/mime-types-error
Browse files Browse the repository at this point in the history
Fix for missing mime-types gem
  • Loading branch information
michaelbarton committed Oct 6, 2016
2 parents 992cd70 + 3ebc7bf commit bce9a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ gem 'therubyracer', '~> 0.12.0'
gem 'less', '~> 2.6.0'
gem 'html-proofer', '~> 2.3.0'
gem 'colorize', '~> 0.7.0'
gem 'mime-types' # Required for middleman-s3_sync

gem 'middleman-s3_sync', '~> 3.0.0'
gem 'middleman', '~> 3.2.0'
Expand Down

0 comments on commit bce9a43

Please sign in to comment.