diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 13:34:43 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-04-08 13:34:43 +0200 |
commit | a733ee6a12e7a4ff358457564cec77029cab59eb (patch) | |
tree | 869f7da603b28d1805823a196b532e55b3be9ffa /Gemfile | |
parent | 866d1f5dd339378819752960c849b7563360bd7a (diff) |
upgraded middleman to 3.3.2
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ # If you have OpenSSL installed, we recommend updating # the following line to use "https" -source 'http://rubygems.org' +source 'https://rubygems.org' -gem "middleman", "~>3.2.2" +gem "middleman", "~>3.3.2" # Live-reloading plugin -gem "middleman-livereload", "~> 3.1.0" +gem "middleman-livereload", "~> 3.3.2" # For faster file watcher updates on Windows: -gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
\ No newline at end of file +gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] |