Skip to content

Commit

Permalink
Sort dependencies lexicographically in bundler config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jouan authored and michaelbaudino committed Apr 2, 2020
1 parent ec72146 commit 129e99d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions Gemfile
@@ -1,19 +1,15 @@
source "https://rubygems.org"

gem "nokogiri"
gem "bootstrap-sass"
gem "bourbon"
gem "font-awesome-sass"

gem "jquery-middleman"
gem "localeapp"
gem "middleman", "~> 3.3"
gem "middleman-livereload", "~> 3.4"
gem "middleman-autoprefixer", "~> 2.10"
gem "middleman-blog"
gem "middleman-minify-html"
gem "middleman-favicon-maker", "~> 3.7"
gem "middleman-autoprefixer", "~> 2.10"
gem "jquery-middleman"

gem "middleman-livereload", "~> 3.4"
gem "middleman-minify-html"
gem "middleman-rouge"

gem "bootstrap-sass"

gem "localeapp"
gem "nokogiri"

0 comments on commit 129e99d

Please sign in to comment.