pickle 0.7.2 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +6 -80
- data/{gemfiles/Gemfile-rails.5.2.x-cukes-5 → Gemfile} +5 -4
- data/History.txt +7 -0
- data/lib/pickle/version.rb +1 -1
- data/pickle.gemspec +3 -3
- metadata +9 -28
- data/gemfiles/Gemfile-rails.4.2.x +0 -13
- data/gemfiles/Gemfile-rails.4.2.x.lock +0 -216
- data/gemfiles/Gemfile-rails.5.0.x +0 -12
- data/gemfiles/Gemfile-rails.5.1.x +0 -10
- data/gemfiles/Gemfile-rails.5.2.x +0 -11
- data/gemfiles/Gemfile-rails.5.2.x-cukes-4 +0 -11
- data/gemfiles/Gemfile-rails.6.0.x-cukes-3 +0 -10
- data/gemfiles/Gemfile-rails.6.0.x-cukes-4 +0 -10
- data/gemfiles/Gemfile-rails.6.0.x-cukes-5 +0 -11
- data/gemfiles/Gemfile-rails.6.0.x-cukes-6 +0 -11
- data/gemfiles/Gemfile-rails.6.0.x-cukes-7 +0 -11
- data/gemfiles/Gemfile-rails.6.1.x-cukes-3 +0 -10
- data/gemfiles/Gemfile-rails.6.1.x-cukes-4 +0 -10
- data/gemfiles/Gemfile-rails.6.1.x-cukes-5 +0 -11
- data/gemfiles/Gemfile-rails.6.1.x-cukes-6 +0 -11
- data/gemfiles/Gemfile-rails.6.1.x-cukes-7 +0 -11
- data/gemfiles/Gemfile-rails.7.0.x-cukes-6 +0 -11
- data/gemfiles/Gemfile-rails.7.0.x-cukes-7 +0 -11
- data/gemfiles/Gemfile-rails.edge +0 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b34ea17050b8d32456511ccd1a82bfbc06174d31b0153044e02f98d777f518d0
|
4
|
+
data.tar.gz: d9c7e087bb57f8387af8cc536474ca8cfa4b360d419fdac7a1ffe04a5febd11c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c68e738902c4bff6ac05527f9ff592bfa634c16619d59a27e63da31b5feba127046ac43fd7684a1169d83460452ffec76e86c1c4c7a63b924450617646a2fd2e
|
7
|
+
data.tar.gz: 666bf8a02dc133e634b2b4e981aa1f4b119a13f2c3789b90486c10b5e069aaf6e1c856fea49fe8eb0e658e2283c18c0b6f0e3183eec578fc08c039d02fadfa44
|
data/.github/workflows/build.yml
CHANGED
@@ -15,88 +15,14 @@ jobs:
|
|
15
15
|
strategy:
|
16
16
|
fail-fast: false
|
17
17
|
matrix:
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
- 2.7
|
22
|
-
- 2.6
|
23
|
-
- 2.5
|
24
|
-
gemfile:
|
25
|
-
# Cucumber 3.2+
|
26
|
-
- Gemfile-rails.4.2.x
|
27
|
-
- Gemfile-rails.5.0.x
|
28
|
-
- Gemfile-rails.5.1.x
|
29
|
-
- Gemfile-rails.5.2.x
|
30
|
-
- Gemfile-rails.6.0.x-cukes-3
|
31
|
-
- Gemfile-rails.6.1.x-cukes-3
|
32
|
-
# Cucumber 4.1+
|
33
|
-
- Gemfile-rails.5.2.x-cukes-4
|
34
|
-
- Gemfile-rails.6.0.x-cukes-4
|
35
|
-
# Cucumber 5.3+
|
36
|
-
- Gemfile-rails.5.2.x-cukes-5
|
37
|
-
- Gemfile-rails.6.0.x-cukes-5
|
38
|
-
- Gemfile-rails.6.1.x-cukes-5
|
39
|
-
# Cucumber 6
|
40
|
-
- Gemfile-rails.6.0.x-cukes-6
|
41
|
-
- Gemfile-rails.6.1.x-cukes-6
|
42
|
-
- Gemfile-rails.7.0.x-cukes-6
|
43
|
-
# Cucumber 7
|
44
|
-
- Gemfile-rails.6.0.x-cukes-7
|
45
|
-
- Gemfile-rails.6.1.x-cukes-7
|
46
|
-
- Gemfile-rails.7.0.x-cukes-7
|
47
|
-
# Edge
|
48
|
-
- Gemfile-rails.edge
|
49
|
-
exclude:
|
50
|
-
# Rails edge is now 7.x and requires ruby 2.7
|
51
|
-
- gemfile: Gemfile-rails.edge
|
52
|
-
ruby: 2.6
|
53
|
-
- gemfile: Gemfile-rails.edge
|
54
|
-
ruby: 2.5
|
55
|
-
- gemfile: Gemfile-rails.7.0.x-cukes-7
|
56
|
-
ruby: 2.6
|
57
|
-
- gemfile: Gemfile-rails.7.0.x-cukes-7
|
58
|
-
ruby: 2.5
|
59
|
-
- gemfile: Gemfile-rails.7.0.x-cukes-6
|
60
|
-
ruby: 2.6
|
61
|
-
- gemfile: Gemfile-rails.7.0.x-cukes-6
|
62
|
-
ruby: 2.5
|
63
|
-
- gemfile: Gemfile-rails.4.2.x
|
64
|
-
ruby: 2.7
|
65
|
-
- gemfile: Gemfile-rails.4.2.x
|
66
|
-
ruby: '3.0'
|
67
|
-
- gemfile: Gemfile-rails.4.2.x
|
68
|
-
ruby: '3.1'
|
69
|
-
- gemfile: Gemfile-rails.5.0.x
|
70
|
-
ruby: '3.1'
|
71
|
-
- gemfile: Gemfile-rails.5.1.x
|
72
|
-
ruby: '3.1'
|
73
|
-
- gemfile: Gemfile-rails.5.2.x
|
74
|
-
ruby: '3.1'
|
75
|
-
- gemfile: Gemfile-rails.6.0.x-cukes-3
|
76
|
-
ruby: '3.1'
|
77
|
-
- gemfile: Gemfile-rails.6.1.x-cukes-3
|
78
|
-
ruby: '3.1'
|
79
|
-
- gemfile: Gemfile-rails.5.2.x-cukes-4
|
80
|
-
ruby: '3.1'
|
81
|
-
- gemfile: Gemfile-rails.6.0.x-cukes-4
|
82
|
-
ruby: '3.1'
|
83
|
-
- gemfile: Gemfile-rails.5.2.x-cukes-5
|
84
|
-
ruby: '3.1'
|
85
|
-
- gemfile: Gemfile-rails.6.0.x-cukes-5
|
86
|
-
ruby: '3.1'
|
87
|
-
- gemfile: Gemfile-rails.6.1.x-cukes-5
|
88
|
-
ruby: '3.1'
|
89
|
-
- gemfile: Gemfile-rails.6.0.x-cukes-6
|
90
|
-
ruby: '3.1'
|
91
|
-
- gemfile: Gemfile-rails.6.1.x-cukes-6
|
92
|
-
ruby: '3.1'
|
93
|
-
- gemfile: Gemfile-rails.6.0.x-cukes-7
|
94
|
-
ruby: '3.1'
|
95
|
-
- gemfile: Gemfile-rails.6.1.x-cukes-7
|
96
|
-
ruby: '3.1'
|
18
|
+
rails: ["7.0", "6.1", "6.0"]
|
19
|
+
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
|
20
|
+
cucumber: ["8.0", "7.0", "6.0", "5.0", "4.0", "3.0"]
|
97
21
|
|
98
22
|
env:
|
99
|
-
|
23
|
+
RUBY_VERSION: ${{ matrix.ruby }}
|
24
|
+
RAILS_VERSION: ${{ matrix.rails }}
|
25
|
+
CUKES_VERSION: ${{ matrix.cucumber }}
|
100
26
|
steps:
|
101
27
|
- uses: actions/checkout@v2
|
102
28
|
- uses: ruby/setup-ruby@v1
|
@@ -1,11 +1,12 @@
|
|
1
1
|
source "https://rubygems.org"
|
2
2
|
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
3
|
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
4
|
|
6
|
-
gemspec :path => "
|
5
|
+
gemspec :path => "."
|
7
6
|
|
8
|
-
|
9
|
-
|
7
|
+
# use ENV vars, with default value as fallback for local setup
|
8
|
+
ruby (ENV['RUBY_VERSION'] || '3.2.2')
|
9
|
+
gem "rails", "~> #{ENV['RAILS_VERSION'] || '7.0'}.0"
|
10
|
+
gem "cucumber", "~> #{ENV['CUKES_VERSION'] || '7.0'}"
|
10
11
|
gem "cucumber-rails"
|
11
12
|
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
data/History.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
== 0.8.0
|
2
|
+
* Added support for Cucumber 8.x
|
3
|
+
* Removed support for Rails 4.2 -> 5.2
|
4
|
+
* Removed support for Ruby 2.0 -> 2.6
|
5
|
+
* Clean up Gemfiles, testing Ruby 2.7 -> 3.2 and Rails 6.0 -> 7.0
|
6
|
+
* Cucumber 3.x -> 8.x remain supported.
|
7
|
+
|
1
8
|
== 0.7.2
|
2
9
|
* Eliminate noisy warning: =~ called on anything but String objects.
|
3
10
|
|
data/lib/pickle/version.rb
CHANGED
data/pickle.gemspec
CHANGED
@@ -13,13 +13,13 @@ Gem::Specification.new do |s|
|
|
13
13
|
s.homepage = "https://github.com/ianwhite/pickle"
|
14
14
|
|
15
15
|
s.rubyforge_project = "pickle"
|
16
|
-
s.required_rubygems_version = ">= 2.
|
16
|
+
s.required_rubygems_version = ">= 2.7"
|
17
17
|
|
18
18
|
s.files = `git ls-files`.split("\n")
|
19
19
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
20
20
|
s.require_paths = ["lib"]
|
21
21
|
|
22
|
-
s.add_dependency "cucumber", ">=3.0", "<
|
22
|
+
s.add_dependency "cucumber", ">=3.0", "< 9.0"
|
23
23
|
s.add_dependency "rake"
|
24
24
|
|
25
25
|
s.add_development_dependency "rack"
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
|
|
27
27
|
s.add_development_dependency "git"
|
28
28
|
s.add_development_dependency "yard"
|
29
29
|
s.add_development_dependency "rspec-rails", "~>3.0"
|
30
|
-
s.add_development_dependency "rails", ">=
|
30
|
+
s.add_development_dependency "rails", ">= 6.0", "< 8.0"
|
31
31
|
s.add_development_dependency "cucumber-rails"
|
32
32
|
s.add_development_dependency "factory_bot"
|
33
33
|
s.add_development_dependency "fabrication", '~> 2.0'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pickle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian White
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2023-04-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '3.0'
|
22
22
|
- - "<"
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: '
|
24
|
+
version: '9.0'
|
25
25
|
type: :runtime
|
26
26
|
prerelease: false
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
version: '3.0'
|
32
32
|
- - "<"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: '
|
34
|
+
version: '9.0'
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: rake
|
37
37
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,7 +122,7 @@ dependencies:
|
|
122
122
|
requirements:
|
123
123
|
- - ">="
|
124
124
|
- !ruby/object:Gem::Version
|
125
|
-
version:
|
125
|
+
version: '6.0'
|
126
126
|
- - "<"
|
127
127
|
- !ruby/object:Gem::Version
|
128
128
|
version: '8.0'
|
@@ -132,7 +132,7 @@ dependencies:
|
|
132
132
|
requirements:
|
133
133
|
- - ">="
|
134
134
|
- !ruby/object:Gem::Version
|
135
|
-
version:
|
135
|
+
version: '6.0'
|
136
136
|
- - "<"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '8.0'
|
@@ -261,6 +261,7 @@ files:
|
|
261
261
|
- ".gitignore"
|
262
262
|
- ".rspec"
|
263
263
|
- ".travis.yml"
|
264
|
+
- Gemfile
|
264
265
|
- History.txt
|
265
266
|
- License.txt
|
266
267
|
- README.md
|
@@ -298,26 +299,6 @@ files:
|
|
298
299
|
- features/support/paths.rb
|
299
300
|
- features/support/pickle.rb
|
300
301
|
- features/support/pickle_app.rb
|
301
|
-
- gemfiles/Gemfile-rails.4.2.x
|
302
|
-
- gemfiles/Gemfile-rails.4.2.x.lock
|
303
|
-
- gemfiles/Gemfile-rails.5.0.x
|
304
|
-
- gemfiles/Gemfile-rails.5.1.x
|
305
|
-
- gemfiles/Gemfile-rails.5.2.x
|
306
|
-
- gemfiles/Gemfile-rails.5.2.x-cukes-4
|
307
|
-
- gemfiles/Gemfile-rails.5.2.x-cukes-5
|
308
|
-
- gemfiles/Gemfile-rails.6.0.x-cukes-3
|
309
|
-
- gemfiles/Gemfile-rails.6.0.x-cukes-4
|
310
|
-
- gemfiles/Gemfile-rails.6.0.x-cukes-5
|
311
|
-
- gemfiles/Gemfile-rails.6.0.x-cukes-6
|
312
|
-
- gemfiles/Gemfile-rails.6.0.x-cukes-7
|
313
|
-
- gemfiles/Gemfile-rails.6.1.x-cukes-3
|
314
|
-
- gemfiles/Gemfile-rails.6.1.x-cukes-4
|
315
|
-
- gemfiles/Gemfile-rails.6.1.x-cukes-5
|
316
|
-
- gemfiles/Gemfile-rails.6.1.x-cukes-6
|
317
|
-
- gemfiles/Gemfile-rails.6.1.x-cukes-7
|
318
|
-
- gemfiles/Gemfile-rails.7.0.x-cukes-6
|
319
|
-
- gemfiles/Gemfile-rails.7.0.x-cukes-7
|
320
|
-
- gemfiles/Gemfile-rails.edge
|
321
302
|
- lib/generators/pickle_generator.rb
|
322
303
|
- lib/pickle.rb
|
323
304
|
- lib/pickle/adapter.rb
|
@@ -370,9 +351,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
370
351
|
requirements:
|
371
352
|
- - ">="
|
372
353
|
- !ruby/object:Gem::Version
|
373
|
-
version: '2.
|
354
|
+
version: '2.7'
|
374
355
|
requirements: []
|
375
|
-
rubygems_version: 3.
|
356
|
+
rubygems_version: 3.4.11
|
376
357
|
signing_key:
|
377
358
|
specification_version: 4
|
378
359
|
summary: Easy model creation and reference in your cucumber features.
|
@@ -1,13 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 4.2.9"
|
9
|
-
gem "cucumber", "~> 3.2.0"
|
10
|
-
gem "sqlite3", "~> 1.3.6"
|
11
|
-
gem "bundler", "~> 1.17"
|
12
|
-
|
13
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,216 +0,0 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/mathieujobin/fabrication.git
|
3
|
-
revision: 923cf6fcefd0566b1d6be7bd2f685b89388f4800
|
4
|
-
ref: 923cf6fcefd0566b1d6be7bd2f685b89388f4800
|
5
|
-
specs:
|
6
|
-
fabrication (2.16.2)
|
7
|
-
|
8
|
-
PATH
|
9
|
-
remote: ..
|
10
|
-
specs:
|
11
|
-
pickle (0.7.2)
|
12
|
-
cucumber (>= 3.0, < 8.0)
|
13
|
-
rake
|
14
|
-
|
15
|
-
GEM
|
16
|
-
remote: https://rubygems.org/
|
17
|
-
specs:
|
18
|
-
actionmailer (4.2.11.3)
|
19
|
-
actionpack (= 4.2.11.3)
|
20
|
-
actionview (= 4.2.11.3)
|
21
|
-
activejob (= 4.2.11.3)
|
22
|
-
mail (~> 2.5, >= 2.5.4)
|
23
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
24
|
-
actionpack (4.2.11.3)
|
25
|
-
actionview (= 4.2.11.3)
|
26
|
-
activesupport (= 4.2.11.3)
|
27
|
-
rack (~> 1.6)
|
28
|
-
rack-test (~> 0.6.2)
|
29
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
30
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
31
|
-
actionview (4.2.11.3)
|
32
|
-
activesupport (= 4.2.11.3)
|
33
|
-
builder (~> 3.1)
|
34
|
-
erubis (~> 2.7.0)
|
35
|
-
rails-dom-testing (~> 1.0, >= 1.0.5)
|
36
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
37
|
-
activejob (4.2.11.3)
|
38
|
-
activesupport (= 4.2.11.3)
|
39
|
-
globalid (>= 0.3.0)
|
40
|
-
activemodel (4.2.11.3)
|
41
|
-
activesupport (= 4.2.11.3)
|
42
|
-
builder (~> 3.1)
|
43
|
-
activerecord (4.2.11.3)
|
44
|
-
activemodel (= 4.2.11.3)
|
45
|
-
activesupport (= 4.2.11.3)
|
46
|
-
arel (~> 6.0)
|
47
|
-
activesupport (4.2.11.3)
|
48
|
-
i18n (~> 0.7)
|
49
|
-
minitest (~> 5.1)
|
50
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
51
|
-
tzinfo (~> 1.1)
|
52
|
-
addressable (2.8.0)
|
53
|
-
public_suffix (>= 2.0.2, < 5.0)
|
54
|
-
arel (6.0.4)
|
55
|
-
backports (3.23.0)
|
56
|
-
builder (3.2.4)
|
57
|
-
capybara (3.35.3)
|
58
|
-
addressable
|
59
|
-
mini_mime (>= 0.1.3)
|
60
|
-
nokogiri (~> 1.8)
|
61
|
-
rack (>= 1.6.0)
|
62
|
-
rack-test (>= 0.6.3)
|
63
|
-
regexp_parser (>= 1.5, < 3.0)
|
64
|
-
xpath (~> 3.2)
|
65
|
-
codecov (0.6.0)
|
66
|
-
simplecov (>= 0.15, < 0.22)
|
67
|
-
concurrent-ruby (1.1.10)
|
68
|
-
crass (1.0.6)
|
69
|
-
cucumber (3.2.0)
|
70
|
-
builder (>= 2.1.2)
|
71
|
-
cucumber-core (~> 3.2.0)
|
72
|
-
cucumber-expressions (~> 6.0.1)
|
73
|
-
cucumber-wire (~> 0.0.1)
|
74
|
-
diff-lcs (~> 1.3)
|
75
|
-
gherkin (~> 5.1.0)
|
76
|
-
multi_json (>= 1.7.5, < 2.0)
|
77
|
-
multi_test (>= 0.1.2)
|
78
|
-
cucumber-core (3.2.1)
|
79
|
-
backports (>= 3.8.0)
|
80
|
-
cucumber-tag_expressions (~> 1.1.0)
|
81
|
-
gherkin (~> 5.0)
|
82
|
-
cucumber-expressions (6.0.1)
|
83
|
-
cucumber-rails (2.1.0)
|
84
|
-
capybara (>= 2.12, < 4)
|
85
|
-
cucumber (>= 3.0.2, < 5)
|
86
|
-
mime-types (>= 2.0, < 4)
|
87
|
-
nokogiri (~> 1.8)
|
88
|
-
rails (>= 4.2, < 7)
|
89
|
-
cucumber-tag_expressions (1.1.1)
|
90
|
-
cucumber-wire (0.0.1)
|
91
|
-
database_cleaner (1.99.0)
|
92
|
-
diff-lcs (1.5.0)
|
93
|
-
docile (1.4.0)
|
94
|
-
erubis (2.7.0)
|
95
|
-
factory_bot (5.2.0)
|
96
|
-
activesupport (>= 4.2.0)
|
97
|
-
gherkin (5.1.0)
|
98
|
-
git (1.10.2)
|
99
|
-
rchardet (~> 1.8)
|
100
|
-
globalid (0.4.2)
|
101
|
-
activesupport (>= 4.2.0)
|
102
|
-
i18n (0.9.5)
|
103
|
-
concurrent-ruby (~> 1.0)
|
104
|
-
loofah (2.15.0)
|
105
|
-
crass (~> 1.0.2)
|
106
|
-
nokogiri (>= 1.5.9)
|
107
|
-
machinist (2.0)
|
108
|
-
mail (2.7.1)
|
109
|
-
mini_mime (>= 0.1.1)
|
110
|
-
mime-types (3.4.1)
|
111
|
-
mime-types-data (~> 3.2015)
|
112
|
-
mime-types-data (3.2022.0105)
|
113
|
-
mini_mime (1.1.2)
|
114
|
-
mini_portile2 (2.6.1)
|
115
|
-
minitest (5.15.0)
|
116
|
-
multi_json (1.15.0)
|
117
|
-
multi_test (0.1.2)
|
118
|
-
nokogiri (1.12.5)
|
119
|
-
mini_portile2 (~> 2.6.1)
|
120
|
-
racc (~> 1.4)
|
121
|
-
public_suffix (4.0.6)
|
122
|
-
racc (1.6.0)
|
123
|
-
rack (1.6.13)
|
124
|
-
rack-test (0.6.3)
|
125
|
-
rack (>= 1.0)
|
126
|
-
rails (4.2.11.3)
|
127
|
-
actionmailer (= 4.2.11.3)
|
128
|
-
actionpack (= 4.2.11.3)
|
129
|
-
actionview (= 4.2.11.3)
|
130
|
-
activejob (= 4.2.11.3)
|
131
|
-
activemodel (= 4.2.11.3)
|
132
|
-
activerecord (= 4.2.11.3)
|
133
|
-
activesupport (= 4.2.11.3)
|
134
|
-
bundler (>= 1.3.0, < 2.0)
|
135
|
-
railties (= 4.2.11.3)
|
136
|
-
sprockets-rails
|
137
|
-
rails-deprecated_sanitizer (1.0.4)
|
138
|
-
activesupport (>= 4.2.0.alpha)
|
139
|
-
rails-dom-testing (1.0.9)
|
140
|
-
activesupport (>= 4.2.0, < 5.0)
|
141
|
-
nokogiri (~> 1.6)
|
142
|
-
rails-deprecated_sanitizer (>= 1.0.1)
|
143
|
-
rails-html-sanitizer (1.4.2)
|
144
|
-
loofah (~> 2.3)
|
145
|
-
railties (4.2.11.3)
|
146
|
-
actionpack (= 4.2.11.3)
|
147
|
-
activesupport (= 4.2.11.3)
|
148
|
-
rake (>= 0.8.7)
|
149
|
-
thor (>= 0.18.1, < 2.0)
|
150
|
-
rake (13.0.6)
|
151
|
-
rchardet (1.8.0)
|
152
|
-
regexp_parser (2.2.1)
|
153
|
-
rspec-core (3.9.3)
|
154
|
-
rspec-support (~> 3.9.3)
|
155
|
-
rspec-expectations (3.9.4)
|
156
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
157
|
-
rspec-support (~> 3.9.0)
|
158
|
-
rspec-mocks (3.9.1)
|
159
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
160
|
-
rspec-support (~> 3.9.0)
|
161
|
-
rspec-rails (3.9.1)
|
162
|
-
actionpack (>= 3.0)
|
163
|
-
activesupport (>= 3.0)
|
164
|
-
railties (>= 3.0)
|
165
|
-
rspec-core (~> 3.9.0)
|
166
|
-
rspec-expectations (~> 3.9.0)
|
167
|
-
rspec-mocks (~> 3.9.0)
|
168
|
-
rspec-support (~> 3.9.0)
|
169
|
-
rspec-support (3.9.4)
|
170
|
-
simplecov (0.21.2)
|
171
|
-
docile (~> 1.1)
|
172
|
-
simplecov-html (~> 0.11)
|
173
|
-
simplecov_json_formatter (~> 0.1)
|
174
|
-
simplecov-html (0.12.3)
|
175
|
-
simplecov_json_formatter (0.1.4)
|
176
|
-
sprockets (4.0.3)
|
177
|
-
concurrent-ruby (~> 1.0)
|
178
|
-
rack (> 1, < 3)
|
179
|
-
sprockets-rails (3.2.2)
|
180
|
-
actionpack (>= 4.0)
|
181
|
-
activesupport (>= 4.0)
|
182
|
-
sprockets (>= 3.0.0)
|
183
|
-
sqlite3 (1.3.13)
|
184
|
-
thor (1.2.1)
|
185
|
-
thread_safe (0.3.6)
|
186
|
-
tzinfo (1.2.9)
|
187
|
-
thread_safe (~> 0.1)
|
188
|
-
webrick (1.7.0)
|
189
|
-
xpath (3.2.0)
|
190
|
-
nokogiri (~> 1.8)
|
191
|
-
yard (0.9.27)
|
192
|
-
webrick (~> 1.7.0)
|
193
|
-
|
194
|
-
PLATFORMS
|
195
|
-
ruby
|
196
|
-
|
197
|
-
DEPENDENCIES
|
198
|
-
bundler (~> 1.17)
|
199
|
-
capybara
|
200
|
-
codecov
|
201
|
-
cucumber (~> 3.2.0)
|
202
|
-
cucumber-rails
|
203
|
-
database_cleaner
|
204
|
-
fabrication!
|
205
|
-
factory_bot
|
206
|
-
git
|
207
|
-
machinist
|
208
|
-
pickle!
|
209
|
-
rack
|
210
|
-
rails (~> 4.2.9)
|
211
|
-
rspec-rails (~> 3.0)
|
212
|
-
sqlite3 (~> 1.3.6)
|
213
|
-
yard
|
214
|
-
|
215
|
-
BUNDLED WITH
|
216
|
-
1.17.3
|
@@ -1,12 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 5.0.2"
|
9
|
-
gem "cucumber", "~> 3.2.0"
|
10
|
-
gem "sqlite3", "~> 1.3.6"
|
11
|
-
|
12
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 5.1.0"
|
9
|
-
gem "cucumber", "~> 3.2"
|
10
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 5.2.0"
|
9
|
-
gem "cucumber", "~> 3.2.0"
|
10
|
-
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 5.2.0"
|
9
|
-
gem "cucumber", "~> 4.0"
|
10
|
-
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "activerecord", "~> 6.0.0"
|
9
|
-
gem "cucumber", "~> 3.2"
|
10
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "activerecord", "~> 6.0.0"
|
9
|
-
gem "cucumber", "~> 4.1"
|
10
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.0.0"
|
9
|
-
gem "cucumber", "~> 5.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.0.0"
|
9
|
-
gem "cucumber", "~> 6.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.0.0"
|
9
|
-
gem "cucumber", "~> 7.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "activerecord", "~> 6.1.0"
|
9
|
-
gem "cucumber", "~> 3.2"
|
10
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,10 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "activerecord", "~> 6.1.0"
|
9
|
-
gem "cucumber", "~> 4.1"
|
10
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.1.0"
|
9
|
-
gem "cucumber", "~> 5.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.1.0"
|
9
|
-
gem "cucumber", "~> 6.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 6.1.0"
|
9
|
-
gem "cucumber", "~> 7.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 7.0.2"
|
9
|
-
gem "cucumber", "~> 6.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
@@ -1,11 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", "~> 7.0.2"
|
9
|
-
gem "cucumber", "~> 7.0"
|
10
|
-
gem "cucumber-rails"
|
11
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|
data/gemfiles/Gemfile-rails.edge
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
source "https://rubygems.org"
|
2
|
-
|
3
|
-
# Bundler 1.x default to insecure http:// for github: shortcut
|
4
|
-
git_source(:github){ |repo_name| "https://github.com/#{repo_name}.git" }
|
5
|
-
|
6
|
-
gemspec :path => ".."
|
7
|
-
|
8
|
-
gem "rails", :github => "rails/rails"
|
9
|
-
gem 'fabrication', github: 'mathieujobin/fabrication', ref: '923cf6fcefd0566b1d6be7bd2f685b89388f4800'
|