mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Manage gems + Ruby @ current stable versions w/RVM
* update to modern, supported Ruby 2.0 version * update gems to current versions using Bundler * make jekyll configs confirm to current version * switch deb package dependencies to cross-platform rvm * ignore bundled dependencies * some README mods as per @harding + @saivann
This commit is contained in:
parent
d01d3fcc97
commit
944e7c3470
5 changed files with 141 additions and 17 deletions
14
Gemfile
Normal file
14
Gemfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.0.0'
|
||||
|
||||
group :development do
|
||||
gem 'ffi-icu'
|
||||
gem 'jekyll'
|
||||
gem 'json'
|
||||
gem 'less'
|
||||
gem 'kramdown'
|
||||
gem 'RedCloth'
|
||||
gem 'therubyracer' # required by less
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue