Skip to content

Commit a90e6af

Browse files
author
Charlie Somerville
committed
bump github-linguist dependency to work around transitive dep issues
github-linguist 2.12.0 depends on an old version of pygments.rb which depends on an old version of yajl-ruby which does not compile on ruby 2.4
1 parent 4b9168d commit a90e6af

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

gemfiles/rails_5.gemfile.lock

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ GEM
5858
erubis (2.7.0)
5959
escape_utils (1.0.1)
6060
gemoji (2.1.0)
61-
github-linguist (2.12.0)
61+
github-linguist (2.12.1)
6262
charlock_holmes (~> 0.7.3)
6363
escape_utils (~> 1.0.1)
6464
mime-types (~> 1.19)
65-
pygments.rb (~> 0.6.0)
65+
pygments.rb (> 0.6.0)
6666
github-markdown (0.6.9)
6767
globalid (0.3.6)
6868
activesupport (>= 4.1.0)
@@ -75,15 +75,14 @@ GEM
7575
mime-types (1.25.1)
7676
mini_portile2 (2.1.0)
7777
minitest (5.9.0)
78+
multi_json (1.12.1)
7879
nio4r (1.2.1)
7980
nokogiri (1.6.8)
8081
mini_portile2 (~> 2.1.0)
8182
pkg-config (~> 1.1.7)
8283
pkg-config (1.1.7)
83-
posix-spawn (0.3.11)
84-
pygments.rb (0.6.3)
85-
posix-spawn (~> 0.3.6)
86-
yajl-ruby (~> 1.2.0)
84+
pygments.rb (1.1.1)
85+
multi_json (>= 1.0.0)
8786
rack (2.0.1)
8887
rack-test (0.6.3)
8988
rack (>= 1.0)
@@ -128,7 +127,6 @@ GEM
128127
websocket-driver (0.6.4)
129128
websocket-extensions (>= 0.1.0)
130129
websocket-extensions (0.1.2)
131-
yajl-ruby (1.2.1)
132130

133131
PLATFORMS
134132
ruby
@@ -150,4 +148,4 @@ DEPENDENCIES
150148
sanitize (~> 2.0)
151149

152150
BUNDLED WITH
153-
1.12.5
151+
1.13.7

0 commit comments

Comments
 (0)