From 81859f64e3bfdc2fe5e9cdef7b5a5c215402c42d Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 18 Oct 2013 16:46:14 -0400 Subject: [PATCH] Commiting Gemfile.lock to the repository --- .gitignore | 1 - Gemfile.lock | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 4df5d79916..46964cd2af 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,6 @@ reports/ ### Installation artifacts *.egg-info -Gemfile.lock .pip_download_cache/ .prereqs_cache .vagrant/ diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000000..75602a8642 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,35 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.3.5) + bourbon (3.1.8) + sass (>= 3.2.0) + thor + colorize (0.5.8) + ffi (1.9.0) + launchy (2.1.2) + addressable (~> 2.3) + neat (1.4.0) + bourbon (>= 2.1) + sass (>= 3.2) + rake (10.0.4) + rb-fsevent (0.9.3) + rb-inotify (0.9.2) + ffi (>= 0.5.0) + sass (3.2.12) + sys-proctable (0.9.3) + thor (0.18.1) + +PLATFORMS + ruby + +DEPENDENCIES + bourbon (~> 3.1.8) + colorize (~> 0.5.8) + launchy (~> 2.1.2) + neat (~> 1.4.0) + rake (~> 10.0.3) + rb-fsevent (~> 0.9.3) + rb-inotify (~> 0.9) + sass (= 3.2.12) + sys-proctable (~> 0.9.3)