Skip to content

Commit 284e4d7

Browse files
audunyfabaff
authored andcommitted
Updated pygments.rb to latest to make it build under ruby 2.4 (home-assistant#2644)
1 parent faa3fc6 commit 284e4d7

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
group :development do
44
gem 'rake', '~> 10.0'
55
gem 'jekyll', '~> 3.0'
6-
gem 'pygments.rb', '~> 0.6.3'
6+
gem 'pygments.rb', '~> 1.1.2'
77
gem 'rdiscount', '~> 2.0'
88
gem 'RedCloth', '~> 4.2'
99
gem 'haml', '~> 4.0'

Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ GEM
4545
rb-inotify (~> 0.9, >= 0.9.7)
4646
mercenary (0.3.6)
4747
method_source (0.8.2)
48+
multi_json (1.12.1)
4849
octopress (3.0.11)
4950
jekyll (>= 2.0)
5051
mercenary (~> 0.3.2)
@@ -71,14 +72,12 @@ GEM
7172
jekyll (>= 2.0)
7273
pathutil (0.14.0)
7374
forwardable-extended (~> 2.6)
74-
posix-spawn (0.3.11)
7575
pry (0.10.4)
7676
coderay (~> 1.1.0)
7777
method_source (~> 0.8.1)
7878
slop (~> 3.4)
79-
pygments.rb (0.6.3)
80-
posix-spawn (~> 0.3.6)
81-
yajl-ruby (~> 1.2.0)
79+
pygments.rb (1.1.2)
80+
multi_json (>= 1.0.0)
8281
rack (1.6.4)
8382
rack-protection (1.5.3)
8483
rack
@@ -107,7 +106,6 @@ GEM
107106
ref
108107
tilt (2.0.5)
109108
titlecase (0.1.1)
110-
yajl-ruby (1.2.1)
111109

112110
PLATFORMS
113111
ruby
@@ -127,7 +125,7 @@ DEPENDENCIES
127125
octopress-filters
128126
octopress-include-tag
129127
pry
130-
pygments.rb (~> 0.6.3)
128+
pygments.rb (~> 1.1.2)
131129
rake (~> 10.0)
132130
rb-fsevent (~> 0.9)
133131
rdiscount (~> 2.0)
@@ -138,4 +136,4 @@ DEPENDENCIES
138136
therubyracer
139137

140138
BUNDLED WITH
141-
1.10.6
139+
1.14.6

0 commit comments

Comments
 (0)