source "https://rubygems.org" ruby RUBY_VERSION # Jekyll version used to run with `bundle exec jekyll serve`. Run `bundle install` after any changes to this file. gem 'jekyll', '4.2.2' gem "csv" gem "base64" gem "bigdecimal" # plugins used: group :jekyll_plugins do gem 'rake' gem 'jekyll-paginate-v2' # gem 'jekyll-livereload' gem 'jekyll_picture_tag' # gem 'html-proofer' # gem 'image_optim' # gem 'image_optim_pack' gem 'xmlrpc' # required for rake notify task. gem 's3_website_revived' end # plugins that are no longer used. # gem 'octopress-minify-html' # gem 'jekyll-seo-tag' # gem 'jekyll-picture-tag', :git => "https://github.com/Altametrics/jekyll-picture-tag.git" (This version of the plugin updates the fastimage dependency. I commented it out to use the version that removes the auto-generated cache busting hash ) # gem 'jekyll-vimeo', '~> 0.1.1' # this should be deleted after vimeo is removed and we switch to YouTube # gem "jekyll-feed"