summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-11-19 20:42:21 -0700
committermo khan <mo@mokhan.ca>2015-11-19 20:42:21 -0700
commit2ca24a47781f9b95d1bffd4bd177c0b9238a1439 (patch)
tree3b7d5761eabbe038730806cb91111cd47030bec8
install rspec.
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock26
2 files changed, 29 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..8e9e159
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,3 @@
+source "https://rubygems.org"
+
+gem 'rspec'
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..227c9f7
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,26 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.2.5)
+ rspec (3.4.0)
+ rspec-core (~> 3.4.0)
+ rspec-expectations (~> 3.4.0)
+ rspec-mocks (~> 3.4.0)
+ rspec-core (3.4.1)
+ rspec-support (~> 3.4.0)
+ rspec-expectations (3.4.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.4.0)
+ rspec-mocks (3.4.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.4.0)
+ rspec-support (3.4.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ rspec
+
+BUNDLED WITH
+ 1.10.6