File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 11source "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+
310group :jekyll_plugins do
411 gem 'github-pages' , '~> 232'
512 gem 'jekyll-feed'
613 gem 'jekyll-redirect-from'
714 gem 'jekyll-sitemap'
815end
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
Original file line number Diff line number Diff line change 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 )
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
258258PLATFORMS
259259 ruby
260260
261261DEPENDENCIES
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
270272BUNDLED WITH
271273 2.6.8
You can’t perform that action at this time.
0 commit comments