-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile.lock
131 lines (127 loc) · 3.07 KB
/
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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
PATH
remote: .
specs:
dry-mutations (1.6.0)
activesupport (>= 3.2, < 5)
dry-configurable (~> 0.7, < 0.8)
dry-container (~> 0.6, < 0.7)
dry-logic (~> 0.4, < 0.5)
dry-matcher (~> 0.6, < 0.7)
dry-monads (= 0.3.1)
dry-transaction (~> 0.9, < 0.10)
dry-types (~> 0.9, < 0.10)
dry-validation (~> 0.10, < 0.11)
hashie (~> 3)
mutations (~> 0.8)
GEM
remote: https://rubygems.org/
specs:
activemodel (4.2.8)
activesupport (= 4.2.8)
builder (~> 3.1)
activerecord (4.2.8)
activemodel (= 4.2.8)
activesupport (= 4.2.8)
arel (~> 6.0)
activesupport (4.2.8)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.4)
awesome_print (1.7.0)
builder (3.2.3)
codeclimate-test-reporter (1.0.3)
simplecov
coderay (1.1.1)
concurrent-ruby (1.1.4)
diff-lcs (1.2.5)
docile (1.1.5)
dry-configurable (0.7.0)
concurrent-ruby (~> 1.0)
dry-container (0.6.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.7)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.1)
dry-logic (0.4.2)
dry-container (~> 0.2, >= 0.2.6)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-matcher (0.6.0)
dry-monads (0.3.1)
dry-core
dry-equalizer
dry-transaction (0.9.0)
dry-container (>= 0.2.8)
dry-matcher (>= 0.5.0)
dry-monads (>= 0.0.1)
wisper (>= 1.6.0)
dry-types (0.9.4)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1)
dry-container (~> 0.3)
dry-core (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)
dry-logic (~> 0.4, >= 0.4.0)
inflecto (~> 0.0.0, >= 0.0.2)
dry-validation (0.10.7)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (~> 0.2, >= 0.2.1)
dry-equalizer (~> 0.2)
dry-logic (~> 0.4, >= 0.4.0)
dry-types (~> 0.9, >= 0.9.0)
hashie (3.6.0)
i18n (0.8.4)
inflecto (0.0.2)
json (2.0.3)
method_source (0.8.2)
minitest (5.10.2)
mutations (0.9.0)
activesupport
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (10.5.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
sqlite3 (1.3.11)
thread_safe (0.3.6)
tzinfo (1.2.3)
thread_safe (~> 0.1)
wisper (2.0.0)
PLATFORMS
ruby
DEPENDENCIES
activerecord (>= 3.2, < 5)
awesome_print
bundler
codeclimate-test-reporter
dry-mutations!
pry
rake
rspec (~> 3)
simplecov
sqlite3
BUNDLED WITH
1.17.2