Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit ddf0346

Browse files
committed
fixed the rouge gem to fixed an issue with the language tabs
1 parent be28b78 commit ddf0346

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# the following line to use "https"
33
source 'http://rubygems.org'
44

5+
gem "rouge", "1.7.2"
6+
57
gem "middleman", "~>3.3.0"
68

79
# For syntax highlighting

Gemfile.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (4.1.8)
4+
activesupport (4.1.9)
55
i18n (~> 0.6, >= 0.6.9)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
@@ -30,7 +30,7 @@ GEM
3030
eventmachine (>= 0.12.9)
3131
http_parser.rb (~> 0.6.0)
3232
erubis (2.7.0)
33-
eventmachine (1.0.3)
33+
eventmachine (1.0.4)
3434
execjs (2.2.2)
3535
ffi (1.9.6)
3636
haml (4.0.6)
@@ -41,10 +41,10 @@ GEM
4141
uber (~> 0.0.4)
4242
http_parser.rb (0.6.0)
4343
i18n (0.6.11)
44-
json (1.8.1)
44+
json (1.8.2)
4545
kramdown (1.5.0)
4646
libv8 (3.16.14.7)
47-
listen (2.8.3)
47+
listen (2.8.5)
4848
celluloid (>= 0.15.2)
4949
rb-fsevent (>= 0.9.3)
5050
rb-inotify (>= 0.9)
@@ -77,34 +77,34 @@ GEM
7777
em-websocket (~> 0.5.1)
7878
middleman-core (~> 3.2)
7979
rack-livereload (~> 0.3.15)
80-
middleman-sprockets (3.3.10)
81-
middleman-core (~> 3.3)
80+
middleman-sprockets (3.4.1)
81+
middleman-core (>= 3.3)
8282
sprockets (~> 2.12.1)
8383
sprockets-helpers (~> 1.1.0)
84-
sprockets-sass (~> 1.2.0)
84+
sprockets-sass (~> 1.3.0)
8585
middleman-syntax (2.0.0)
8686
middleman-core (~> 3.2)
8787
rouge (~> 1.0)
88-
minitest (5.4.3)
88+
minitest (5.5.1)
8989
multi_json (1.10.1)
9090
padrino-helpers (0.12.4)
9191
i18n (~> 0.6, >= 0.6.7)
9292
padrino-support (= 0.12.4)
9393
tilt (~> 1.4.1)
9494
padrino-support (0.12.4)
9595
activesupport (>= 3.1)
96-
rack (1.5.2)
96+
rack (1.6.0)
9797
rack-livereload (0.3.15)
9898
rack
99-
rack-test (0.6.2)
99+
rack-test (0.6.3)
100100
rack (>= 1.0)
101101
rake (10.4.2)
102102
rb-fsevent (0.9.4)
103103
rb-inotify (0.9.5)
104104
ffi (>= 0.5.0)
105-
redcarpet (3.2.1)
105+
redcarpet (3.2.2)
106106
ref (1.0.5)
107-
rouge (1.7.4)
107+
rouge (1.7.2)
108108
ruby18_source_location (0.2)
109109
sass (3.4.9)
110110
sprockets (2.12.3)
@@ -114,7 +114,7 @@ GEM
114114
tilt (~> 1.1, != 1.3.0)
115115
sprockets-helpers (1.1.0)
116116
sprockets (~> 2.0)
117-
sprockets-sass (1.2.0)
117+
sprockets-sass (1.3.1)
118118
sprockets (~> 2.0)
119119
tilt (~> 1.1)
120120
therubyracer (0.12.1)
@@ -127,8 +127,8 @@ GEM
127127
hitimes
128128
tzinfo (1.2.2)
129129
thread_safe (~> 0.1)
130-
uber (0.0.11)
131-
uglifier (2.5.3)
130+
uber (0.0.13)
131+
uglifier (2.7.0)
132132
execjs (>= 0.3.0)
133133
json (>= 1.8.0)
134134

@@ -142,6 +142,7 @@ DEPENDENCIES
142142
middleman-syntax
143143
rake (~> 10.4.0)
144144
redcarpet (~> 3.2.1)
145+
rouge (= 1.7.2)
145146
ruby18_source_location
146147
therubyracer
147148
wdm (~> 0.1.0)

0 commit comments

Comments
 (0)