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

Commit ebbd2d8

Browse files
committed
Update gems
1 parent 53db9d4 commit ebbd2d8

File tree

2 files changed

+49
-28
lines changed

2 files changed

+49
-28
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the following line to use "https"
33
source 'http://rubygems.org'
44

5-
gem "middleman", "~>3.2.0"
5+
gem "middleman", "~>3.3.0"
66

77
# For syntax highlighting
88
gem "middleman-syntax"

Gemfile.lock

Lines changed: 48 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,36 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (3.2.17)
5-
i18n (~> 0.6, >= 0.6.4)
6-
multi_json (~> 1.0)
4+
activesupport (4.0.4)
5+
i18n (~> 0.6, >= 0.6.9)
6+
minitest (~> 4.2)
7+
multi_json (~> 1.3)
8+
thread_safe (~> 0.1)
9+
tzinfo (~> 0.3.37)
710
chunky_png (1.3.0)
811
coffee-script (2.2.0)
912
coffee-script-source
1013
execjs
1114
coffee-script-source (1.7.0)
12-
compass (0.12.4)
15+
compass (0.12.5)
1316
chunky_png (~> 1.2)
1417
fssm (>= 0.2.7)
15-
sass (~> 3.2.17)
18+
sass (~> 3.2.19)
19+
compass-import-once (1.0.4)
20+
sass (>= 3.2, < 3.5)
1621
em-websocket (0.5.0)
1722
eventmachine (>= 0.12.9)
1823
http_parser.rb (~> 0.5.3)
24+
erubis (2.7.0)
1925
eventmachine (1.0.3)
20-
execjs (1.4.0)
21-
multi_json (~> 1.0)
26+
execjs (2.0.2)
2227
ffi (1.9.3)
2328
fssm (0.2.10)
2429
haml (4.0.5)
2530
tilt
2631
hike (1.2.3)
32+
hooks (0.4.0)
33+
uber (~> 0.0.4)
2734
http_parser.rb (0.5.3)
2835
i18n (0.6.9)
2936
json (1.8.1)
@@ -33,40 +40,51 @@ GEM
3340
rb-fsevent (>= 0.9.3)
3441
rb-inotify (>= 0.9)
3542
rb-kqueue (>= 0.2)
36-
middleman (3.2.2)
43+
middleman (3.3.1)
3744
coffee-script (~> 2.2.0)
38-
compass (>= 0.12.2)
39-
execjs (~> 1.4.0)
40-
haml (>= 3.1.6)
45+
compass (>= 0.12.4)
46+
compass-import-once (~> 1.0.4)
47+
execjs (~> 2.0)
48+
haml (>= 4.0.5)
4149
kramdown (~> 1.2)
42-
middleman-core (= 3.2.2)
50+
middleman-core (= 3.3.1)
4351
middleman-sprockets (>= 3.1.2)
44-
sass (>= 3.1.20)
45-
uglifier (~> 2.4.0)
46-
middleman-core (3.2.2)
47-
activesupport (~> 3.2.6)
52+
sass (>= 3.2.17, < 4.0)
53+
uglifier (~> 2.5)
54+
middleman-core (3.3.1)
55+
activesupport (~> 4.0.1)
4856
bundler (~> 1.1)
57+
erubis
58+
hooks (~> 0.3)
4959
i18n (~> 0.6.9)
5060
listen (~> 1.1)
51-
rack (>= 1.4.5)
52-
rack-test (~> 0.6.1)
61+
padrino-helpers (~> 0.12.1)
62+
rack (>= 1.4.5, < 2.0)
63+
rack-test (~> 0.6.2)
5364
thor (>= 0.15.2, < 2.0)
54-
tilt (~> 1.4.1)
65+
tilt (~> 1.4.1, < 2.0)
5566
middleman-gh-pages (0.0.3)
5667
rake (> 0.9.3)
57-
middleman-livereload (3.3.0)
68+
middleman-livereload (3.3.2)
5869
em-websocket (~> 0.5.0)
5970
middleman-core (~> 3.2)
6071
rack-livereload (~> 0.3.15)
61-
middleman-sprockets (3.3.1)
72+
middleman-sprockets (3.3.2)
6273
middleman-core (>= 3.2)
63-
sprockets (~> 2.1)
64-
sprockets-helpers (~> 1.0.0)
74+
sprockets (~> 2.2)
75+
sprockets-helpers (~> 1.1.0)
6576
sprockets-sass (~> 1.0.0)
6677
middleman-syntax (2.0.0)
6778
middleman-core (~> 3.2)
6879
rouge (~> 1.0)
80+
minitest (4.7.5)
6981
multi_json (1.9.2)
82+
padrino-helpers (0.12.1)
83+
i18n (~> 0.6, >= 0.6.7)
84+
padrino-support (= 0.12.1)
85+
tilt (~> 1.4.1)
86+
padrino-support (0.12.1)
87+
activesupport (>= 3.1)
7088
rack (1.5.2)
7189
rack-livereload (0.3.15)
7290
rack
@@ -82,13 +100,13 @@ GEM
82100
ref (1.0.5)
83101
rouge (1.3.3)
84102
ruby18_source_location (0.2)
85-
sass (3.2.18)
103+
sass (3.2.19)
86104
sprockets (2.12.0)
87105
hike (~> 1.2)
88106
multi_json (~> 1.0)
89107
rack (~> 1.0)
90108
tilt (~> 1.1, != 1.3.0)
91-
sprockets-helpers (1.0.1)
109+
sprockets-helpers (1.1.0)
92110
sprockets (~> 2.0)
93111
sprockets-sass (1.0.3)
94112
sprockets (~> 2.0)
@@ -97,16 +115,19 @@ GEM
97115
libv8 (~> 3.16.14.0)
98116
ref
99117
thor (0.19.1)
118+
thread_safe (0.3.3)
100119
tilt (1.4.1)
101-
uglifier (2.4.0)
120+
tzinfo (0.3.39)
121+
uber (0.0.4)
122+
uglifier (2.5.0)
102123
execjs (>= 0.3.0)
103124
json (>= 1.8.0)
104125

105126
PLATFORMS
106127
ruby
107128

108129
DEPENDENCIES
109-
middleman (~> 3.2.0)
130+
middleman (~> 3.3.0)
110131
middleman-gh-pages
111132
middleman-livereload (~> 3.3.0)
112133
middleman-syntax

0 commit comments

Comments
 (0)