Skip to content

Commit ecc988b

Browse files
Add bundler for easy install of gem dependencies
1 parent cca8b4c commit ecc988b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.gem
22
.sass-cache
33
bootstrap.css
4-
bootstrap-responsive.css
4+
bootstrap-responsive.css
5+
Gemfile.lock

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gemspec

0 commit comments

Comments
 (0)