mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Specify minimum ruby version of 2.3 (#3902)
This commit is contained in:
parent
d40b9ff36f
commit
1589bfc184
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'
|
||||
|
@ -20,7 +20,7 @@ For larger changes, we suggest that you clone the website repository. This way,
|
||||
|
||||
To test your changes locally, you need to install **Ruby** and its dependencies (gems):
|
||||
|
||||
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) if you don't have it already.
|
||||
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) if you don't have it already. Ruby version 2.3.0 or higher is required.
|
||||
- Install `bundler`, a dependency manager for Ruby: `$ gem install bundler`
|
||||
- In your home-assistant.github.io root directory, run `$ bundle` to install the gems you need.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user