circuitpython-org/Gemfile
Scott Shawcroft da26c5e83a
Update to Ruby 3 and add RPI CP boards
Run the Jekyll build on pull_request as well to make sure it works
2021-11-29 18:54:06 -08:00

28 lines
678 B
Ruby

source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem "jekyll-get-json", "~> 1"
end
group :development do
gem 'rake'
gem 'image_processing'
end
gem "webrick", "~> 1.7"