forked from gSchool/restaurant_site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
36 lines (34 loc) · 728 Bytes
/
Gemfile.lock
File metadata and controls
36 lines (34 loc) · 728 Bytes
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
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
capybara (2.2.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara_minitest_spec (1.0.1)
capybara (>= 2)
minitest (>= 2)
launchy (2.3.0)
addressable (~> 2.3)
mime-types (2.0)
mini_portile (0.5.2)
minitest (5.2.0)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
timecop (0.7.1)
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
capybara (~> 2.2.0)
capybara_minitest_spec (~> 1.0.1)
launchy (~> 2.3.0)
rack (~> 1.5.2)
timecop (~> 0.7.1)