Skip to content

Commit 4aa60a9

Browse files
committed
Set Ruby version to 2.7.2 in rbenv
1 parent a0d5027 commit 4aa60a9

File tree

3 files changed

+60
-61
lines changed

3 files changed

+60
-61
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.2

Gemfile

+4-17
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,18 @@
11
source "https://rubygems.org"
2-
# Hello! This is where you manage which Jekyll version is used to run.
3-
# When you want to use a different version, change it below, save the
4-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5-
#
6-
# bundle exec jekyll serve
7-
#
8-
# This will help ensure the proper Jekyll version is running.
9-
# Happy Jekylling!
10-
# gem "jekyll", "~> 4.0.0"
11-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
2+
123
gem "minima", "~> 2.5"
13-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15-
gem "github-pages", "~> 204", group: :jekyll_plugins
16-
# If you have any plugins, put them here!
4+
5+
gem "github-pages", group: :jekyll_plugins
6+
177
group :jekyll_plugins do
188
gem "jekyll-feed", "~> 0.12"
199
end
2010

21-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
22-
# and associated library.
2311
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
2412
gem "tzinfo", "~> 1.2"
2513
gem "tzinfo-data"
2614
end
2715

28-
# Performance-booster for watching directories on Windows
2916
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
3017

3118
gem "html-proofer"

Gemfile.lock

