mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Update from Ruby 2.0->2.5
- Some dependency updates required
This commit is contained in:
parent
2fd09131ab
commit
2ac391dbee
3 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "2.0.0"
|
- "2.5.0"
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: bundler
|
cache: bundler
|
||||||
env:
|
env:
|
||||||
|
|
4
Gemfile
4
Gemfile
|
@ -5,7 +5,7 @@ source 'https://rubygems.org'
|
||||||
## version. Then remind one of the site maintainers that they need to
|
## version. Then remind one of the site maintainers that they need to
|
||||||
## run `rvm install <VERSION>` on the build server(s) before they commit
|
## run `rvm install <VERSION>` on the build server(s) before they commit
|
||||||
## to master
|
## to master
|
||||||
ruby '2.0.0'
|
ruby '2.5.0'
|
||||||
|
|
||||||
## Used on the build server. If you add a package here (like nokogiri)
|
## Used on the build server. If you add a package here (like nokogiri)
|
||||||
## that has non-Gem dependencies (like zlib), please remind the site
|
## that has non-Gem dependencies (like zlib), please remind the site
|
||||||
|
@ -17,7 +17,7 @@ group :development do
|
||||||
## When we upgrade to Jekyll 3.0.0 or higher, remove
|
## When we upgrade to Jekyll 3.0.0 or higher, remove
|
||||||
## _plugin/remove-html-extension.rb
|
## _plugin/remove-html-extension.rb
|
||||||
gem 'jekyll', '~>3.0'
|
gem 'jekyll', '~>3.0'
|
||||||
gem 'json'
|
gem 'json', '>=1.9'
|
||||||
gem 'less', '2.4.0'
|
gem 'less', '2.4.0'
|
||||||
gem 'kramdown'
|
gem 'kramdown'
|
||||||
gem 'RedCloth'
|
gem 'RedCloth'
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -37,7 +37,7 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
multi_json (>= 1.3)
|
multi_json (>= 1.3)
|
||||||
rake
|
rake
|
||||||
json (1.8.3)
|
json (2.1.0)
|
||||||
json-schema (2.8.0)
|
json-schema (2.8.0)
|
||||||
addressable (>= 2.4)
|
addressable (>= 2.4)
|
||||||
kramdown (1.9.0)
|
kramdown (1.9.0)
|
||||||
|
@ -78,9 +78,15 @@ DEPENDENCIES
|
||||||
html-proofer (= 2.1.0)
|
html-proofer (= 2.1.0)
|
||||||
jekyll (~> 3.0)
|
jekyll (~> 3.0)
|
||||||
jshintrb (~> 0.3.0)
|
jshintrb (~> 0.3.0)
|
||||||
json
|
json (>= 1.9)
|
||||||
json-schema
|
json-schema
|
||||||
kramdown
|
kramdown
|
||||||
less (= 2.4.0)
|
less (= 2.4.0)
|
||||||
safe_yaml
|
safe_yaml
|
||||||
therubyracer
|
therubyracer
|
||||||
|
|
||||||
|
RUBY VERSION
|
||||||
|
ruby 2.5.0p0
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.16.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue