interactify 0.2.0.pre.alpha.1 → 0.3.0.pre.RC1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,253 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ interactify (0.3.0.pre.alpha.2)
5
+ interactor
6
+ interactor-contracts
7
+ rails (>= 6.0.0)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ actioncable (6.0.0)
13
+ actionpack (= 6.0.0)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.0.0)
17
+ actionpack (= 6.0.0)
18
+ activejob (= 6.0.0)
19
+ activerecord (= 6.0.0)
20
+ activestorage (= 6.0.0)
21
+ activesupport (= 6.0.0)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.0.0)
24
+ actionpack (= 6.0.0)
25
+ actionview (= 6.0.0)
26
+ activejob (= 6.0.0)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.0.0)
30
+ actionview (= 6.0.0)
31
+ activesupport (= 6.0.0)
32
+ rack (~> 2.0)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.0.0)
37
+ actionpack (= 6.0.0)
38
+ activerecord (= 6.0.0)
39
+ activestorage (= 6.0.0)
40
+ activesupport (= 6.0.0)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.0.0)
43
+ activesupport (= 6.0.0)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.0.0)
49
+ activesupport (= 6.0.0)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.0.0)
52
+ activesupport (= 6.0.0)
53
+ activerecord (6.0.0)
54
+ activemodel (= 6.0.0)
55
+ activesupport (= 6.0.0)
56
+ activestorage (6.0.0)
57
+ actionpack (= 6.0.0)
58
+ activejob (= 6.0.0)
59
+ activerecord (= 6.0.0)
60
+ marcel (~> 0.3.1)
61
+ activesupport (6.0.0)
62
+ concurrent-ruby (~> 1.0, >= 1.0.2)
63
+ i18n (>= 0.7, < 2)
64
+ minitest (~> 5.1)
65
+ tzinfo (~> 1.1)
66
+ zeitwerk (~> 2.1, >= 2.1.8)
67
+ appraisal (2.5.0)
68
+ bundler
69
+ rake
70
+ thor (>= 0.14.0)
71
+ builder (3.2.4)
72
+ concurrent-ruby (1.2.2)
73
+ connection_pool (2.4.1)
74
+ crass (1.0.6)
75
+ date (3.3.4)
76
+ debug (1.9.1)
77
+ irb (~> 1.10)
78
+ reline (>= 0.3.8)
79
+ diff-lcs (1.5.0)
80
+ docile (1.4.0)
81
+ dry-configurable (1.1.0)
82
+ dry-core (~> 1.0, < 2)
83
+ zeitwerk (~> 2.6)
84
+ dry-core (1.0.1)
85
+ concurrent-ruby (~> 1.0)
86
+ zeitwerk (~> 2.6)
87
+ dry-inflector (1.0.0)
88
+ dry-initializer (3.1.1)
89
+ dry-logic (1.5.0)
90
+ concurrent-ruby (~> 1.0)
91
+ dry-core (~> 1.0, < 2)
92
+ zeitwerk (~> 2.6)
93
+ dry-schema (1.13.3)
94
+ concurrent-ruby (~> 1.0)
95
+ dry-configurable (~> 1.0, >= 1.0.1)
96
+ dry-core (~> 1.0, < 2)
97
+ dry-initializer (~> 3.0)
98
+ dry-logic (>= 1.4, < 2)
99
+ dry-types (>= 1.7, < 2)
100
+ zeitwerk (~> 2.6)
101
+ dry-types (1.7.1)
102
+ concurrent-ruby (~> 1.0)
103
+ dry-core (~> 1.0)
104
+ dry-inflector (~> 1.0)
105
+ dry-logic (~> 1.4)
106
+ zeitwerk (~> 2.6)
107
+ dry-validation (1.10.0)
108
+ concurrent-ruby (~> 1.0)
109
+ dry-core (~> 1.0, < 2)
110
+ dry-initializer (~> 3.0)
111
+ dry-schema (>= 1.12, < 2)
112
+ zeitwerk (~> 2.6)
113
+ erubi (1.12.0)
114
+ globalid (1.1.0)
115
+ activesupport (>= 5.0)
116
+ i18n (1.14.1)
117
+ concurrent-ruby (~> 1.0)
118
+ interactor (3.1.2)
119
+ interactor-contracts (0.3.0)
120
+ dry-validation (~> 1.0)
121
+ interactor (~> 3)
122
+ io-console (0.7.1)
123
+ irb (1.11.0)
124
+ rdoc
125
+ reline (>= 0.3.8)
126
+ loofah (2.22.0)
127
+ crass (~> 1.0.2)
128
+ nokogiri (>= 1.12.0)
129
+ mail (2.8.1)
130
+ mini_mime (>= 0.1.1)
131
+ net-imap
132
+ net-pop
133
+ net-smtp
134
+ marcel (0.3.3)
135
+ mimemagic (~> 0.3.2)
136
+ method_source (1.0.0)
137
+ mimemagic (0.3.10)
138
+ nokogiri (~> 1)
139
+ rake
140
+ mini_mime (1.1.5)
141
+ mini_portile2 (2.8.5)
142
+ minitest (5.20.0)
143
+ net-imap (0.4.9)
144
+ date
145
+ net-protocol
146
+ net-pop (0.1.2)
147
+ net-protocol
148
+ net-protocol (0.2.2)
149
+ timeout
150
+ net-smtp (0.4.0)
151
+ net-protocol
152
+ nio4r (2.7.0)
153
+ nokogiri (1.16.0)
154
+ mini_portile2 (~> 2.8.2)
155
+ racc (~> 1.4)
156
+ psych (5.1.2)
157
+ stringio
158
+ racc (1.7.3)
159
+ rack (2.2.8)
160
+ rack-test (2.1.0)
161
+ rack (>= 1.3)
162
+ rails (6.0.0)
163
+ actioncable (= 6.0.0)
164
+ actionmailbox (= 6.0.0)
165
+ actionmailer (= 6.0.0)
166
+ actionpack (= 6.0.0)
167
+ actiontext (= 6.0.0)
168
+ actionview (= 6.0.0)
169
+ activejob (= 6.0.0)
170
+ activemodel (= 6.0.0)
171
+ activerecord (= 6.0.0)
172
+ activestorage (= 6.0.0)
173
+ activesupport (= 6.0.0)
174
+ bundler (>= 1.3.0)
175
+ railties (= 6.0.0)
176
+ sprockets-rails (>= 2.0.0)
177
+ rails-dom-testing (2.2.0)
178
+ activesupport (>= 5.0.0)
179
+ minitest
180
+ nokogiri (>= 1.6)
181
+ rails-html-sanitizer (1.6.0)
182
+ loofah (~> 2.21)
183
+ nokogiri (~> 1.14)
184
+ railties (6.0.0)
185
+ actionpack (= 6.0.0)
186
+ activesupport (= 6.0.0)
187
+ method_source
188
+ rake (>= 0.8.7)
189
+ thor (>= 0.20.3, < 2.0)
190
+ rake (13.1.0)
191
+ rdoc (6.6.2)
192
+ psych (>= 4.0.0)
193
+ redis-client (0.19.1)
194
+ connection_pool
195
+ reline (0.4.1)
196
+ io-console (~> 0.5)
197
+ rspec (3.12.0)
198
+ rspec-core (~> 3.12.0)
199
+ rspec-expectations (~> 3.12.0)
200
+ rspec-mocks (~> 3.12.0)
201
+ rspec-core (3.12.2)
202
+ rspec-support (~> 3.12.0)
203
+ rspec-expectations (3.12.3)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.12.0)
206
+ rspec-mocks (3.12.6)
207
+ diff-lcs (>= 1.2.0, < 2.0)
208
+ rspec-support (~> 3.12.0)
209
+ rspec-support (3.12.1)
210
+ sidekiq (7.0.0)
211
+ concurrent-ruby (< 2)
212
+ connection_pool (>= 2.3.0)
213
+ rack (>= 2.2.4)
214
+ redis-client (>= 0.9.0)
215
+ simplecov (0.22.0)
216
+ docile (~> 1.1)
217
+ simplecov-html (~> 0.11)
218
+ simplecov_json_formatter (~> 0.1)
219
+ simplecov-html (0.12.3)
220
+ simplecov_json_formatter (0.1.4)
221
+ sprockets (4.2.1)
222
+ concurrent-ruby (~> 1.0)
223
+ rack (>= 2.2.4, < 4)
224
+ sprockets-rails (3.4.2)
225
+ actionpack (>= 5.2)
226
+ activesupport (>= 5.2)
227
+ sprockets (>= 3.0.0)
228
+ stringio (3.1.0)
229
+ thor (1.3.0)
230
+ thread_safe (0.3.6)
231
+ timeout (0.4.1)
232
+ tzinfo (1.2.11)
233
+ thread_safe (~> 0.1)
234
+ websocket-driver (0.7.6)
235
+ websocket-extensions (>= 0.1.0)
236
+ websocket-extensions (0.1.5)
237
+ zeitwerk (2.6.12)
238
+
239
+ PLATFORMS
240
+ ruby
241
+
242
+ DEPENDENCIES
243
+ appraisal
244
+ debug
245
+ interactify!
246
+ railties (= 6)
247
+ rake (~> 13.0)
248
+ rspec (~> 3.0)
249
+ sidekiq (= 7)
250
+ simplecov
251
+
252
+ BUNDLED WITH
253
+ 2.4.19
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rake", "~> 13.0"
6
+ gem "railties", "6"
7
+
8
+ group :development do
9
+ gem "bundler", "~> 2.0"
10
+ end
11
+
12
+ group :test do
13
+ gem "simplecov", require: false
14
+ gem "rspec", "~> 3.0"
15
+ end
16
+
17
+ gemspec path: "../"
@@ -0,0 +1,158 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ interactify (0.3.0.pre.alpha.2)
5
+ interactor
6
+ interactor-contracts
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (6.0.0)
12
+ actionview (= 6.0.0)
13
+ activesupport (= 6.0.0)
14
+ rack (~> 2.0)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
+ actionview (6.0.0)
19
+ activesupport (= 6.0.0)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
+ activesupport (6.0.0)
25
+ concurrent-ruby (~> 1.0, >= 1.0.2)
26
+ i18n (>= 0.7, < 2)
27
+ minitest (~> 5.1)
28
+ tzinfo (~> 1.1)
29
+ zeitwerk (~> 2.1, >= 2.1.8)
30
+ appraisal (2.5.0)
31
+ bundler
32
+ rake
33
+ thor (>= 0.14.0)
34
+ builder (3.2.4)
35
+ concurrent-ruby (1.2.2)
36
+ crass (1.0.6)
37
+ debug (1.9.1)
38
+ irb (~> 1.10)
39
+ reline (>= 0.3.8)
40
+ diff-lcs (1.5.0)
41
+ docile (1.4.0)
42
+ dry-configurable (1.0.1)
43
+ dry-core (~> 1.0, < 2)
44
+ zeitwerk (~> 2.6)
45
+ dry-core (1.0.0)
46
+ concurrent-ruby (~> 1.0)
47
+ zeitwerk (~> 2.6)
48
+ dry-inflector (1.0.0)
49
+ dry-initializer (3.1.1)
50
+ dry-logic (1.5.0)
51
+ concurrent-ruby (~> 1.0)
52
+ dry-core (~> 1.0, < 2)
53
+ zeitwerk (~> 2.6)
54
+ dry-schema (1.13.3)
55
+ concurrent-ruby (~> 1.0)
56
+ dry-configurable (~> 1.0, >= 1.0.1)
57
+ dry-core (~> 1.0, < 2)
58
+ dry-initializer (~> 3.0)
59
+ dry-logic (>= 1.4, < 2)
60
+ dry-types (>= 1.7, < 2)
61
+ zeitwerk (~> 2.6)
62
+ dry-types (1.7.1)
63
+ concurrent-ruby (~> 1.0)
64
+ dry-core (~> 1.0)
65
+ dry-inflector (~> 1.0)
66
+ dry-logic (~> 1.4)
67
+ zeitwerk (~> 2.6)
68
+ dry-validation (1.10.0)
69
+ concurrent-ruby (~> 1.0)
70
+ dry-core (~> 1.0, < 2)
71
+ dry-initializer (~> 3.0)
72
+ dry-schema (>= 1.12, < 2)
73
+ zeitwerk (~> 2.6)
74
+ erubi (1.12.0)
75
+ i18n (1.14.1)
76
+ concurrent-ruby (~> 1.0)
77
+ interactor (3.1.2)
78
+ interactor-contracts (0.3.0)
79
+ dry-validation (~> 1.0)
80
+ interactor (~> 3)
81
+ io-console (0.7.1)
82
+ irb (1.11.0)
83
+ rdoc
84
+ reline (>= 0.3.8)
85
+ loofah (2.22.0)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.12.0)
88
+ method_source (1.0.0)
89
+ mini_portile2 (2.8.5)
90
+ minitest (5.20.0)
91
+ nokogiri (1.15.5)
92
+ mini_portile2 (~> 2.8.2)
93
+ racc (~> 1.4)
94
+ psych (5.1.2)
95
+ stringio
96
+ racc (1.7.3)
97
+ rack (2.2.8)
98
+ rack-test (2.1.0)
99
+ rack (>= 1.3)
100
+ rails-dom-testing (2.2.0)
101
+ activesupport (>= 5.0.0)
102
+ minitest
103
+ nokogiri (>= 1.6)
104
+ rails-html-sanitizer (1.6.0)
105
+ loofah (~> 2.21)
106
+ nokogiri (~> 1.14)
107
+ railties (6.0.0)
108
+ actionpack (= 6.0.0)
109
+ activesupport (= 6.0.0)
110
+ method_source
111
+ rake (>= 0.8.7)
112
+ thor (>= 0.20.3, < 2.0)
113
+ rake (13.1.0)
114
+ rdoc (6.6.2)
115
+ psych (>= 4.0.0)
116
+ reline (0.4.1)
117
+ io-console (~> 0.5)
118
+ rspec (3.12.0)
119
+ rspec-core (~> 3.12.0)
120
+ rspec-expectations (~> 3.12.0)
121
+ rspec-mocks (~> 3.12.0)
122
+ rspec-core (3.12.2)
123
+ rspec-support (~> 3.12.0)
124
+ rspec-expectations (3.12.3)
125
+ diff-lcs (>= 1.2.0, < 2.0)
126
+ rspec-support (~> 3.12.0)
127
+ rspec-mocks (3.12.6)
128
+ diff-lcs (>= 1.2.0, < 2.0)
129
+ rspec-support (~> 3.12.0)
130
+ rspec-support (3.12.1)
131
+ simplecov (0.22.0)
132
+ docile (~> 1.1)
133
+ simplecov-html (~> 0.11)
134
+ simplecov_json_formatter (~> 0.1)
135
+ simplecov-html (0.12.3)
136
+ simplecov_json_formatter (0.1.4)
137
+ stringio (3.1.0)
138
+ thor (1.3.0)
139
+ thread_safe (0.3.6)
140
+ tzinfo (1.2.11)
141
+ thread_safe (~> 0.1)
142
+ zeitwerk (2.6.12)
143
+
144
+ PLATFORMS
145
+ ruby
146
+
147
+ DEPENDENCIES
148
+ appraisal
149
+ bundler (~> 2.0)
150
+ debug
151
+ interactify!
152
+ railties (= 6)
153
+ rake (~> 13.0)
154
+ rspec (~> 3.0)
155
+ simplecov
156
+
157
+ BUNDLED WITH
158
+ 2.4.22
@@ -0,0 +1,18 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rake", "~> 13.0"
6
+ gem "railties", "6"
7
+ gem "sidekiq", "7"
8
+
9
+ group :development do
10
+ gem "bundler", "~> 2.0"
11
+ end
12
+
13
+ group :test do
14
+ gem "simplecov", require: false
15
+ gem "rspec", "~> 3.0"
16
+ end
17
+
18
+ gemspec path: "../"
@@ -0,0 +1,167 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ interactify (0.3.0.pre.alpha.2)
5
+ interactor
6
+ interactor-contracts
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actionpack (6.0.0)
12
+ actionview (= 6.0.0)
13
+ activesupport (= 6.0.0)
14
+ rack (~> 2.0)
15
+ rack-test (>= 0.6.3)
16
+ rails-dom-testing (~> 2.0)
17
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
+ actionview (6.0.0)
19
+ activesupport (= 6.0.0)
20
+ builder (~> 3.1)
21
+ erubi (~> 1.4)
22
+ rails-dom-testing (~> 2.0)
23
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
+ activesupport (6.0.0)
25
+ concurrent-ruby (~> 1.0, >= 1.0.2)
26
+ i18n (>= 0.7, < 2)
27
+ minitest (~> 5.1)
28
+ tzinfo (~> 1.1)
29
+ zeitwerk (~> 2.1, >= 2.1.8)
30
+ appraisal (2.5.0)
31
+ bundler
32
+ rake
33
+ thor (>= 0.14.0)
34
+ builder (3.2.4)
35
+ concurrent-ruby (1.2.2)
36
+ connection_pool (2.4.1)
37
+ crass (1.0.6)
38
+ debug (1.9.1)
39
+ irb (~> 1.10)
40
+ reline (>= 0.3.8)
41
+ diff-lcs (1.5.0)
42
+ docile (1.4.0)
43
+ dry-configurable (1.0.1)
44
+ dry-core (~> 1.0, < 2)
45
+ zeitwerk (~> 2.6)
46
+ dry-core (1.0.0)
47
+ concurrent-ruby (~> 1.0)
48
+ zeitwerk (~> 2.6)
49
+ dry-inflector (1.0.0)
50
+ dry-initializer (3.1.1)
51
+ dry-logic (1.5.0)
52
+ concurrent-ruby (~> 1.0)
53
+ dry-core (~> 1.0, < 2)
54
+ zeitwerk (~> 2.6)
55
+ dry-schema (1.13.3)
56
+ concurrent-ruby (~> 1.0)
57
+ dry-configurable (~> 1.0, >= 1.0.1)
58
+ dry-core (~> 1.0, < 2)
59
+ dry-initializer (~> 3.0)
60
+ dry-logic (>= 1.4, < 2)
61
+ dry-types (>= 1.7, < 2)
62
+ zeitwerk (~> 2.6)
63
+ dry-types (1.7.1)
64
+ concurrent-ruby (~> 1.0)
65
+ dry-core (~> 1.0)
66
+ dry-inflector (~> 1.0)
67
+ dry-logic (~> 1.4)
68
+ zeitwerk (~> 2.6)
69
+ dry-validation (1.10.0)
70
+ concurrent-ruby (~> 1.0)
71
+ dry-core (~> 1.0, < 2)
72
+ dry-initializer (~> 3.0)
73
+ dry-schema (>= 1.12, < 2)
74
+ zeitwerk (~> 2.6)
75
+ erubi (1.12.0)
76
+ i18n (1.14.1)
77
+ concurrent-ruby (~> 1.0)
78
+ interactor (3.1.2)
79
+ interactor-contracts (0.3.0)
80
+ dry-validation (~> 1.0)
81
+ interactor (~> 3)
82
+ io-console (0.7.1)
83
+ irb (1.11.0)
84
+ rdoc
85
+ reline (>= 0.3.8)
86
+ loofah (2.22.0)
87
+ crass (~> 1.0.2)
88
+ nokogiri (>= 1.12.0)
89
+ method_source (1.0.0)
90
+ mini_portile2 (2.8.5)
91
+ minitest (5.20.0)
92
+ nokogiri (1.15.5)
93
+ mini_portile2 (~> 2.8.2)
94
+ racc (~> 1.4)
95
+ psych (5.1.2)
96
+ stringio
97
+ racc (1.7.3)
98
+ rack (2.2.8)
99
+ rack-test (2.1.0)
100
+ rack (>= 1.3)
101
+ rails-dom-testing (2.2.0)
102
+ activesupport (>= 5.0.0)
103
+ minitest
104
+ nokogiri (>= 1.6)
105
+ rails-html-sanitizer (1.6.0)
106
+ loofah (~> 2.21)
107
+ nokogiri (~> 1.14)
108
+ railties (6.0.0)
109
+ actionpack (= 6.0.0)
110
+ activesupport (= 6.0.0)
111
+ method_source
112
+ rake (>= 0.8.7)
113
+ thor (>= 0.20.3, < 2.0)
114
+ rake (13.1.0)
115
+ rdoc (6.6.2)
116
+ psych (>= 4.0.0)
117
+ redis-client (0.19.1)
118
+ connection_pool
119
+ reline (0.4.1)
120
+ io-console (~> 0.5)
121
+ rspec (3.12.0)
122
+ rspec-core (~> 3.12.0)
123
+ rspec-expectations (~> 3.12.0)
124
+ rspec-mocks (~> 3.12.0)
125
+ rspec-core (3.12.2)
126
+ rspec-support (~> 3.12.0)
127
+ rspec-expectations (3.12.3)
128
+ diff-lcs (>= 1.2.0, < 2.0)
129
+ rspec-support (~> 3.12.0)
130
+ rspec-mocks (3.12.6)
131
+ diff-lcs (>= 1.2.0, < 2.0)
132
+ rspec-support (~> 3.12.0)
133
+ rspec-support (3.12.1)
134
+ sidekiq (7.0.0)
135
+ concurrent-ruby (< 2)
136
+ connection_pool (>= 2.3.0)
137
+ rack (>= 2.2.4)
138
+ redis-client (>= 0.9.0)
139
+ simplecov (0.22.0)
140
+ docile (~> 1.1)
141
+ simplecov-html (~> 0.11)
142
+ simplecov_json_formatter (~> 0.1)
143
+ simplecov-html (0.12.3)
144
+ simplecov_json_formatter (0.1.4)
145
+ stringio (3.1.0)
146
+ thor (1.3.0)
147
+ thread_safe (0.3.6)
148
+ tzinfo (1.2.11)
149
+ thread_safe (~> 0.1)
150
+ zeitwerk (2.6.12)
151
+
152
+ PLATFORMS
153
+ ruby
154
+
155
+ DEPENDENCIES
156
+ appraisal
157
+ bundler (~> 2.0)
158
+ debug
159
+ interactify!
160
+ railties (= 6)
161
+ rake (~> 13.0)
162
+ rspec (~> 3.0)
163
+ sidekiq (= 7)
164
+ simplecov
165
+
166
+ BUNDLED WITH
167
+ 2.4.22
@@ -0,0 +1,17 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rake", "~> 13.0"
6
+ gem "railties", "7"
7
+
8
+ group :development do
9
+ gem "bundler", "~> 2.0"
10
+ end
11
+
12
+ group :test do
13
+ gem "simplecov", require: false
14
+ gem "rspec", "~> 3.0"
15
+ end
16
+
17
+ gemspec path: "../"