mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
80fb686e6b
Source: Jekyll complaining at me ``` Please add the following to your Gemfile to avoid polling for changes: gem 'wdm', '>= 0.1.0' if Gem.win_platform? ```
7 lines
142 B
Ruby
7 lines
142 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'builder'
|
|
gem 'rubysl-rexml'
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|