Skip to content

Commit fd22da7

Browse files
committed
Specify Ruby version in Gemfile
1 parent efa20f2 commit fd22da7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source "https://rubygems.org"
22

3+
ruby '2.7.1'
4+
35
gem "jekyll"
46
gem "minima" # default theme for new Jekyll sites
57
gem 'rake' # Enable Rakefile to run tasks

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ GEM
7474
kramdown-parser-gfm (1.1.0)
7575
kramdown (~> 2.0)
7676
liquid (4.0.3)
77-
liquid-c (4.0.0)
78-
liquid (>= 3.0.0)
7977
listen (3.7.0)
8078
rb-fsevent (~> 0.10, >= 0.10.3)
8179
rb-inotify (~> 0.9, >= 0.9.10)
@@ -136,11 +134,13 @@ DEPENDENCIES
136134
jekyll-liquify
137135
jekyll-minifier
138136
jekyll-sitemap
139-
liquid-c
140137
minima
141138
pry
142139
rake
143140
webrick
144141

142+
RUBY VERSION
143+
ruby 2.7.1p83
144+
145145
BUNDLED WITH
146146
2.2.28

0 commit comments

Comments
 (0)