helena 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +3 -3
- data/.travis.yml +5 -6
- data/Gemfile.lock +44 -53
- data/README.md +1 -1
- data/app/models/helena/session.rb +1 -1
- data/db/seeds.rb +1 -1
- data/helena.gemspec +0 -1
- data/lib/helena/survey_importer.rb +1 -1
- data/lib/helena/version.rb +1 -1
- data/spec/dummy/app/assets/config/manifest.js +2 -0
- data/spec/factories/helena/versions.rb +2 -2
- metadata +4 -23
- data/gemfiles/rails_4.2.gemfile +0 -25
- data/gemfiles/rails_4.2.gemfile.lock +0 -278
- data/gemfiles/rails_5.1.gemfile +0 -27
- data/gemfiles/rails_5.1.gemfile.lock +0 -290
- data/test_all_gemfiles.sh +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b14113a76419130297ffee57deb943d887b0d70989b4509f63f2de30949b56d
|
4
|
+
data.tar.gz: e403f46a118eeecc855902f18e236ad1e1f37bcc7a3fb03e725a4033084148a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a155a8862c3afb4e7c82e96a6c460782529678fc8a5f73825eef2080fa6be6ec6ce943dd04bb30362f2f6cef604521f50e8298f5ee067d221f69e35a6029dd2
|
7
|
+
data.tar.gz: 56cb925da69c925f21b4a8820aacf6b31b0b1b6cb0617be5bc51d9f5f00e403dfb76a58753fbf267c7007d67f09e3f85dc9ba4bb468ddf47f5ffab1073a68fc6
|
data/.rubocop.yml
CHANGED
@@ -5,12 +5,12 @@ AllCops:
|
|
5
5
|
- 'script/**/*'
|
6
6
|
- bin/**
|
7
7
|
- spec/dummy/config/initializers/secret_token.rb
|
8
|
-
Documentation:
|
8
|
+
Style/Documentation:
|
9
9
|
Enabled: false
|
10
|
-
LineLength:
|
10
|
+
Metrics/LineLength:
|
11
11
|
Enabled: true
|
12
12
|
Max: 160
|
13
|
-
AbcSize:
|
13
|
+
Metrics/AbcSize:
|
14
14
|
Enabled: false
|
15
15
|
FrozenStringLiteralComment:
|
16
16
|
Enabled: false
|
data/.travis.yml
CHANGED
@@ -3,18 +3,17 @@ env:
|
|
3
3
|
- CC_TEST_REPORTER_ID=3914174f01c669419f4342558d64de49c6b3065a46b2a47048694b64b4e699cd
|
4
4
|
language: ruby
|
5
5
|
rvm:
|
6
|
-
- 2.3
|
7
|
-
- 2.5.1
|
8
|
-
|
9
|
-
gemfile:
|
10
|
-
- gemfiles/rails_4.2.gemfile
|
11
|
-
- gemfiles/rails_5.1.gemfile
|
6
|
+
- 2.5.3
|
12
7
|
|
13
8
|
services:
|
14
9
|
- mongodb
|
15
10
|
|
16
11
|
sudo: false
|
17
12
|
|
13
|
+
before_install:
|
14
|
+
- yes | gem update --system --force
|
15
|
+
- gem install bundler
|
16
|
+
|
18
17
|
before_script:
|
19
18
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
20
19
|
- chmod +x ./cc-test-reporter
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
helena (2.0.
|
4
|
+
helena (2.0.2)
|
5
5
|
mongoid (>= 4.0)
|
6
6
|
mongoid-simple-tags (>= 0.1.3)
|
7
7
|
mongoid-tree (>= 2.0)
|
@@ -59,10 +59,6 @@ GEM
|
|
59
59
|
tzinfo (~> 1.1)
|
60
60
|
addressable (2.5.2)
|
61
61
|
public_suffix (>= 2.0.2, < 4.0)
|
62
|
-
appraisal (2.2.0)
|
63
|
-
bundler
|
64
|
-
rake
|
65
|
-
thor (>= 0.14.0)
|
66
62
|
arel (9.0.0)
|
67
63
|
ast (2.4.0)
|
68
64
|
better_errors (2.5.0)
|
@@ -72,7 +68,7 @@ GEM
|
|
72
68
|
binding_of_caller (0.8.0)
|
73
69
|
debug_inspector (>= 0.0.1)
|
74
70
|
bson (4.3.0)
|
75
|
-
builder (3.2.
|
71
|
+
builder (3.2.4)
|
76
72
|
byebug (10.0.2)
|
77
73
|
capybara (2.18.0)
|
78
74
|
addressable
|
@@ -84,12 +80,12 @@ GEM
|
|
84
80
|
childprocess (0.9.0)
|
85
81
|
ffi (~> 1.0, >= 1.0.11)
|
86
82
|
coderay (1.1.2)
|
87
|
-
concurrent-ruby (1.1.
|
88
|
-
crass (1.0.
|
83
|
+
concurrent-ruby (1.1.6)
|
84
|
+
crass (1.0.6)
|
89
85
|
debug_inspector (0.0.3)
|
90
86
|
diff-lcs (1.3)
|
91
87
|
docile (1.3.1)
|
92
|
-
erubi (1.
|
88
|
+
erubi (1.9.0)
|
93
89
|
factory_bot (4.11.1)
|
94
90
|
activesupport (>= 3.0.0)
|
95
91
|
factory_bot_rails (4.11.1)
|
@@ -100,7 +96,7 @@ GEM
|
|
100
96
|
ffi (1.9.25)
|
101
97
|
globalid (0.4.2)
|
102
98
|
activesupport (>= 4.2.0)
|
103
|
-
i18n (1.
|
99
|
+
i18n (1.8.2)
|
104
100
|
concurrent-ruby (~> 1.0)
|
105
101
|
jaro_winkler (1.5.1)
|
106
102
|
jquery-rails (4.3.3)
|
@@ -110,7 +106,7 @@ GEM
|
|
110
106
|
json (1.8.6)
|
111
107
|
launchy (2.4.3)
|
112
108
|
addressable (~> 2.3)
|
113
|
-
loofah (2.
|
109
|
+
loofah (2.4.0)
|
114
110
|
crass (~> 1.0.2)
|
115
111
|
nokogiri (>= 1.5.9)
|
116
112
|
mail (2.7.1)
|
@@ -118,10 +114,10 @@ GEM
|
|
118
114
|
marcel (0.3.3)
|
119
115
|
mimemagic (~> 0.3.2)
|
120
116
|
method_source (0.9.2)
|
121
|
-
mimemagic (0.3.
|
117
|
+
mimemagic (0.3.4)
|
122
118
|
mini_mime (1.0.1)
|
123
|
-
mini_portile2 (2.
|
124
|
-
minitest (5.
|
119
|
+
mini_portile2 (2.4.0)
|
120
|
+
minitest (5.14.0)
|
125
121
|
mongo (2.6.2)
|
126
122
|
bson (>= 4.3.0, < 5.0.0)
|
127
123
|
mongoid (7.0.2)
|
@@ -143,9 +139,9 @@ GEM
|
|
143
139
|
mongoid_orderable (5.2.0)
|
144
140
|
mongoid (>= 3.0.0)
|
145
141
|
mongoid-compatibility
|
146
|
-
nio4r (2.
|
147
|
-
nokogiri (1.
|
148
|
-
mini_portile2 (~> 2.
|
142
|
+
nio4r (2.5.2)
|
143
|
+
nokogiri (1.10.9)
|
144
|
+
mini_portile2 (~> 2.4.0)
|
149
145
|
parallel (1.12.1)
|
150
146
|
parser (2.5.3.0)
|
151
147
|
ast (~> 2.4.0)
|
@@ -157,7 +153,7 @@ GEM
|
|
157
153
|
byebug (~> 10.0)
|
158
154
|
pry (~> 0.10)
|
159
155
|
public_suffix (3.0.3)
|
160
|
-
rack (2.
|
156
|
+
rack (2.2.2)
|
161
157
|
rack-test (1.1.0)
|
162
158
|
rack (>= 1.0, < 3)
|
163
159
|
rails (5.2.2)
|
@@ -176,8 +172,8 @@ GEM
|
|
176
172
|
rails-dom-testing (2.0.3)
|
177
173
|
activesupport (>= 4.2.0)
|
178
174
|
nokogiri (>= 1.6)
|
179
|
-
rails-html-sanitizer (1.0
|
180
|
-
loofah (~> 2.
|
175
|
+
rails-html-sanitizer (1.3.0)
|
176
|
+
loofah (~> 2.3)
|
181
177
|
rails-i18n (5.1.3)
|
182
178
|
i18n (>= 0.7, < 2)
|
183
179
|
railties (>= 5.0, < 6)
|
@@ -188,28 +184,25 @@ GEM
|
|
188
184
|
rake (>= 0.8.7)
|
189
185
|
thor (>= 0.19.0, < 2.0)
|
190
186
|
rainbow (3.0.0)
|
191
|
-
rake (
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
responders (2.4.1)
|
196
|
-
actionpack (>= 4.2.0, < 6.0)
|
197
|
-
railties (>= 4.2.0, < 6.0)
|
187
|
+
rake (13.0.1)
|
188
|
+
responders (3.0.0)
|
189
|
+
actionpack (>= 5.0)
|
190
|
+
railties (>= 5.0)
|
198
191
|
rspec (3.8.0)
|
199
192
|
rspec-core (~> 3.8.0)
|
200
193
|
rspec-expectations (~> 3.8.0)
|
201
194
|
rspec-mocks (~> 3.8.0)
|
202
195
|
rspec-collection_matchers (1.1.3)
|
203
196
|
rspec-expectations (>= 2.99.0.beta1)
|
204
|
-
rspec-core (3.8.
|
197
|
+
rspec-core (3.8.2)
|
205
198
|
rspec-support (~> 3.8.0)
|
206
|
-
rspec-expectations (3.8.
|
199
|
+
rspec-expectations (3.8.6)
|
207
200
|
diff-lcs (>= 1.2.0, < 2.0)
|
208
201
|
rspec-support (~> 3.8.0)
|
209
|
-
rspec-mocks (3.8.
|
202
|
+
rspec-mocks (3.8.2)
|
210
203
|
diff-lcs (>= 1.2.0, < 2.0)
|
211
204
|
rspec-support (~> 3.8.0)
|
212
|
-
rspec-rails (3.8.
|
205
|
+
rspec-rails (3.8.3)
|
213
206
|
actionpack (>= 3.0)
|
214
207
|
activesupport (>= 3.0)
|
215
208
|
railties (>= 3.0)
|
@@ -217,7 +210,7 @@ GEM
|
|
217
210
|
rspec-expectations (~> 3.8.0)
|
218
211
|
rspec-mocks (~> 3.8.0)
|
219
212
|
rspec-support (~> 3.8.0)
|
220
|
-
rspec-support (3.8.
|
213
|
+
rspec-support (3.8.3)
|
221
214
|
rubocop (0.60.0)
|
222
215
|
jaro_winkler (~> 1.5.1)
|
223
216
|
parallel (~> 1.10)
|
@@ -231,23 +224,22 @@ GEM
|
|
231
224
|
rubocop (~> 0.56)
|
232
225
|
ruby-progressbar (1.10.0)
|
233
226
|
rubyzip (1.2.2)
|
234
|
-
sass (
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
sprockets
|
243
|
-
|
244
|
-
tilt (>= 1.1, < 3)
|
227
|
+
sass-rails (6.0.0)
|
228
|
+
sassc-rails (~> 2.1, >= 2.1.1)
|
229
|
+
sassc (2.2.1)
|
230
|
+
ffi (~> 1.9)
|
231
|
+
sassc-rails (2.1.2)
|
232
|
+
railties (>= 4.0.0)
|
233
|
+
sassc (>= 2.0)
|
234
|
+
sprockets (> 3.0)
|
235
|
+
sprockets-rails
|
236
|
+
tilt
|
245
237
|
selenium-webdriver (3.141.0)
|
246
238
|
childprocess (~> 0.5)
|
247
239
|
rubyzip (~> 1.2, >= 1.2.2)
|
248
240
|
shoulda-matchers (3.1.2)
|
249
241
|
activesupport (>= 4.0.0)
|
250
|
-
simple_form (
|
242
|
+
simple_form (5.0.2)
|
251
243
|
actionpack (>= 5.0)
|
252
244
|
activemodel (>= 5.0)
|
253
245
|
simplecov (0.16.1)
|
@@ -258,23 +250,23 @@ GEM
|
|
258
250
|
slim (4.0.1)
|
259
251
|
temple (>= 0.7.6, < 0.9)
|
260
252
|
tilt (>= 2.0.6, < 2.1)
|
261
|
-
sprockets (
|
253
|
+
sprockets (4.0.0)
|
262
254
|
concurrent-ruby (~> 1.0)
|
263
255
|
rack (> 1, < 3)
|
264
256
|
sprockets-rails (3.2.1)
|
265
257
|
actionpack (>= 4.0)
|
266
258
|
activesupport (>= 4.0)
|
267
259
|
sprockets (>= 3.0.0)
|
268
|
-
temple (0.8.
|
269
|
-
thor (0.
|
260
|
+
temple (0.8.2)
|
261
|
+
thor (1.0.1)
|
270
262
|
thread_safe (0.3.6)
|
271
|
-
tilt (2.0.
|
272
|
-
tzinfo (1.2.
|
263
|
+
tilt (2.0.10)
|
264
|
+
tzinfo (1.2.6)
|
273
265
|
thread_safe (~> 0.1)
|
274
266
|
unicode-display_width (1.4.0)
|
275
|
-
websocket-driver (0.7.
|
267
|
+
websocket-driver (0.7.1)
|
276
268
|
websocket-extensions (>= 0.1.0)
|
277
|
-
websocket-extensions (0.1.
|
269
|
+
websocket-extensions (0.1.4)
|
278
270
|
xpath (3.2.0)
|
279
271
|
nokogiri (~> 1.8)
|
280
272
|
|
@@ -282,7 +274,6 @@ PLATFORMS
|
|
282
274
|
ruby
|
283
275
|
|
284
276
|
DEPENDENCIES
|
285
|
-
appraisal
|
286
277
|
better_errors
|
287
278
|
binding_of_caller
|
288
279
|
capybara (>= 2.3)
|
@@ -303,4 +294,4 @@ DEPENDENCIES
|
|
303
294
|
simplecov
|
304
295
|
|
305
296
|
BUNDLED WITH
|
306
|
-
1.
|
297
|
+
2.1.4
|
data/README.md
CHANGED
data/db/seeds.rb
CHANGED
data/helena.gemspec
CHANGED
@@ -30,7 +30,6 @@ survey/test development, longitudinal studies and instant feedback.'
|
|
30
30
|
s.add_dependency 'simple_form', '>= 4'
|
31
31
|
s.add_dependency 'slim', '>= 3.0'
|
32
32
|
|
33
|
-
s.add_development_dependency 'appraisal'
|
34
33
|
s.add_development_dependency 'capybara', '>= 2.3'
|
35
34
|
s.add_development_dependency 'factory_bot_rails'
|
36
35
|
s.add_development_dependency 'faker', '>= 1.4'
|
data/lib/helena/version.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
FactoryBot.define do
|
2
2
|
factory :version, class: Helena::Version do
|
3
3
|
sequence(:version)
|
4
|
-
notes { Faker::Lorem.
|
4
|
+
notes { Faker::Lorem.paragraph }
|
5
5
|
survey
|
6
6
|
end
|
7
7
|
|
8
8
|
factory :base_version, class: Helena::Version do
|
9
9
|
version { 0 }
|
10
|
-
notes { Faker::Lorem.
|
10
|
+
notes { Faker::Lorem.paragraph }
|
11
11
|
survey
|
12
12
|
end
|
13
13
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: helena
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Markus Graf
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|
@@ -150,20 +150,6 @@ dependencies:
|
|
150
150
|
- - ">="
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: '3.0'
|
153
|
-
- !ruby/object:Gem::Dependency
|
154
|
-
name: appraisal
|
155
|
-
requirement: !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - ">="
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
version: '0'
|
160
|
-
type: :development
|
161
|
-
prerelease: false
|
162
|
-
version_requirements: !ruby/object:Gem::Requirement
|
163
|
-
requirements:
|
164
|
-
- - ">="
|
165
|
-
- !ruby/object:Gem::Version
|
166
|
-
version: '0'
|
167
153
|
- !ruby/object:Gem::Dependency
|
168
154
|
name: capybara
|
169
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -310,10 +296,6 @@ files:
|
|
310
296
|
- config/routes.rb
|
311
297
|
- db/seeds.rb
|
312
298
|
- db/swls_survey.en.yml
|
313
|
-
- gemfiles/rails_4.2.gemfile
|
314
|
-
- gemfiles/rails_4.2.gemfile.lock
|
315
|
-
- gemfiles/rails_5.1.gemfile
|
316
|
-
- gemfiles/rails_5.1.gemfile.lock
|
317
299
|
- gpl-3.0.txt
|
318
300
|
- helena.gemspec
|
319
301
|
- lib/helena.rb
|
@@ -326,6 +308,7 @@ files:
|
|
326
308
|
- spec/controllers/helena/sessions_controller_spec.rb
|
327
309
|
- spec/dummy/README.rdoc
|
328
310
|
- spec/dummy/Rakefile
|
311
|
+
- spec/dummy/app/assets/config/manifest.js
|
329
312
|
- spec/dummy/app/assets/images/.keep
|
330
313
|
- spec/dummy/app/assets/javascripts/application.js
|
331
314
|
- spec/dummy/app/controllers/application_controller.rb
|
@@ -387,7 +370,6 @@ files:
|
|
387
370
|
- spec/models/helena/version_spec.rb
|
388
371
|
- spec/spec_helper.rb
|
389
372
|
- spec/support/rails_compatibility.rb
|
390
|
-
- test_all_gemfiles.sh
|
391
373
|
homepage: https://github.com/gurix/helena
|
392
374
|
licenses:
|
393
375
|
- GPL-3.0+
|
@@ -407,8 +389,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
407
389
|
- !ruby/object:Gem::Version
|
408
390
|
version: '0'
|
409
391
|
requirements: []
|
410
|
-
|
411
|
-
rubygems_version: 2.7.6
|
392
|
+
rubygems_version: 3.1.2
|
412
393
|
signing_key:
|
413
394
|
specification_version: 4
|
414
395
|
summary: Helena is an online survey/test framework designed for agile survey/test
|
data/gemfiles/rails_4.2.gemfile
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source 'https://rubygems.org'
|
4
|
-
|
5
|
-
gem 'mongoid-rspec', group: %i[development test]
|
6
|
-
gem 'rails', ' ~> 4.2'
|
7
|
-
|
8
|
-
group :development, :test do
|
9
|
-
gem 'better_errors'
|
10
|
-
gem 'binding_of_caller'
|
11
|
-
gem 'jquery-rails'
|
12
|
-
gem 'launchy'
|
13
|
-
gem 'pry'
|
14
|
-
gem 'pry-byebug'
|
15
|
-
gem 'ruby-progressbar'
|
16
|
-
gem 'selenium-webdriver'
|
17
|
-
gem 'shoulda-matchers'
|
18
|
-
gem 'simple_form'
|
19
|
-
end
|
20
|
-
|
21
|
-
group :test do
|
22
|
-
gem 'simplecov', require: false
|
23
|
-
end
|
24
|
-
|
25
|
-
gemspec path: '../'
|
@@ -1,278 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
helena (2.0.1)
|
5
|
-
mongoid (>= 4.0)
|
6
|
-
mongoid-simple-tags (>= 0.1.3)
|
7
|
-
mongoid-tree (>= 2.0)
|
8
|
-
mongoid_orderable (>= 5.2)
|
9
|
-
rails (>= 4.2)
|
10
|
-
rails-i18n (>= 4.0)
|
11
|
-
responders (>= 2.0)
|
12
|
-
sass-rails (>= 5.0)
|
13
|
-
simple_form (>= 4)
|
14
|
-
slim (>= 3.0)
|
15
|
-
|
16
|
-
GEM
|
17
|
-
remote: https://rubygems.org/
|
18
|
-
specs:
|
19
|
-
actionmailer (4.2.11)
|
20
|
-
actionpack (= 4.2.11)
|
21
|
-
actionview (= 4.2.11)
|
22
|
-
activejob (= 4.2.11)
|
23
|
-
mail (~> 2.5, >= 2.5.4)
|
24
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
25
|
-
actionpack (4.2.11)
|
26
|
-
actionview (= 4.2.11)
|
27
|
-
activesupport (= 4.2.11)
|
28
|
-
rack (~> 1.6)
|
29
|
-
rack-test (~> 0.6.2)
|
30
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
31
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
32
|
-
actionview (4.2.11)
|
33
|
-
activesupport (= 4.2.11)
|
34
|
-
builder (~> 3.1)
|
35
|
-
erubis (~> 2.7.0)
|
36
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
37
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
38
|
-
activejob (4.2.11)
|
39
|
-
activesupport (= 4.2.11)
|
40
|
-
globalid (>= 0.3.0)
|
41
|
-
activemodel (4.2.11)
|
42
|
-
activesupport (= 4.2.11)
|
43
|
-
builder (~> 3.1)
|
44
|
-
activerecord (4.2.11)
|
45
|
-
activemodel (= 4.2.11)
|
46
|
-
activesupport (= 4.2.11)
|
47
|
-
arel (~> 6.0)
|
48
|
-
activesupport (4.2.11)
|
49
|
-
i18n (~> 0.7)
|
50
|
-
minitest (~> 5.1)
|
51
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
52
|
-
tzinfo (~> 1.1)
|
53
|
-
addressable (2.5.2)
|
54
|
-
public_suffix (>= 2.0.2, < 4.0)
|
55
|
-
appraisal (2.2.0)
|
56
|
-
bundler
|
57
|
-
rake
|
58
|
-
thor (>= 0.14.0)
|
59
|
-
arel (6.0.4)
|
60
|
-
better_errors (2.5.0)
|
61
|
-
coderay (>= 1.0.0)
|
62
|
-
erubi (>= 1.0.0)
|
63
|
-
rack (>= 0.9.0)
|
64
|
-
binding_of_caller (0.8.0)
|
65
|
-
debug_inspector (>= 0.0.1)
|
66
|
-
bson (4.3.0)
|
67
|
-
builder (3.2.3)
|
68
|
-
byebug (10.0.2)
|
69
|
-
capybara (2.18.0)
|
70
|
-
addressable
|
71
|
-
mini_mime (>= 0.1.3)
|
72
|
-
nokogiri (>= 1.3.3)
|
73
|
-
rack (>= 1.0.0)
|
74
|
-
rack-test (>= 0.5.4)
|
75
|
-
xpath (>= 2.0, < 4.0)
|
76
|
-
childprocess (0.9.0)
|
77
|
-
ffi (~> 1.0, >= 1.0.11)
|
78
|
-
coderay (1.1.2)
|
79
|
-
concurrent-ruby (1.1.3)
|
80
|
-
crass (1.0.4)
|
81
|
-
debug_inspector (0.0.3)
|
82
|
-
diff-lcs (1.3)
|
83
|
-
docile (1.3.1)
|
84
|
-
erubi (1.7.1)
|
85
|
-
erubis (2.7.0)
|
86
|
-
factory_bot (4.11.1)
|
87
|
-
activesupport (>= 3.0.0)
|
88
|
-
factory_bot_rails (4.11.1)
|
89
|
-
factory_bot (~> 4.11.1)
|
90
|
-
railties (>= 3.0.0)
|
91
|
-
faker (1.9.1)
|
92
|
-
i18n (>= 0.7)
|
93
|
-
ffi (1.9.25)
|
94
|
-
globalid (0.4.1)
|
95
|
-
activesupport (>= 4.2.0)
|
96
|
-
i18n (0.9.5)
|
97
|
-
concurrent-ruby (~> 1.0)
|
98
|
-
jquery-rails (4.3.3)
|
99
|
-
rails-dom-testing (>= 1, < 3)
|
100
|
-
railties (>= 4.2.0)
|
101
|
-
thor (>= 0.14, < 2.0)
|
102
|
-
json (1.8.6)
|
103
|
-
launchy (2.4.3)
|
104
|
-
addressable (~> 2.3)
|
105
|
-
loofah (2.2.3)
|
106
|
-
crass (~> 1.0.2)
|
107
|
-
nokogiri (>= 1.5.9)
|
108
|
-
mail (2.7.1)
|
109
|
-
mini_mime (>= 0.1.1)
|
110
|
-
method_source (0.9.2)
|
111
|
-
mini_mime (1.0.1)
|
112
|
-
mini_portile2 (2.3.0)
|
113
|
-
minitest (5.11.3)
|
114
|
-
mongo (2.6.2)
|
115
|
-
bson (>= 4.3.0, < 5.0.0)
|
116
|
-
mongoid (5.4.0)
|
117
|
-
activemodel (~> 4.0)
|
118
|
-
mongo (>= 2.5.1, < 3.0.0)
|
119
|
-
origin (~> 2.3)
|
120
|
-
tzinfo (>= 0.3.37)
|
121
|
-
mongoid-compatibility (0.5.1)
|
122
|
-
activesupport
|
123
|
-
mongoid (>= 2.0)
|
124
|
-
mongoid-rspec (4.0.1)
|
125
|
-
activesupport (>= 3.0.0)
|
126
|
-
mongoid (>= 3.1)
|
127
|
-
mongoid-compatibility (>= 0.5.1)
|
128
|
-
rspec (~> 3.3)
|
129
|
-
mongoid-simple-tags (0.1.3)
|
130
|
-
json (~> 1.8)
|
131
|
-
mongoid (>= 3.0.3)
|
132
|
-
mongoid-tree (2.1.1)
|
133
|
-
mongoid (>= 4.0, < 8)
|
134
|
-
mongoid_orderable (5.2.0)
|
135
|
-
mongoid (>= 3.0.0)
|
136
|
-
mongoid-compatibility
|
137
|
-
nokogiri (1.8.5)
|
138
|
-
mini_portile2 (~> 2.3.0)
|
139
|
-
origin (2.3.1)
|
140
|
-
pry (0.12.2)
|
141
|
-
coderay (~> 1.1.0)
|
142
|
-
method_source (~> 0.9.0)
|
143
|
-
pry-byebug (3.6.0)
|
144
|
-
byebug (~> 10.0)
|
145
|
-
pry (~> 0.10)
|
146
|
-
public_suffix (3.0.3)
|
147
|
-
rack (1.6.11)
|
148
|
-
rack-test (0.6.3)
|
149
|
-
rack (>= 1.0)
|
150
|
-
rails (4.2.11)
|
151
|
-
actionmailer (= 4.2.11)
|
152
|
-
actionpack (= 4.2.11)
|
153
|
-
actionview (= 4.2.11)
|
154
|
-
activejob (= 4.2.11)
|
155
|
-
activemodel (= 4.2.11)
|
156
|
-
activerecord (= 4.2.11)
|
157
|
-
activesupport (= 4.2.11)
|
158
|
-
bundler (>= 1.3.0, < 2.0)
|
159
|
-
railties (= 4.2.11)
|
160
|
-
sprockets-rails
|
161
|
-
rails-deprecated_sanitizer (1.0.3)
|
162
|
-
activesupport (>= 4.2.0.alpha)
|
163
|
-
rails-dom-testing (1.0.9)
|
164
|
-
activesupport (>= 4.2.0, < 5.0)
|
165
|
-
nokogiri (~> 1.6)
|
166
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
167
|
-
rails-html-sanitizer (1.0.4)
|
168
|
-
loofah (~> 2.2, >= 2.2.2)
|
169
|
-
rails-i18n (4.0.9)
|
170
|
-
i18n (~> 0.7)
|
171
|
-
railties (~> 4.0)
|
172
|
-
railties (4.2.11)
|
173
|
-
actionpack (= 4.2.11)
|
174
|
-
activesupport (= 4.2.11)
|
175
|
-
rake (>= 0.8.7)
|
176
|
-
thor (>= 0.18.1, < 2.0)
|
177
|
-
rake (12.3.2)
|
178
|
-
rb-fsevent (0.10.3)
|
179
|
-
rb-inotify (0.10.0)
|
180
|
-
ffi (~> 1.0)
|
181
|
-
responders (2.4.1)
|
182
|
-
actionpack (>= 4.2.0, < 6.0)
|
183
|
-
railties (>= 4.2.0, < 6.0)
|
184
|
-
rspec (3.8.0)
|
185
|
-
rspec-core (~> 3.8.0)
|
186
|
-
rspec-expectations (~> 3.8.0)
|
187
|
-
rspec-mocks (~> 3.8.0)
|
188
|
-
rspec-collection_matchers (1.1.3)
|
189
|
-
rspec-expectations (>= 2.99.0.beta1)
|
190
|
-
rspec-core (3.8.0)
|
191
|
-
rspec-support (~> 3.8.0)
|
192
|
-
rspec-expectations (3.8.2)
|
193
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
194
|
-
rspec-support (~> 3.8.0)
|
195
|
-
rspec-mocks (3.8.0)
|
196
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
197
|
-
rspec-support (~> 3.8.0)
|
198
|
-
rspec-rails (3.8.1)
|
199
|
-
actionpack (>= 3.0)
|
200
|
-
activesupport (>= 3.0)
|
201
|
-
railties (>= 3.0)
|
202
|
-
rspec-core (~> 3.8.0)
|
203
|
-
rspec-expectations (~> 3.8.0)
|
204
|
-
rspec-mocks (~> 3.8.0)
|
205
|
-
rspec-support (~> 3.8.0)
|
206
|
-
rspec-support (3.8.0)
|
207
|
-
ruby-progressbar (1.10.0)
|
208
|
-
rubyzip (1.2.2)
|
209
|
-
sass (3.7.3)
|
210
|
-
sass-listen (~> 4.0.0)
|
211
|
-
sass-listen (4.0.0)
|
212
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
213
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
214
|
-
sass-rails (5.0.7)
|
215
|
-
railties (>= 4.0.0, < 6)
|
216
|
-
sass (~> 3.1)
|
217
|
-
sprockets (>= 2.8, < 4.0)
|
218
|
-
sprockets-rails (>= 2.0, < 4.0)
|
219
|
-
tilt (>= 1.1, < 3)
|
220
|
-
selenium-webdriver (3.141.0)
|
221
|
-
childprocess (~> 0.5)
|
222
|
-
rubyzip (~> 1.2, >= 1.2.2)
|
223
|
-
shoulda-matchers (3.1.2)
|
224
|
-
activesupport (>= 4.0.0)
|
225
|
-
simple_form (4.0.0)
|
226
|
-
actionpack (> 4)
|
227
|
-
activemodel (> 4)
|
228
|
-
simplecov (0.16.1)
|
229
|
-
docile (~> 1.1)
|
230
|
-
json (>= 1.8, < 3)
|
231
|
-
simplecov-html (~> 0.10.0)
|
232
|
-
simplecov-html (0.10.2)
|
233
|
-
slim (4.0.1)
|
234
|
-
temple (>= 0.7.6, < 0.9)
|
235
|
-
tilt (>= 2.0.6, < 2.1)
|
236
|
-
sprockets (3.7.2)
|
237
|
-
concurrent-ruby (~> 1.0)
|
238
|
-
rack (> 1, < 3)
|
239
|
-
sprockets-rails (3.2.1)
|
240
|
-
actionpack (>= 4.0)
|
241
|
-
activesupport (>= 4.0)
|
242
|
-
sprockets (>= 3.0.0)
|
243
|
-
temple (0.8.0)
|
244
|
-
thor (0.20.3)
|
245
|
-
thread_safe (0.3.6)
|
246
|
-
tilt (2.0.9)
|
247
|
-
tzinfo (1.2.5)
|
248
|
-
thread_safe (~> 0.1)
|
249
|
-
xpath (3.2.0)
|
250
|
-
nokogiri (~> 1.8)
|
251
|
-
|
252
|
-
PLATFORMS
|
253
|
-
ruby
|
254
|
-
|
255
|
-
DEPENDENCIES
|
256
|
-
appraisal
|
257
|
-
better_errors
|
258
|
-
binding_of_caller
|
259
|
-
capybara (>= 2.3)
|
260
|
-
factory_bot_rails
|
261
|
-
faker (>= 1.4)
|
262
|
-
helena!
|
263
|
-
jquery-rails
|
264
|
-
launchy
|
265
|
-
mongoid-rspec
|
266
|
-
pry
|
267
|
-
pry-byebug
|
268
|
-
rails (~> 4.2)
|
269
|
-
rspec-collection_matchers (>= 1)
|
270
|
-
rspec-rails (>= 3)
|
271
|
-
ruby-progressbar
|
272
|
-
selenium-webdriver
|
273
|
-
shoulda-matchers
|
274
|
-
simple_form
|
275
|
-
simplecov
|
276
|
-
|
277
|
-
BUNDLED WITH
|
278
|
-
1.16.2
|
data/gemfiles/rails_5.1.gemfile
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# This file was generated by Appraisal
|
2
|
-
|
3
|
-
source 'https://rubygems.org'
|
4
|
-
|
5
|
-
gem 'mongoid', '>= 7.0'
|
6
|
-
gem 'mongoid-rspec', group: %i[development test]
|
7
|
-
gem 'rails', '~> 5.1'
|
8
|
-
gem 'rake'
|
9
|
-
|
10
|
-
group :development, :test do
|
11
|
-
gem 'better_errors'
|
12
|
-
gem 'binding_of_caller'
|
13
|
-
gem 'jquery-rails'
|
14
|
-
gem 'launchy'
|
15
|
-
gem 'pry'
|
16
|
-
gem 'pry-byebug'
|
17
|
-
gem 'ruby-progressbar'
|
18
|
-
gem 'selenium-webdriver'
|
19
|
-
gem 'shoulda-matchers'
|
20
|
-
gem 'simple_form'
|
21
|
-
end
|
22
|
-
|
23
|
-
group :test do
|
24
|
-
gem 'simplecov', require: false
|
25
|
-
end
|
26
|
-
|
27
|
-
gemspec path: '../'
|
@@ -1,290 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
helena (2.0.1)
|
5
|
-
mongoid (>= 4.0)
|
6
|
-
mongoid-simple-tags (>= 0.1.3)
|
7
|
-
mongoid-tree (>= 2.0)
|
8
|
-
mongoid_orderable (>= 5.2)
|
9
|
-
rails (>= 4.2)
|
10
|
-
rails-i18n (>= 4.0)
|
11
|
-
responders (>= 2.0)
|
12
|
-
sass-rails (>= 5.0)
|
13
|
-
simple_form (>= 4)
|
14
|
-
slim (>= 3.0)
|
15
|
-
|
16
|
-
GEM
|
17
|
-
remote: https://rubygems.org/
|
18
|
-
specs:
|
19
|
-
actioncable (5.2.2)
|
20
|
-
actionpack (= 5.2.2)
|
21
|
-
nio4r (~> 2.0)
|
22
|
-
websocket-driver (>= 0.6.1)
|
23
|
-
actionmailer (5.2.2)
|
24
|
-
actionpack (= 5.2.2)
|
25
|
-
actionview (= 5.2.2)
|
26
|
-
activejob (= 5.2.2)
|
27
|
-
mail (~> 2.5, >= 2.5.4)
|
28
|
-
rails-dom-testing (~> 2.0)
|
29
|
-
actionpack (5.2.2)
|
30
|
-
actionview (= 5.2.2)
|
31
|
-
activesupport (= 5.2.2)
|
32
|
-
rack (~> 2.0)
|
33
|
-
rack-test (>= 0.6.3)
|
34
|
-
rails-dom-testing (~> 2.0)
|
35
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
36
|
-
actionview (5.2.2)
|
37
|
-
activesupport (= 5.2.2)
|
38
|
-
builder (~> 3.1)
|
39
|
-
erubi (~> 1.4)
|
40
|
-
rails-dom-testing (~> 2.0)
|
41
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
42
|
-
activejob (5.2.2)
|
43
|
-
activesupport (= 5.2.2)
|
44
|
-
globalid (>= 0.3.6)
|
45
|
-
activemodel (5.2.2)
|
46
|
-
activesupport (= 5.2.2)
|
47
|
-
activerecord (5.2.2)
|
48
|
-
activemodel (= 5.2.2)
|
49
|
-
activesupport (= 5.2.2)
|
50
|
-
arel (>= 9.0)
|
51
|
-
activestorage (5.2.2)
|
52
|
-
actionpack (= 5.2.2)
|
53
|
-
activerecord (= 5.2.2)
|
54
|
-
marcel (~> 0.3.1)
|
55
|
-
activesupport (5.2.2)
|
56
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
57
|
-
i18n (>= 0.7, < 2)
|
58
|
-
minitest (~> 5.1)
|
59
|
-
tzinfo (~> 1.1)
|
60
|
-
addressable (2.5.2)
|
61
|
-
public_suffix (>= 2.0.2, < 4.0)
|
62
|
-
appraisal (2.2.0)
|
63
|
-
bundler
|
64
|
-
rake
|
65
|
-
thor (>= 0.14.0)
|
66
|
-
arel (9.0.0)
|
67
|
-
better_errors (2.5.0)
|
68
|
-
coderay (>= 1.0.0)
|
69
|
-
erubi (>= 1.0.0)
|
70
|
-
rack (>= 0.9.0)
|
71
|
-
binding_of_caller (0.8.0)
|
72
|
-
debug_inspector (>= 0.0.1)
|
73
|
-
bson (4.3.0)
|
74
|
-
builder (3.2.3)
|
75
|
-
byebug (10.0.2)
|
76
|
-
capybara (2.18.0)
|
77
|
-
addressable
|
78
|
-
mini_mime (>= 0.1.3)
|
79
|
-
nokogiri (>= 1.3.3)
|
80
|
-
rack (>= 1.0.0)
|
81
|
-
rack-test (>= 0.5.4)
|
82
|
-
xpath (>= 2.0, < 4.0)
|
83
|
-
childprocess (0.9.0)
|
84
|
-
ffi (~> 1.0, >= 1.0.11)
|
85
|
-
coderay (1.1.2)
|
86
|
-
concurrent-ruby (1.1.3)
|
87
|
-
crass (1.0.4)
|
88
|
-
debug_inspector (0.0.3)
|
89
|
-
diff-lcs (1.3)
|
90
|
-
docile (1.3.1)
|
91
|
-
erubi (1.7.1)
|
92
|
-
factory_bot (4.11.1)
|
93
|
-
activesupport (>= 3.0.0)
|
94
|
-
factory_bot_rails (4.11.1)
|
95
|
-
factory_bot (~> 4.11.1)
|
96
|
-
railties (>= 3.0.0)
|
97
|
-
faker (1.9.1)
|
98
|
-
i18n (>= 0.7)
|
99
|
-
ffi (1.9.25)
|
100
|
-
globalid (0.4.1)
|
101
|
-
activesupport (>= 4.2.0)
|
102
|
-
i18n (1.1.1)
|
103
|
-
concurrent-ruby (~> 1.0)
|
104
|
-
jquery-rails (4.3.3)
|
105
|
-
rails-dom-testing (>= 1, < 3)
|
106
|
-
railties (>= 4.2.0)
|
107
|
-
thor (>= 0.14, < 2.0)
|
108
|
-
json (1.8.6)
|
109
|
-
launchy (2.4.3)
|
110
|
-
addressable (~> 2.3)
|
111
|
-
loofah (2.2.3)
|
112
|
-
crass (~> 1.0.2)
|
113
|
-
nokogiri (>= 1.5.9)
|
114
|
-
mail (2.7.1)
|
115
|
-
mini_mime (>= 0.1.1)
|
116
|
-
marcel (0.3.3)
|
117
|
-
mimemagic (~> 0.3.2)
|
118
|
-
method_source (0.9.2)
|
119
|
-
mimemagic (0.3.2)
|
120
|
-
mini_mime (1.0.1)
|
121
|
-
mini_portile2 (2.3.0)
|
122
|
-
minitest (5.11.3)
|
123
|
-
mongo (2.6.2)
|
124
|
-
bson (>= 4.3.0, < 5.0.0)
|
125
|
-
mongoid (7.0.2)
|
126
|
-
activemodel (>= 5.1, < 6.0.0)
|
127
|
-
mongo (>= 2.5.1, < 3.0.0)
|
128
|
-
mongoid-compatibility (0.5.1)
|
129
|
-
activesupport
|
130
|
-
mongoid (>= 2.0)
|
131
|
-
mongoid-rspec (4.0.1)
|
132
|
-
activesupport (>= 3.0.0)
|
133
|
-
mongoid (>= 3.1)
|
134
|
-
mongoid-compatibility (>= 0.5.1)
|
135
|
-
rspec (~> 3.3)
|
136
|
-
mongoid-simple-tags (0.1.3)
|
137
|
-
json (~> 1.8)
|
138
|
-
mongoid (>= 3.0.3)
|
139
|
-
mongoid-tree (2.1.1)
|
140
|
-
mongoid (>= 4.0, < 8)
|
141
|
-
mongoid_orderable (5.2.0)
|
142
|
-
mongoid (>= 3.0.0)
|
143
|
-
mongoid-compatibility
|
144
|
-
nio4r (2.3.1)
|
145
|
-
nokogiri (1.8.5)
|
146
|
-
mini_portile2 (~> 2.3.0)
|
147
|
-
pry (0.12.2)
|
148
|
-
coderay (~> 1.1.0)
|
149
|
-
method_source (~> 0.9.0)
|
150
|
-
pry-byebug (3.6.0)
|
151
|
-
byebug (~> 10.0)
|
152
|
-
pry (~> 0.10)
|
153
|
-
public_suffix (3.0.3)
|
154
|
-
rack (2.0.6)
|
155
|
-
rack-test (1.1.0)
|
156
|
-
rack (>= 1.0, < 3)
|
157
|
-
rails (5.2.2)
|
158
|
-
actioncable (= 5.2.2)
|
159
|
-
actionmailer (= 5.2.2)
|
160
|
-
actionpack (= 5.2.2)
|
161
|
-
actionview (= 5.2.2)
|
162
|
-
activejob (= 5.2.2)
|
163
|
-
activemodel (= 5.2.2)
|
164
|
-
activerecord (= 5.2.2)
|
165
|
-
activestorage (= 5.2.2)
|
166
|
-
activesupport (= 5.2.2)
|
167
|
-
bundler (>= 1.3.0)
|
168
|
-
railties (= 5.2.2)
|
169
|
-
sprockets-rails (>= 2.0.0)
|
170
|
-
rails-dom-testing (2.0.3)
|
171
|
-
activesupport (>= 4.2.0)
|
172
|
-
nokogiri (>= 1.6)
|
173
|
-
rails-html-sanitizer (1.0.4)
|
174
|
-
loofah (~> 2.2, >= 2.2.2)
|
175
|
-
rails-i18n (5.1.3)
|
176
|
-
i18n (>= 0.7, < 2)
|
177
|
-
railties (>= 5.0, < 6)
|
178
|
-
railties (5.2.2)
|
179
|
-
actionpack (= 5.2.2)
|
180
|
-
activesupport (= 5.2.2)
|
181
|
-
method_source
|
182
|
-
rake (>= 0.8.7)
|
183
|
-
thor (>= 0.19.0, < 2.0)
|
184
|
-
rake (12.3.2)
|
185
|
-
rb-fsevent (0.10.3)
|
186
|
-
rb-inotify (0.10.0)
|
187
|
-
ffi (~> 1.0)
|
188
|
-
responders (2.4.1)
|
189
|
-
actionpack (>= 4.2.0, < 6.0)
|
190
|
-
railties (>= 4.2.0, < 6.0)
|
191
|
-
rspec (3.8.0)
|
192
|
-
rspec-core (~> 3.8.0)
|
193
|
-
rspec-expectations (~> 3.8.0)
|
194
|
-
rspec-mocks (~> 3.8.0)
|
195
|
-
rspec-collection_matchers (1.1.3)
|
196
|
-
rspec-expectations (>= 2.99.0.beta1)
|
197
|
-
rspec-core (3.8.0)
|
198
|
-
rspec-support (~> 3.8.0)
|
199
|
-
rspec-expectations (3.8.2)
|
200
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
201
|
-
rspec-support (~> 3.8.0)
|
202
|
-
rspec-mocks (3.8.0)
|
203
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
204
|
-
rspec-support (~> 3.8.0)
|
205
|
-
rspec-rails (3.8.1)
|
206
|
-
actionpack (>= 3.0)
|
207
|
-
activesupport (>= 3.0)
|
208
|
-
railties (>= 3.0)
|
209
|
-
rspec-core (~> 3.8.0)
|
210
|
-
rspec-expectations (~> 3.8.0)
|
211
|
-
rspec-mocks (~> 3.8.0)
|
212
|
-
rspec-support (~> 3.8.0)
|
213
|
-
rspec-support (3.8.0)
|
214
|
-
ruby-progressbar (1.10.0)
|
215
|
-
rubyzip (1.2.2)
|
216
|
-
sass (3.7.3)
|
217
|
-
sass-listen (~> 4.0.0)
|
218
|
-
sass-listen (4.0.0)
|
219
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
220
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
221
|
-
sass-rails (5.0.7)
|
222
|
-
railties (>= 4.0.0, < 6)
|
223
|
-
sass (~> 3.1)
|
224
|
-
sprockets (>= 2.8, < 4.0)
|
225
|
-
sprockets-rails (>= 2.0, < 4.0)
|
226
|
-
tilt (>= 1.1, < 3)
|
227
|
-
selenium-webdriver (3.141.0)
|
228
|
-
childprocess (~> 0.5)
|
229
|
-
rubyzip (~> 1.2, >= 1.2.2)
|
230
|
-
shoulda-matchers (3.1.2)
|
231
|
-
activesupport (>= 4.0.0)
|
232
|
-
simple_form (4.0.1)
|
233
|
-
actionpack (>= 5.0)
|
234
|
-
activemodel (>= 5.0)
|
235
|
-
simplecov (0.16.1)
|
236
|
-
docile (~> 1.1)
|
237
|
-
json (>= 1.8, < 3)
|
238
|
-
simplecov-html (~> 0.10.0)
|
239
|
-
simplecov-html (0.10.2)
|
240
|
-
slim (4.0.1)
|
241
|
-
temple (>= 0.7.6, < 0.9)
|
242
|
-
tilt (>= 2.0.6, < 2.1)
|
243
|
-
sprockets (3.7.2)
|
244
|
-
concurrent-ruby (~> 1.0)
|
245
|
-
rack (> 1, < 3)
|
246
|
-
sprockets-rails (3.2.1)
|
247
|
-
actionpack (>= 4.0)
|
248
|
-
activesupport (>= 4.0)
|
249
|
-
sprockets (>= 3.0.0)
|
250
|
-
temple (0.8.0)
|
251
|
-
thor (0.20.3)
|
252
|
-
thread_safe (0.3.6)
|
253
|
-
tilt (2.0.9)
|
254
|
-
tzinfo (1.2.5)
|
255
|
-
thread_safe (~> 0.1)
|
256
|
-
websocket-driver (0.7.0)
|
257
|
-
websocket-extensions (>= 0.1.0)
|
258
|
-
websocket-extensions (0.1.3)
|
259
|
-
xpath (3.2.0)
|
260
|
-
nokogiri (~> 1.8)
|
261
|
-
|
262
|
-
PLATFORMS
|
263
|
-
ruby
|
264
|
-
|
265
|
-
DEPENDENCIES
|
266
|
-
appraisal
|
267
|
-
better_errors
|
268
|
-
binding_of_caller
|
269
|
-
capybara (>= 2.3)
|
270
|
-
factory_bot_rails
|
271
|
-
faker (>= 1.4)
|
272
|
-
helena!
|
273
|
-
jquery-rails
|
274
|
-
launchy
|
275
|
-
mongoid (>= 7.0)
|
276
|
-
mongoid-rspec
|
277
|
-
pry
|
278
|
-
pry-byebug
|
279
|
-
rails (~> 5.1)
|
280
|
-
rake
|
281
|
-
rspec-collection_matchers (>= 1)
|
282
|
-
rspec-rails (>= 3)
|
283
|
-
ruby-progressbar
|
284
|
-
selenium-webdriver
|
285
|
-
shoulda-matchers
|
286
|
-
simple_form
|
287
|
-
simplecov
|
288
|
-
|
289
|
-
BUNDLED WITH
|
290
|
-
1.16.2
|