Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Häußge <gina@octoprint.org>2017-10-13 13:55:55 +0300
committerGina Häußge <gina@octoprint.org>2017-10-13 13:55:55 +0300
commita96c0a5a192db9b126f4eaa32e22bbe0a49e2f4d (patch)
treec60b8cf5aa21abf72acf405857f2b72c010e9cd6
parent4e772612e7e6c7c1503321af0236c3e1c5872218 (diff)
Updated Gemfile
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3d6e8a4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+source 'https://rubygems.org'
+gem 'github-pages', group: :jekyll_plugins
+gem 'wdm', '>= 0.1.0' if Gem.win_platform?
+gem 'hitimes', '1.2.1'
+
+gem 'html-proofer'
+gem 'jsonlint'