mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Make quotes consistent in Gemfile (#983)
This commit is contained in:
parent
7ecc79c93b
commit
3c99bbbac9
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -5,7 +5,7 @@ source 'https://rubygems.org'
|
|||
gem 'middleman', '~>4.2.1'
|
||||
gem 'middleman-syntax', '~> 3.0.0'
|
||||
gem 'middleman-autoprefixer', '~> 2.7.0'
|
||||
gem "middleman-sprockets", "~> 4.1.0"
|
||||
gem 'middleman-sprockets', '~> 4.1.0'
|
||||
gem 'rouge', '~> 2.0.5'
|
||||
gem 'redcarpet', '~> 3.4.0'
|
||||
gem 'nokogiri', '~> 1.6.8'
|
||||
|
|
|
|||
Loading…
Reference in a new issue