first commit
This commit is contained in:
15
www/bower_components/c3/Gemfile
vendored
Normal file
15
www/bower_components/c3/Gemfile
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# If you have OpenSSL installed, we recommend updating
|
||||
# the following line to use "https"
|
||||
source 'http://rubygems.org'
|
||||
|
||||
gem "middleman", "~>3.2.2"
|
||||
|
||||
# Live-reloading plugin
|
||||
gem "middleman-livereload", "~> 3.1.0"
|
||||
|
||||
# Sync plugin
|
||||
gem 'middleman-sync', '3.0.12'
|
||||
gem 'unf'
|
||||
|
||||
# For faster file watcher updates on Windows:
|
||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
||||
Reference in New Issue
Block a user