summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-08-14 12:17:48 -0600
committermo k <mo@mokhan.ca>2012-08-14 12:17:48 -0600
commit93c3aed5ef4fb37ac56a0f61e0731a87fa0a16b0 (patch)
treeec3ffb8b8bedb09625e3b8f4fd125bf991526a84
parent70c528f782034f167ecfd2b63378eb1aa3a95911 (diff)
bundle install.
-rw-r--r--Gemfile.lock37
1 files changed, 37 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..b0c5d90
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,37 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ builder (3.0.0)
+ cucumber (1.2.1)
+ builder (>= 2.1.2)
+ diff-lcs (>= 1.1.3)
+ gherkin (~> 2.11.0)
+ json (>= 1.4.6)
+ developwithpassion_arrays (0.0.1)
+ developwithpassion_fakes (0.1.1)
+ developwithpassion_arrays
+ diff-lcs (1.1.3)
+ gherkin (2.11.1)
+ json (>= 1.4.6)
+ json (1.7.4)
+ rake (0.9.2.2)
+ rspec (2.11.0)
+ rspec-core (~> 2.11.0)
+ rspec-expectations (~> 2.11.0)
+ rspec-mocks (~> 2.11.0)
+ rspec-core (2.11.1)
+ rspec-expectations (2.11.2)
+ diff-lcs (~> 1.1.3)
+ rspec-fakes (0.0.9)
+ developwithpassion_fakes
+ rspec
+ rspec-mocks (2.11.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ cucumber
+ rake
+ rspec
+ rspec-fakes