Skip to content

Commit

Permalink
Bumps Ruby version in Gemfile and Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzzmi committed Jul 31, 2017
1 parent b33eaa0 commit 8a8bf61
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.0.0"
- "2.4.1"
sudo: false
cache: bundler
env:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
## version. Then remind one of the site maintainers that they need to
## run `rvm install <VERSION>` on the build server(s) before they commit
## to master
ruby '2.0.0'
ruby '2.4.1'

## Used on the build server. If you add a package here (like nokogiri)
## that has non-Gem dependencies (like zlib), please remind the site
Expand All @@ -17,7 +17,7 @@ group :development do
## When we upgrade to Jekyll 3.0.0 or higher, remove
## _plugin/remove-html-extension.rb
gem 'jekyll', '~>3.0'
gem 'json'
gem 'json', '>= 1.9'
gem 'less', '2.4.0'
gem 'kramdown'
gem 'RedCloth'
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
execjs
multi_json (>= 1.3)
rake
json (1.8.3)
json (2.1.0)
json-schema (2.8.0)
addressable (>= 2.4)
kramdown (1.9.0)
Expand Down Expand Up @@ -78,9 +78,15 @@ DEPENDENCIES
html-proofer (= 2.1.0)
jekyll (~> 3.0)
jshintrb (~> 0.3.0)
json
json (>= 1.9)
json-schema
kramdown
less (= 2.4.0)
safe_yaml
therubyracer

RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.15.1

0 comments on commit 8a8bf61

Please sign in to comment.