This repository was archived by the owner on Nov 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
102 lines (99 loc) · 2.15 KB
/
Gemfile.lock
File metadata and controls
102 lines (99 loc) · 2.15 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
byebug (8.2.2)
capybara (2.6.2)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.1)
dotenv (2.1.0)
hanami (0.7.0)
bundler (~> 1.6)
dotenv (~> 2.0)
hanami-assets (~> 0.2)
hanami-controller (~> 0.6)
hanami-helpers (~> 0.3)
hanami-mailer (~> 0.2)
hanami-router (~> 0.6)
hanami-utils (~> 0.7)
hanami-view (~> 0.6)
shotgun (~> 0.9)
thor (~> 0.19)
hanami-assets (0.2.1)
hanami-helpers (~> 0.3)
hanami-utils (~> 0.7)
tilt (~> 2.0, >= 2.0.2)
hanami-controller (0.6.1)
hanami-utils (~> 0.7)
hanami-validations (~> 0.5)
rack (~> 1.6, >= 1.6.2)
hanami-helpers (0.3.0)
hanami-utils (~> 0.7)
hanami-mailer (0.2.0)
hanami-utils (~> 0.7)
mail (~> 2.5)
tilt (~> 2.0, >= 2.0.1)
hanami-model (0.6.1)
hanami-utils (~> 0.7)
sequel (~> 4.9)
hanami-router (0.6.2)
hanami-utils (~> 0.7)
http_router (~> 0.11)
hanami-utils (0.7.1)
hanami-validations (0.5.0)
hanami-utils (~> 0.7)
hanami-view (0.6.1)
hanami-utils (~> 0.7)
tilt (~> 2.0, >= 2.0.1)
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99.1)
mini_portile2 (2.0.0)
minitest (5.8.4)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.3.0)
byebug (~> 8.0)
pry (~> 0.10)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
rake (10.5.0)
sequel (4.31.0)
shotgun (0.9.1)
rack (>= 1.0)
slop (3.6.0)
thor (0.19.1)
tilt (2.0.2)
url_mount (0.2.1)
rack
xpath (2.0.0)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
bundler
capybara
hanami (= 0.7.0)
hanami-model (~> 0.5)
minitest
pg
pry
pry-byebug
rake
BUNDLED WITH
1.11.2