There was an error while loading. Please reload this page.
1 parent 2814a90 commit 7a739cbCopy full SHA for 7a739cb
2 files changed
Gemfile
@@ -0,0 +1,4 @@
1
+# A sample Gemfile
2
+source "https://rubygems.org"
3
+
4
+gem "rspec"
Gemfile.lock
@@ -0,0 +1,22 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ diff-lcs (1.2.5)
5
+ rspec (3.0.0)
6
+ rspec-core (~> 3.0.0)
7
+ rspec-expectations (~> 3.0.0)
8
+ rspec-mocks (~> 3.0.0)
9
+ rspec-core (3.0.3)
10
+ rspec-support (~> 3.0.0)
11
+ rspec-expectations (3.0.3)
12
+ diff-lcs (>= 1.2.0, < 2.0)
13
14
+ rspec-mocks (3.0.3)
15
16
+ rspec-support (3.0.3)
17
18
+PLATFORMS
19
+ ruby
20
21
+DEPENDENCIES
22
+ rspec
0 commit comments