Skip to content

Commit 0f157d5

Browse files
committed
Updated Serve and Haml versions
1 parent bdb706c commit 0f157d5

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
source 'http://rubygems.org'
1+
source :rubygems
22

3-
gem 'serve', '~> 1.0.0'
4-
gem 'haml', '~> 3.1.1'
5-
gem 'sass', '~> 3.1.1'
3+
gem 'serve', '~> 1.1.1'
4+
gem 'haml', '~> 3.1.2'
5+
gem 'sass', '~> 3.1.2'
66
gem 'compass', '~> 0.11.1'
77
gem 'css_parser', '~> 1.1.9'
88
gem 'grid-coordinates', '~> 1.1.4'

Gemfile.lock

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (3.0.7)
5-
chunky_png (1.1.2)
4+
activesupport (3.0.8)
5+
chunky_png (1.2.0)
66
compass (0.11.1)
77
chunky_png (~> 1.1)
88
fssm (>= 0.2.7)
@@ -11,20 +11,20 @@ GEM
1111
fssm (0.2.7)
1212
grid-coordinates (1.1.4)
1313
compass (>= 0.10.5)
14-
haml (3.1.1)
15-
i18n (0.4.2)
14+
haml (3.1.2)
15+
i18n (0.6.0)
1616
maruku (0.6.0)
1717
syntax (>= 1.0.0)
18-
meyer-reset (2.0.0)
19-
compass (>= 0.10.5)
20-
rack (1.2.2)
21-
sass (3.1.1)
22-
serve (1.0.0)
23-
activesupport (~> 3.0.1)
24-
i18n (~> 0.4.1)
25-
rack (~> 1.2.1)
26-
tzinfo (~> 0.3.23)
18+
rack (1.3.0)
19+
sass (3.1.2)
20+
serve (1.1.1)
21+
activesupport (~> 3.0.7)
22+
i18n (~> 0.6.0)
23+
rack (~> 1.3.0)
24+
tilt (~> 1.3.1)
25+
tzinfo (~> 0.3.27)
2726
syntax (1.0.0)
27+
tilt (1.3.2)
2828
tzinfo (0.3.27)
2929

3030
PLATFORMS
@@ -34,8 +34,7 @@ DEPENDENCIES
3434
compass (~> 0.11.1)
3535
css_parser (~> 1.1.9)
3636
grid-coordinates (~> 1.1.4)
37-
haml (~> 3.1.1)
37+
haml (~> 3.1.2)
3838
maruku (~> 0.6.0)
39-
meyer-reset (~> 2.0.0)
40-
sass (~> 3.1.1)
41-
serve (~> 1.0.0)
39+
sass (~> 3.1.2)
40+
serve (~> 1.1.1)

0 commit comments

Comments
 (0)