mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 22:31:47 +00:00
Cleanup Gemfile
This commit is contained in:
parent
a9d8b9b3b1
commit
a7596ff0a5
1 changed files with 10 additions and 22 deletions
32
Gemfile
32
Gemfile
|
|
@ -1,30 +1,18 @@
|
||||||
# If you have OpenSSL installed, we recommend updating
|
|
||||||
# the following line to use "https"
|
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem "rouge", "~> 1.8.0"
|
# Middleman
|
||||||
|
gem 'middleman', '~>3.3.0'
|
||||||
gem "middleman", "~>3.3.0"
|
gem 'middleman-livereload', '~> 3.3.0'
|
||||||
|
|
||||||
# For syntax highlighting
|
|
||||||
gem "middleman-syntax"
|
|
||||||
|
|
||||||
# Plugin for middleman to generate Github pages
|
|
||||||
gem 'middleman-gh-pages'
|
gem 'middleman-gh-pages'
|
||||||
|
gem 'middleman-syntax'
|
||||||
# Live-reloading plugin
|
gem 'rouge', '~> 1.8.0'
|
||||||
gem "middleman-livereload", "~> 3.3.0"
|
|
||||||
|
|
||||||
gem 'redcarpet', '~> 3.2.1'
|
gem 'redcarpet', '~> 3.2.1'
|
||||||
|
|
||||||
# For faster file watcher updates on Windows:
|
gem 'rake', '~> 10.4.0'
|
||||||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
|
gem 'therubyracer', platforms: :ruby
|
||||||
|
|
||||||
# Cross-templating language block fix for Ruby 1.8
|
# Trash
|
||||||
|
gem 'wdm', '~> 0.1.0', :platforms => [:mswin, :mingw]
|
||||||
platforms :mri_18 do
|
platforms :mri_18 do
|
||||||
gem "ruby18_source_location"
|
gem 'ruby18_source_location'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "rake", "~> 10.4.0"
|
|
||||||
|
|
||||||
gem 'therubyracer', :platforms => :ruby
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue