Skip to content

Commit 6ee5fce

Browse files
committed
adds Gemfile
1 parent 815ce9c commit 6ee5fce

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
group :test do
2+
gem 'rspec'
3+
end

Gemfile.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
GEM
2+
specs:
3+
diff-lcs (1.1.3)
4+
rspec (2.11.0)
5+
rspec-core (~> 2.11.0)
6+
rspec-expectations (~> 2.11.0)
7+
rspec-mocks (~> 2.11.0)
8+
rspec-core (2.11.1)
9+
rspec-expectations (2.11.3)
10+
diff-lcs (~> 1.1.3)
11+
rspec-mocks (2.11.3)
12+
13+
PLATFORMS
14+
ruby
15+
16+
DEPENDENCIES
17+
rspec

0 commit comments

Comments
 (0)