-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathGemfile
More file actions
executable file
·28 lines (27 loc) · 852 Bytes
/
Copy pathGemfile
File metadata and controls
executable file
·28 lines (27 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source "https://rubygems.org"
# No `ruby` pin in the Gemfile — let .ruby-version drive (Netlify reads it).
# Local 4.0.2 builds use these stdlib pins; Netlify's 3.1.3 build doesn't
# need them but pulling the gems is harmless.
# Ruby 3.4+ moved a chunk of stdlib gems out of default load path; Ruby 4.0
# added ostruct to that list. Pinning here is harmless on Ruby 3.1/3.3
# (where they're still in stdlib) and required on Ruby 4.
gem 'bigdecimal'
gem 'observer'
gem 'csv'
gem 'base64'
gem 'mutex_m'
gem 'logger'
gem 'ostruct'
gem 'rmagick'
gem 'nokogiri', "~> 1.14.3"
gem 'jekyll'
gem 'jekyll-paginate'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jekyll-target-blank'
gem 'jekyll-twitter-plugin'
gem 'jekyll-youtube'
gem 'jekyll-responsive-image'
gem 'jekyll-redirect-from'
gem 'jekyll-sass-converter', "~> 2.0"
gem 'jekyll-dotenv', '~> 0.1.0'