Specify minimum ruby version of 2.3 (#3902)
This commit is contained in:
parent
d40b9ff36f
commit
1589bfc184
2 changed files with 3 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,5 +1,7 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
ruby "> 2.3.0"
|
||||
|
||||
group :development do
|
||||
gem 'rake', '~> 10.0'
|
||||
gem 'jekyll', '~> 3.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue