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 1
1
source "https://rubygems.org"
2
2
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
+
3
10
group :jekyll_plugins do
4
11
gem 'github-pages' , '~> 232'
5
12
gem 'jekyll-feed'
6
13
gem 'jekyll-redirect-from'
7
14
gem 'jekyll-sitemap'
8
15
end
9
16
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"
16
17
17
- gem "github-pages" , "232" # or whatever version you're using
Original file line number Diff line number Diff line change 87
87
html-pipeline (2.14.3 )
88
88
activesupport (>= 2 )
89
89
nokogiri (>= 1.4 )
90
- http_parser.rb (0.8 .0 )
90
+ http_parser.rb (0.6 .0 )
91
91
i18n (1.14.1 )
92
92
concurrent-ruby (~> 1.0 )
93
93
jekyll (3.10.0 )
224
224
pathutil (0.16.2 )
225
225
forwardable-extended (~> 2.6 )
226
226
public_suffix (4.0.7 )
227
- racc (1.6 .2 )
227
+ racc (1.5 .2 )
228
228
rb-fsevent (0.11.2 )
229
229
rb-inotify (0.10.1 )
230
230
ffi (~> 1.0 )
@@ -251,21 +251,23 @@ GEM
251
251
concurrent-ruby (~> 1.0 )
252
252
unf (0.1.4 )
253
253
unf_ext
254
- unf_ext (0.0.8.2 )
254
+ unf_ext (0.0.7.7 )
255
255
unicode-display_width (1.8.0 )
256
256
webrick (1.9.1 )
257
257
258
258
PLATFORMS
259
259
ruby
260
260
261
261
DEPENDENCIES
262
- commonmarker (~> 0.23.9 )
263
- eventmachine (~> 1.2.6 )
262
+ commonmarker (~> 0.23.8 )
263
+ eventmachine (~> 1.2.5 )
264
264
github-pages (~> 232 )
265
+ http_parser.rb (~> 0.6.0 )
265
266
jekyll-feed
266
267
jekyll-redirect-from
267
268
jekyll-sitemap
268
- unf_ext (~> 0.0.8.1 )
269
+ racc (~> 1.5.2 )
270
+ unf_ext (~> 0.0.7.7 )
269
271
270
272
BUNDLED WITH
271
273
2.6.8
You can’t perform that action at this time.
0 commit comments