mirror of https://github.com/masayuki0812/c3.git
Quite good looking graph derived from d3.js
http://c3js.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
369 B
15 lines
369 B
# 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]
|
|
|