Skip to content

Commit cf2e930

Browse files
committed
Oops - always test locally first, bot.
1 parent 3b32a14 commit cf2e930

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
source "https://rubygems.org"
22

3+
# Pinning problematic gems to compatible versions
4+
gem "commonmarker", "~> 0.23.8"
5+
gem "unf_ext", "~> 0.0.7.7"
6+
gem "eventmachine", "~> 1.2.5"
7+
gem "http_parser.rb", "~> 0.6.0"
8+
gem "racc", "~> 1.5.2"
9+
310
group :jekyll_plugins do
411
gem 'github-pages', '~> 232'
512
gem 'jekyll-feed'
613
gem 'jekyll-redirect-from'
714
gem 'jekyll-sitemap'
815
end
916

10-
# Pinning problematic gems to compatible versions
11-
gem "commonmarker", "~> 0.23.8"
12-
gem "unf_ext", "~> 0.0.7.7"
13-
gem "eventmachine", "~> 1.2.5"
14-
gem "http_parser.rb", "~> 0.6.0"
15-
gem "racc", "~> 1.5.2"
1617

17-
gem "github-pages", "232" # or whatever version you're using

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
html-pipeline (2.14.3)
8888
activesupport (>= 2)
8989
nokogiri (>= 1.4)
90-
http_parser.rb (0.8.0)
90+
http_parser.rb (0.6.0)
9191
i18n (1.14.1)
9292
concurrent-ruby (~> 1.0)
9393
jekyll (3.10.0)
@@ -224,7 +224,7 @@ GEM
224224
pathutil (0.16.2)
225225
forwardable-extended (~> 2.6)
226226
public_suffix (4.0.7)
227-
racc (1.6.2)
227+
racc (1.5.2)
228228
rb-fsevent (0.11.2)
229229
rb-inotify (0.10.1)
230230
ffi (~> 1.0)
@@ -251,21 +251,23 @@ GEM
251251
concurrent-ruby (~> 1.0)
252252
unf (0.1.4)
253253
unf_ext
254-
unf_ext (0.0.8.2)
254+
unf_ext (0.0.7.7)
255255
unicode-display_width (1.8.0)
256256
webrick (1.9.1)
257257

258258
PLATFORMS
259259
ruby
260260

261261
DEPENDENCIES
262-
commonmarker (~> 0.23.9)
263-
eventmachine (~> 1.2.6)
262+
commonmarker (~> 0.23.8)
263+
eventmachine (~> 1.2.5)
264264
github-pages (~> 232)
265+
http_parser.rb (~> 0.6.0)
265266
jekyll-feed
266267
jekyll-redirect-from
267268
jekyll-sitemap
268-
unf_ext (~> 0.0.8.1)
269+
racc (~> 1.5.2)
270+
unf_ext (~> 0.0.7.7)
269271

270272
BUNDLED WITH
271273
2.6.8

0 commit comments

Comments
 (0)