Skip to content

Commit 94ea049

Browse files
committed
Put Gemfile
1 parent 32a71a0 commit 94ea049

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source :rubygems
2+
3+
gem "haml"
4+
gem "sass"

Gemfile.lock

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
GEM
2+
remote: http://rubygems.org/
3+
specs:
4+
haml (3.1.7)
5+
sass (3.2.3)
6+
7+
PLATFORMS
8+
ruby
9+
10+
DEPENDENCIES
11+
haml
12+
sass

0 commit comments

Comments
 (0)