diff options
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] |