+55-44
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.1)
4+
activesupport (6.0.3.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,46 +16,46 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
22-
em-websocket (0.5.1)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
2525
ethon (0.12.0)
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
execjs (2.7.0)
29-
faraday (1.0.0)
29+
faraday (1.0.1)
3030
multipart-post (>= 1.2, < 3)
31-
ffi (1.12.2)
31+
ffi (1.13.1)
3232
forwardable-extended (2.6.0)
3333
gemoji (3.0.1)
34-
github-pages (204)
34+
github-pages (208)
3535
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.5)
36+
jekyll (= 3.9.0)
3737
jekyll-avatar (= 0.7.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.6)
4040
jekyll-default-layout (= 0.1.4)
41-
jekyll-feed (= 0.13.0)
41+
jekyll-feed (= 0.15.0)
4242
jekyll-gist (= 1.5.0)
4343
jekyll-github-metadata (= 2.13.0)
44-
jekyll-mentions (= 1.5.1)
44+
jekyll-mentions (= 1.6.0)
4545
jekyll-optional-front-matter (= 0.3.2)
4646
jekyll-paginate (= 1.1.0)
4747
jekyll-readme-index (= 0.3.0)
48-
jekyll-redirect-from (= 0.15.0)
48+
jekyll-redirect-from (= 0.16.0)
4949
jekyll-relative-links (= 0.6.1)
50-
jekyll-remote-theme (= 0.4.1)
50+
jekyll-remote-theme (= 0.4.2)
5151
jekyll-sass-converter (= 1.5.2)
5252
jekyll-seo-tag (= 2.6.1)
5353
jekyll-sitemap (= 1.4.0)
5454
jekyll-swiss (= 1.0.0)
5555
jekyll-theme-architect (= 0.1.1)
5656
jekyll-theme-cayman (= 0.1.1)
5757
jekyll-theme-dinky (= 0.1.1)
58-
jekyll-theme-hacker (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.2)
5959
jekyll-theme-leap-day (= 0.1.1)
6060
jekyll-theme-merlot (= 0.1.1)
6161
jekyll-theme-midnight (= 0.1.1)
@@ -66,24 +66,25 @@ GEM
6666
jekyll-theme-tactile (= 0.1.1)
6767
jekyll-theme-time-machine (= 0.1.1)
6868
jekyll-titles-from-headings (= 0.5.3)
69-
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
69+
jemoji (= 0.12.0)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
7172
liquid (= 4.0.3)
7273
mercenary (~> 0.3)
7374
minima (= 2.5.1)
7475
nokogiri (>= 1.10.4, < 2.0)
75-
rouge (= 3.13.0)
76+
rouge (= 3.23.0)
7677
terminal-table (~> 1.4)
7778
github-pages-health-check (1.16.1)
7879
addressable (~> 2.3)
7980
dnsruby (~> 1.60)
8081
octokit (~> 4.0)
8182
public_suffix (~> 3.0)
8283
typhoeus (~> 1.3)
83-
html-pipeline (2.12.3)
84+
html-pipeline (2.14.0)
8485
activesupport (>= 2)
8586
nokogiri (>= 1.4)
86-
html-proofer (3.15.1)
87+
html-proofer (3.16.0)
8788
addressable (~> 2.3)
8889
mercenary (~> 0.3)
8990
nokogumbo (~> 2.0)
@@ -94,14 +95,14 @@ GEM
9495
http_parser.rb (0.6.0)
9596
i18n (0.9.5)
9697
concurrent-ruby (~> 1.0)
97-
jekyll (3.8.5)
98+
jekyll (3.9.0)
9899
addressable (~> 2.4)
99100
colorator (~> 1.0)
100101
em-websocket (~> 0.5)
101102
i18n (~> 0.7)
102103
jekyll-sass-converter (~> 1.0)
103104
jekyll-watch (~> 2.0)
104-
kramdown (~> 1.14)
105+
kramdown (>= 1.17, < 3)
105106
liquid (~> 4.0)
106107
mercenary (~> 0.3.3)
107108
pathutil (~> 0.9)
@@ -121,29 +122,30 @@ GEM
121122
rouge (>= 2.0, < 4.0)
122123
jekyll-default-layout (0.1.4)
123124
jekyll (~> 3.0)
124-
jekyll-feed (0.13.0)
125+
jekyll-feed (0.15.0)
125126
jekyll (>= 3.7, < 5.0)
126127
jekyll-gist (1.5.0)
127128
octokit (~> 4.2)
128129
jekyll-github-metadata (2.13.0)
129130
jekyll (>= 3.4, < 5.0)
130131
octokit (~> 4.0, != 4.4.0)
131-
jekyll-mentions (1.5.1)
132+
jekyll-mentions (1.6.0)
132133
html-pipeline (~> 2.3)
133134
jekyll (>= 3.7, < 5.0)
134135
jekyll-optional-front-matter (0.3.2)
135136
jekyll (>= 3.0, < 5.0)
136137
jekyll-paginate (1.1.0)
137138
jekyll-readme-index (0.3.0)
138139
jekyll (>= 3.0, < 5.0)
139-
jekyll-redirect-from (0.15.0)
140+
jekyll-redirect-from (0.16.0)
140141
jekyll (>= 3.3, < 5.0)
141142
jekyll-relative-links (0.6.1)
142143
jekyll (>= 3.3, < 5.0)
143-
jekyll-remote-theme (0.4.1)
144+
jekyll-remote-theme (0.4.2)
144145
addressable (~> 2.0)
145146
jekyll (>= 3.5, < 5.0)
146-
rubyzip (>= 1.3.0)
147+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
148+
rubyzip (>= 1.3.0, < 3.0)
147149
jekyll-sass-converter (1.5.2)
148150
sass (~> 3.4)
149151
jekyll-seo-tag (2.6.1)
@@ -160,8 +162,8 @@ GEM
160162
jekyll-theme-dinky (0.1.1)
161163
jekyll (~> 3.5)
162164
jekyll-seo-tag (~> 2.0)
163-
jekyll-theme-hacker (0.1.1)
164-
jekyll (~> 3.5)
165+
jekyll-theme-hacker (0.1.2)
166+
jekyll (> 3.5, < 5.0)
165167
jekyll-seo-tag (~> 2.0)
166168
jekyll-theme-leap-day (0.1.1)
167169
jekyll (~> 3.5)
@@ -195,11 +197,14 @@ GEM
195197
jekyll (>= 3.3, < 5.0)
196198
jekyll-watch (2.2.1)
197199
listen (~> 3.0)
198-
jemoji (0.11.1)
200+
jemoji (0.12.0)
199201
gemoji (~> 3.0)
200202
html-pipeline (~> 2.2)
201203
jekyll (>= 3.0, < 5.0)
202-
kramdown (1.17.0)
204+
kramdown (2.3.0)
205+
rexml
206+
kramdown-parser-gfm (1.1.0)
207+
kramdown (~> 2.0)
203208
liquid (4.0.3)
204209
listen (3.2.1)
205210
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -210,27 +215,28 @@ GEM
210215
jekyll (>= 3.5, < 5.0)
211216
jekyll-feed (~> 0.9)
212217
jekyll-seo-tag (~> 2.1)
213-
minitest (5.14.1)
218+
minitest (5.14.2)
214219
multipart-post (2.1.1)
215-
nokogiri (1.10.8)
220+
nokogiri (1.10.10)
216221
mini_portile2 (~> 2.4.0)
217222
nokogumbo (2.0.2)
218223
nokogiri (~> 1.8, >= 1.8.4)
219-
octokit (4.16.0)
224+
octokit (4.18.0)
220225
faraday (>= 0.9)
221226
sawyer (~> 0.8.0, >= 0.5.3)
222-
parallel (1.19.1)
227+
parallel (1.19.2)
223228
pathutil (0.16.2)
224229
forwardable-extended (~> 2.6)
225230
public_suffix (3.1.1)
226231
rainbow (3.0.0)
227-
rb-fsevent (0.10.3)
232+
rb-fsevent (0.10.4)
228233
rb-inotify (0.10.1)
229234
ffi (~> 1.0)
230-
rouge (3.13.0)
231-
ruby-enum (0.7.2)
235+
rexml (3.2.4)
236+
rouge (3.23.0)
237+
ruby-enum (0.8.0)
232238
i18n
233-
rubyzip (2.2.0)
239+
rubyzip (2.3.0)
234240
safe_yaml (1.0.5)
235241
sass (3.7.4)
236242
sass-listen (~> 4.0.0)
@@ -240,25 +246,30 @@ GEM
240246
sawyer (0.8.2)
241247
addressable (>= 2.3.5)
242248
faraday (> 0.8, < 2.0)
249+
simpleidn (0.1.1)
250+
unf (~> 0.1.4)
243251
terminal-table (1.8.0)
244252
unicode-display_width (~> 1.1, >= 1.1.1)
245253
thread_safe (0.3.6)
246-
typhoeus (1.3.1)
254+
typhoeus (1.4.0)
247255
ethon (>= 0.9.0)
248-
tzinfo (1.2.6)
256+
tzinfo (1.2.7)
249257
thread_safe (~> 0.1)
250-
tzinfo-data (1.2019.3)
258+
tzinfo-data (1.2020.1)
251259
tzinfo (>= 1.0.0)
252-
unicode-display_width (1.6.1)
260+
unf (0.1.4)
261+
unf_ext
262+
unf_ext (0.0.7.7)
263+
unicode-display_width (1.7.0)
253264
wdm (0.1.1)
254265
yell (2.2.2)
255-
zeitwerk (2.3.0)
266+
zeitwerk (2.4.0)
256267

257268
PLATFORMS
258269
ruby
259270

260271
DEPENDENCIES
261-
github-pages (~> 204)
272+
github-pages
262273
html-proofer
263274
jekyll-feed (~> 0.12)
264275
minima (~> 2.5)

0 commit comments

Comments
 (0)