rails_edge_test 1.2.3 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +28 -0
- data/.gitignore +2 -0
- data/CHANGELOG.md +9 -1
- data/lib/rails_edge_test/dsl/edge.rb +23 -1
- data/lib/rails_edge_test/version.rb +1 -1
- data/nix/Gemfile +4 -4
- data/nix/Gemfile.lock +136 -102
- data/nix/gemset.nix +182 -128
- data/nix/sources.json +5 -17
- data/nix/sources.nix +106 -46
- data/nix/update-gemset.sh +1 -1
- data/rails_edge_test.gemspec +2 -2
- data/shell.nix +10 -3
- metadata +8 -13
- data/.travis.yml +0 -11
- data/gemfiles/rails_5.2.gemfile +0 -7
- data/gemfiles/rails_5.2.gemfile.lock +0 -149
- data/gemfiles/rails_6.0.gemfile +0 -7
- data/gemfiles/rails_6.0.gemfile.lock +0 -165
- data/gemfiles/rspec_6.0.gemfile.lock +0 -165
@@ -1,165 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
rails_edge_test (1.2.3)
|
5
|
-
actionpack (>= 5.2.0, < 7.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.0.3.4)
|
11
|
-
actionpack (= 6.0.3.4)
|
12
|
-
nio4r (~> 2.0)
|
13
|
-
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.3.4)
|
15
|
-
actionpack (= 6.0.3.4)
|
16
|
-
activejob (= 6.0.3.4)
|
17
|
-
activerecord (= 6.0.3.4)
|
18
|
-
activestorage (= 6.0.3.4)
|
19
|
-
activesupport (= 6.0.3.4)
|
20
|
-
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.3.4)
|
22
|
-
actionpack (= 6.0.3.4)
|
23
|
-
actionview (= 6.0.3.4)
|
24
|
-
activejob (= 6.0.3.4)
|
25
|
-
mail (~> 2.5, >= 2.5.4)
|
26
|
-
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.3.4)
|
28
|
-
actionview (= 6.0.3.4)
|
29
|
-
activesupport (= 6.0.3.4)
|
30
|
-
rack (~> 2.0, >= 2.0.8)
|
31
|
-
rack-test (>= 0.6.3)
|
32
|
-
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.3.4)
|
35
|
-
actionpack (= 6.0.3.4)
|
36
|
-
activerecord (= 6.0.3.4)
|
37
|
-
activestorage (= 6.0.3.4)
|
38
|
-
activesupport (= 6.0.3.4)
|
39
|
-
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.3.4)
|
41
|
-
activesupport (= 6.0.3.4)
|
42
|
-
builder (~> 3.1)
|
43
|
-
erubi (~> 1.4)
|
44
|
-
rails-dom-testing (~> 2.0)
|
45
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.3.4)
|
47
|
-
activesupport (= 6.0.3.4)
|
48
|
-
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.3.4)
|
50
|
-
activesupport (= 6.0.3.4)
|
51
|
-
activerecord (6.0.3.4)
|
52
|
-
activemodel (= 6.0.3.4)
|
53
|
-
activesupport (= 6.0.3.4)
|
54
|
-
activestorage (6.0.3.4)
|
55
|
-
actionpack (= 6.0.3.4)
|
56
|
-
activejob (= 6.0.3.4)
|
57
|
-
activerecord (= 6.0.3.4)
|
58
|
-
marcel (~> 0.3.1)
|
59
|
-
activesupport (6.0.3.4)
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>= 0.7, < 2)
|
62
|
-
minitest (~> 5.1)
|
63
|
-
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
65
|
-
appraisal (2.3.0)
|
66
|
-
bundler
|
67
|
-
rake
|
68
|
-
thor (>= 0.14.0)
|
69
|
-
builder (3.2.4)
|
70
|
-
concurrent-ruby (1.1.7)
|
71
|
-
crass (1.0.6)
|
72
|
-
diff-lcs (1.4.4)
|
73
|
-
erubi (1.10.0)
|
74
|
-
globalid (0.4.2)
|
75
|
-
activesupport (>= 4.2.0)
|
76
|
-
i18n (1.8.5)
|
77
|
-
concurrent-ruby (~> 1.0)
|
78
|
-
loofah (2.8.0)
|
79
|
-
crass (~> 1.0.2)
|
80
|
-
nokogiri (>= 1.5.9)
|
81
|
-
mail (2.7.1)
|
82
|
-
mini_mime (>= 0.1.1)
|
83
|
-
marcel (0.3.3)
|
84
|
-
mimemagic (~> 0.3.2)
|
85
|
-
method_source (1.0.0)
|
86
|
-
mimemagic (0.3.5)
|
87
|
-
mini_mime (1.0.2)
|
88
|
-
mini_portile2 (2.4.0)
|
89
|
-
minitest (5.14.2)
|
90
|
-
nio4r (2.5.4)
|
91
|
-
nokogiri (1.10.10)
|
92
|
-
mini_portile2 (~> 2.4.0)
|
93
|
-
rack (2.2.3)
|
94
|
-
rack-test (1.1.0)
|
95
|
-
rack (>= 1.0, < 3)
|
96
|
-
rails (6.0.3.4)
|
97
|
-
actioncable (= 6.0.3.4)
|
98
|
-
actionmailbox (= 6.0.3.4)
|
99
|
-
actionmailer (= 6.0.3.4)
|
100
|
-
actionpack (= 6.0.3.4)
|
101
|
-
actiontext (= 6.0.3.4)
|
102
|
-
actionview (= 6.0.3.4)
|
103
|
-
activejob (= 6.0.3.4)
|
104
|
-
activemodel (= 6.0.3.4)
|
105
|
-
activerecord (= 6.0.3.4)
|
106
|
-
activestorage (= 6.0.3.4)
|
107
|
-
activesupport (= 6.0.3.4)
|
108
|
-
bundler (>= 1.3.0)
|
109
|
-
railties (= 6.0.3.4)
|
110
|
-
sprockets-rails (>= 2.0.0)
|
111
|
-
rails-dom-testing (2.0.3)
|
112
|
-
activesupport (>= 4.2.0)
|
113
|
-
nokogiri (>= 1.6)
|
114
|
-
rails-html-sanitizer (1.3.0)
|
115
|
-
loofah (~> 2.3)
|
116
|
-
railties (6.0.3.4)
|
117
|
-
actionpack (= 6.0.3.4)
|
118
|
-
activesupport (= 6.0.3.4)
|
119
|
-
method_source
|
120
|
-
rake (>= 0.8.7)
|
121
|
-
thor (>= 0.20.3, < 2.0)
|
122
|
-
rake (13.0.1)
|
123
|
-
rspec (3.10.0)
|
124
|
-
rspec-core (~> 3.10.0)
|
125
|
-
rspec-expectations (~> 3.10.0)
|
126
|
-
rspec-mocks (~> 3.10.0)
|
127
|
-
rspec-core (3.10.0)
|
128
|
-
rspec-support (~> 3.10.0)
|
129
|
-
rspec-expectations (3.10.0)
|
130
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
131
|
-
rspec-support (~> 3.10.0)
|
132
|
-
rspec-mocks (3.10.0)
|
133
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
134
|
-
rspec-support (~> 3.10.0)
|
135
|
-
rspec-support (3.10.0)
|
136
|
-
sprockets (4.0.2)
|
137
|
-
concurrent-ruby (~> 1.0)
|
138
|
-
rack (> 1, < 3)
|
139
|
-
sprockets-rails (3.2.2)
|
140
|
-
actionpack (>= 4.0)
|
141
|
-
activesupport (>= 4.0)
|
142
|
-
sprockets (>= 3.0.0)
|
143
|
-
sqlite3 (1.4.2)
|
144
|
-
thor (1.0.1)
|
145
|
-
thread_safe (0.3.6)
|
146
|
-
tzinfo (1.2.8)
|
147
|
-
thread_safe (~> 0.1)
|
148
|
-
websocket-driver (0.7.3)
|
149
|
-
websocket-extensions (>= 0.1.0)
|
150
|
-
websocket-extensions (0.1.5)
|
151
|
-
zeitwerk (2.4.2)
|
152
|
-
|
153
|
-
PLATFORMS
|
154
|
-
ruby
|
155
|
-
|
156
|
-
DEPENDENCIES
|
157
|
-
appraisal (~> 2.3)
|
158
|
-
rails (~> 6.0.0)
|
159
|
-
rails_edge_test!
|
160
|
-
rake (~> 13.0)
|
161
|
-
rspec (~> 3.9)
|
162
|
-
sqlite3 (~> 1.4.0)
|
163
|
-
|
164
|
-
BUNDLED WITH
|
165
|
-
2.1.4
|
@@ -1,165 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: ..
|
3
|
-
specs:
|
4
|
-
rails_edge_test (1.2.2)
|
5
|
-
actionpack (>= 5.2.0, < 7.0.0)
|
6
|
-
|
7
|
-
GEM
|
8
|
-
remote: https://rubygems.org/
|
9
|
-
specs:
|
10
|
-
actioncable (6.0.3.4)
|
11
|
-
actionpack (= 6.0.3.4)
|
12
|
-
nio4r (~> 2.0)
|
13
|
-
websocket-driver (>= 0.6.1)
|
14
|
-
actionmailbox (6.0.3.4)
|
15
|
-
actionpack (= 6.0.3.4)
|
16
|
-
activejob (= 6.0.3.4)
|
17
|
-
activerecord (= 6.0.3.4)
|
18
|
-
activestorage (= 6.0.3.4)
|
19
|
-
activesupport (= 6.0.3.4)
|
20
|
-
mail (>= 2.7.1)
|
21
|
-
actionmailer (6.0.3.4)
|
22
|
-
actionpack (= 6.0.3.4)
|
23
|
-
actionview (= 6.0.3.4)
|
24
|
-
activejob (= 6.0.3.4)
|
25
|
-
mail (~> 2.5, >= 2.5.4)
|
26
|
-
rails-dom-testing (~> 2.0)
|
27
|
-
actionpack (6.0.3.4)
|
28
|
-
actionview (= 6.0.3.4)
|
29
|
-
activesupport (= 6.0.3.4)
|
30
|
-
rack (~> 2.0, >= 2.0.8)
|
31
|
-
rack-test (>= 0.6.3)
|
32
|
-
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
34
|
-
actiontext (6.0.3.4)
|
35
|
-
actionpack (= 6.0.3.4)
|
36
|
-
activerecord (= 6.0.3.4)
|
37
|
-
activestorage (= 6.0.3.4)
|
38
|
-
activesupport (= 6.0.3.4)
|
39
|
-
nokogiri (>= 1.8.5)
|
40
|
-
actionview (6.0.3.4)
|
41
|
-
activesupport (= 6.0.3.4)
|
42
|
-
builder (~> 3.1)
|
43
|
-
erubi (~> 1.4)
|
44
|
-
rails-dom-testing (~> 2.0)
|
45
|
-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
46
|
-
activejob (6.0.3.4)
|
47
|
-
activesupport (= 6.0.3.4)
|
48
|
-
globalid (>= 0.3.6)
|
49
|
-
activemodel (6.0.3.4)
|
50
|
-
activesupport (= 6.0.3.4)
|
51
|
-
activerecord (6.0.3.4)
|
52
|
-
activemodel (= 6.0.3.4)
|
53
|
-
activesupport (= 6.0.3.4)
|
54
|
-
activestorage (6.0.3.4)
|
55
|
-
actionpack (= 6.0.3.4)
|
56
|
-
activejob (= 6.0.3.4)
|
57
|
-
activerecord (= 6.0.3.4)
|
58
|
-
marcel (~> 0.3.1)
|
59
|
-
activesupport (6.0.3.4)
|
60
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
61
|
-
i18n (>= 0.7, < 2)
|
62
|
-
minitest (~> 5.1)
|
63
|
-
tzinfo (~> 1.1)
|
64
|
-
zeitwerk (~> 2.2, >= 2.2.2)
|
65
|
-
appraisal (2.3.0)
|
66
|
-
bundler
|
67
|
-
rake
|
68
|
-
thor (>= 0.14.0)
|
69
|
-
builder (3.2.4)
|
70
|
-
concurrent-ruby (1.1.7)
|
71
|
-
crass (1.0.6)
|
72
|
-
diff-lcs (1.4.4)
|
73
|
-
erubi (1.10.0)
|
74
|
-
globalid (0.4.2)
|
75
|
-
activesupport (>= 4.2.0)
|
76
|
-
i18n (1.8.5)
|
77
|
-
concurrent-ruby (~> 1.0)
|
78
|
-
loofah (2.8.0)
|
79
|
-
crass (~> 1.0.2)
|
80
|
-
nokogiri (>= 1.5.9)
|
81
|
-
mail (2.7.1)
|
82
|
-
mini_mime (>= 0.1.1)
|
83
|
-
marcel (0.3.3)
|
84
|
-
mimemagic (~> 0.3.2)
|
85
|
-
method_source (1.0.0)
|
86
|
-
mimemagic (0.3.5)
|
87
|
-
mini_mime (1.0.2)
|
88
|
-
mini_portile2 (2.4.0)
|
89
|
-
minitest (5.14.2)
|
90
|
-
nio4r (2.5.4)
|
91
|
-
nokogiri (1.10.10)
|
92
|
-
mini_portile2 (~> 2.4.0)
|
93
|
-
rack (2.2.3)
|
94
|
-
rack-test (1.1.0)
|
95
|
-
rack (>= 1.0, < 3)
|
96
|
-
rails (6.0.3.4)
|
97
|
-
actioncable (= 6.0.3.4)
|
98
|
-
actionmailbox (= 6.0.3.4)
|
99
|
-
actionmailer (= 6.0.3.4)
|
100
|
-
actionpack (= 6.0.3.4)
|
101
|
-
actiontext (= 6.0.3.4)
|
102
|
-
actionview (= 6.0.3.4)
|
103
|
-
activejob (= 6.0.3.4)
|
104
|
-
activemodel (= 6.0.3.4)
|
105
|
-
activerecord (= 6.0.3.4)
|
106
|
-
activestorage (= 6.0.3.4)
|
107
|
-
activesupport (= 6.0.3.4)
|
108
|
-
bundler (>= 1.3.0)
|
109
|
-
railties (= 6.0.3.4)
|
110
|
-
sprockets-rails (>= 2.0.0)
|
111
|
-
rails-dom-testing (2.0.3)
|
112
|
-
activesupport (>= 4.2.0)
|
113
|
-
nokogiri (>= 1.6)
|
114
|
-
rails-html-sanitizer (1.3.0)
|
115
|
-
loofah (~> 2.3)
|
116
|
-
railties (6.0.3.4)
|
117
|
-
actionpack (= 6.0.3.4)
|
118
|
-
activesupport (= 6.0.3.4)
|
119
|
-
method_source
|
120
|
-
rake (>= 0.8.7)
|
121
|
-
thor (>= 0.20.3, < 2.0)
|
122
|
-
rake (13.0.1)
|
123
|
-
rspec (3.10.0)
|
124
|
-
rspec-core (~> 3.10.0)
|
125
|
-
rspec-expectations (~> 3.10.0)
|
126
|
-
rspec-mocks (~> 3.10.0)
|
127
|
-
rspec-core (3.10.0)
|
128
|
-
rspec-support (~> 3.10.0)
|
129
|
-
rspec-expectations (3.10.0)
|
130
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
131
|
-
rspec-support (~> 3.10.0)
|
132
|
-
rspec-mocks (3.10.0)
|
133
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
134
|
-
rspec-support (~> 3.10.0)
|
135
|
-
rspec-support (3.10.0)
|
136
|
-
sprockets (4.0.2)
|
137
|
-
concurrent-ruby (~> 1.0)
|
138
|
-
rack (> 1, < 3)
|
139
|
-
sprockets-rails (3.2.2)
|
140
|
-
actionpack (>= 4.0)
|
141
|
-
activesupport (>= 4.0)
|
142
|
-
sprockets (>= 3.0.0)
|
143
|
-
sqlite3 (1.4.2)
|
144
|
-
thor (1.0.1)
|
145
|
-
thread_safe (0.3.6)
|
146
|
-
tzinfo (1.2.8)
|
147
|
-
thread_safe (~> 0.1)
|
148
|
-
websocket-driver (0.7.3)
|
149
|
-
websocket-extensions (>= 0.1.0)
|
150
|
-
websocket-extensions (0.1.5)
|
151
|
-
zeitwerk (2.4.2)
|
152
|
-
|
153
|
-
PLATFORMS
|
154
|
-
ruby
|
155
|
-
|
156
|
-
DEPENDENCIES
|
157
|
-
appraisal (~> 2.3)
|
158
|
-
rails (~> 6.0.0)
|
159
|
-
rails_edge_test!
|
160
|
-
rake (~> 13.0)
|
161
|
-
rspec (~> 3.9)
|
162
|
-
sqlite3 (~> 1.4.0)
|
163
|
-
|
164
|
-
BUNDLED WITH
|
165
|
-
2.1.4
|