mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Updated pygments.rb to latest to make it build under ruby 2.4 (#2644)
This commit is contained in:
parent
faa3fc6128
commit
284e4d73ba
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||||||
group :development do
|
group :development do
|
||||||
gem 'rake', '~> 10.0'
|
gem 'rake', '~> 10.0'
|
||||||
gem 'jekyll', '~> 3.0'
|
gem 'jekyll', '~> 3.0'
|
||||||
gem 'pygments.rb', '~> 0.6.3'
|
gem 'pygments.rb', '~> 1.1.2'
|
||||||
gem 'rdiscount', '~> 2.0'
|
gem 'rdiscount', '~> 2.0'
|
||||||
gem 'RedCloth', '~> 4.2'
|
gem 'RedCloth', '~> 4.2'
|
||||||
gem 'haml', '~> 4.0'
|
gem 'haml', '~> 4.0'
|
||||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -45,6 +45,7 @@ GEM
|
|||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.7)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
|
multi_json (1.12.1)
|
||||||
octopress (3.0.11)
|
octopress (3.0.11)
|
||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
mercenary (~> 0.3.2)
|
mercenary (~> 0.3.2)
|
||||||
@ -71,14 +72,12 @@ GEM
|
|||||||
jekyll (>= 2.0)
|
jekyll (>= 2.0)
|
||||||
pathutil (0.14.0)
|
pathutil (0.14.0)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
posix-spawn (0.3.11)
|
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
method_source (~> 0.8.1)
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
pygments.rb (0.6.3)
|
pygments.rb (1.1.2)
|
||||||
posix-spawn (~> 0.3.6)
|
multi_json (>= 1.0.0)
|
||||||
yajl-ruby (~> 1.2.0)
|
|
||||||
rack (1.6.4)
|
rack (1.6.4)
|
||||||
rack-protection (1.5.3)
|
rack-protection (1.5.3)
|
||||||
rack
|
rack
|
||||||
@ -107,7 +106,6 @@ GEM
|
|||||||
ref
|
ref
|
||||||
tilt (2.0.5)
|
tilt (2.0.5)
|
||||||
titlecase (0.1.1)
|
titlecase (0.1.1)
|
||||||
yajl-ruby (1.2.1)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -127,7 +125,7 @@ DEPENDENCIES
|
|||||||
octopress-filters
|
octopress-filters
|
||||||
octopress-include-tag
|
octopress-include-tag
|
||||||
pry
|
pry
|
||||||
pygments.rb (~> 0.6.3)
|
pygments.rb (~> 1.1.2)
|
||||||
rake (~> 10.0)
|
rake (~> 10.0)
|
||||||
rb-fsevent (~> 0.9)
|
rb-fsevent (~> 0.9)
|
||||||
rdiscount (~> 2.0)
|
rdiscount (~> 2.0)
|
||||||
@ -138,4 +136,4 @@ DEPENDENCIES
|
|||||||
therubyracer
|
therubyracer
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.14.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user