-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
42 lines (36 loc) · 967 Bytes
/
Gemfile
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
source "https://rubygems.org"
ruby RUBY_VERSION
# 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
#
# If you have any plugins, put them here!
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem 'jekyll-paginate'
gem 'jekyll-seo-tag'
end
gem 'gem-wrappers' , '>= 1.4.0'
gem 'bigdecimal' , '>= 2.0.0'
gem 'bindex' , '>= 0.8.1'
gem 'bootsnap' , '>= 1.4.6'
gem 'byebug' , '>= 11.1.3'
gem 'date' , '>= 3.0.0'
gem 'etc' , '>= 1.1.0'
gem 'ffi' , '>= 1.13.1'
gem 'gdbm' , '>= 2.1.0'
gem 'public_suffix' , '>=4.0.6'
# cris
gem 'sass-embedded', '~> 1.63', '>= 1.63.6'
gem 'paapi'
gem 'babosa'
gem 'cloudinary'
gem 'yourls'
gem 'thor'
gem 'nokogiri'
gem 'ruby-lsp'
gem "webrick", "~> 1.7"