-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
45 lines (42 loc) · 922 Bytes
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
GIT
remote: git://github.com/lisahamm/ruby_ttt.git
revision: d7fa7e304e6ac8f566e7815b0869d8337f2aa3da
specs:
tic_tac_toe (0.0.1)
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
rack (1.6.0)
rack-flash3 (1.0.5)
rack
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.1)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
rack-flash3
rack-test
rspec
sinatra
tic_tac_toe!