mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
10 lines
235 B
Ruby
Executable File
10 lines
235 B
Ruby
Executable File
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.5.1'
|
|
gem 'jekyll-redirect-from', '~> 0.12.1'
|
|
gem 'jekyll-sitemap', '~> 1.1.1'
|
|
gem 'jekyll-toc', '~> 0.3.0.pre1'
|
|
gem 'scss_lint', '~> 0.54.0'
|
|
end
|