diff --git a/.gitignore b/.gitignore index d6cfb46f..94f3476b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.gem .sass-cache bootstrap.css -bootstrap-responsive.css \ No newline at end of file +bootstrap-responsive.css +Gemfile.lock \ No newline at end of file diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..896d547d --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" + +gemspec \ No newline at end of file