dalliance 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
6
  gem "rails", "~> 5.2.2"
@@ -1,50 +1,50 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- dalliance (0.5.1)
5
- rails (>= 3.2, < 5.3)
4
+ dalliance (0.7.0)
5
+ rails (>= 5.0, < 6.1)
6
6
  state_machine
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.2.3)
12
- actionpack (= 5.2.3)
11
+ actioncable (5.2.4.1)
12
+ actionpack (= 5.2.4.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailer (5.2.3)
16
- actionpack (= 5.2.3)
17
- actionview (= 5.2.3)
18
- activejob (= 5.2.3)
15
+ actionmailer (5.2.4.1)
16
+ actionpack (= 5.2.4.1)
17
+ actionview (= 5.2.4.1)
18
+ activejob (= 5.2.4.1)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.2.3)
22
- actionview (= 5.2.3)
23
- activesupport (= 5.2.3)
24
- rack (~> 2.0)
21
+ actionpack (5.2.4.1)
22
+ actionview (= 5.2.4.1)
23
+ activesupport (= 5.2.4.1)
24
+ rack (~> 2.0, >= 2.0.8)
25
25
  rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.2.3)
29
- activesupport (= 5.2.3)
28
+ actionview (5.2.4.1)
29
+ activesupport (= 5.2.4.1)
30
30
  builder (~> 3.1)
31
31
  erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.2.3)
35
- activesupport (= 5.2.3)
34
+ activejob (5.2.4.1)
35
+ activesupport (= 5.2.4.1)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.2.3)
38
- activesupport (= 5.2.3)
39
- activerecord (5.2.3)
40
- activemodel (= 5.2.3)
41
- activesupport (= 5.2.3)
37
+ activemodel (5.2.4.1)
38
+ activesupport (= 5.2.4.1)
39
+ activerecord (5.2.4.1)
40
+ activemodel (= 5.2.4.1)
41
+ activesupport (= 5.2.4.1)
42
42
  arel (>= 9.0)
43
- activestorage (5.2.3)
44
- actionpack (= 5.2.3)
45
- activerecord (= 5.2.3)
43
+ activestorage (5.2.4.1)
44
+ actionpack (= 5.2.4.1)
45
+ activerecord (= 5.2.4.1)
46
46
  marcel (~> 0.3.1)
47
- activesupport (5.2.3)
47
+ activesupport (5.2.4.1)
48
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
49
49
  i18n (>= 0.7, < 2)
50
50
  minitest (~> 5.1)
@@ -54,22 +54,27 @@ GEM
54
54
  rake
55
55
  thor (>= 0.14.0)
56
56
  arel (9.0.0)
57
- builder (3.2.3)
58
- byebug (10.0.2)
59
- concurrent-ruby (1.1.5)
60
- crass (1.0.4)
61
- delayed_job (4.1.5)
62
- activesupport (>= 3.0, < 5.3)
63
- delayed_job_active_record (4.1.3)
64
- activerecord (>= 3.0, < 5.3)
57
+ ast (2.4.0)
58
+ builder (3.2.4)
59
+ bundler-audit (0.6.1)
60
+ bundler (>= 1.2.0, < 3)
61
+ thor (~> 0.18)
62
+ byebug (11.1.1)
63
+ concurrent-ruby (1.1.6)
64
+ crass (1.0.6)
65
+ delayed_job (4.1.8)
66
+ activesupport (>= 3.0, < 6.1)
67
+ delayed_job_active_record (4.1.4)
68
+ activerecord (>= 3.0, < 6.1)
65
69
  delayed_job (>= 3.0, < 5)
66
70
  diff-lcs (1.3)
67
- erubi (1.8.0)
71
+ erubi (1.9.0)
68
72
  globalid (0.4.2)
69
73
  activesupport (>= 4.2.0)
70
- i18n (1.6.0)
74
+ i18n (1.8.2)
71
75
  concurrent-ruby (~> 1.0)
72
- loofah (2.2.3)
76
+ jaro_winkler (1.5.4)
77
+ loofah (2.4.0)
73
78
  crass (~> 1.0.2)
74
79
  nokogiri (>= 1.5.9)
75
80
  mail (2.7.1)
@@ -77,48 +82,53 @@ GEM
77
82
  marcel (0.3.3)
78
83
  mimemagic (~> 0.3.2)
79
84
  method_source (0.9.2)
80
- mimemagic (0.3.3)
81
- mini_mime (1.0.1)
85
+ mimemagic (0.3.4)
86
+ mini_mime (1.0.2)
82
87
  mini_portile2 (2.4.0)
83
- minitest (5.11.3)
88
+ minitest (5.14.0)
84
89
  mono_logger (1.1.0)
85
- multi_json (1.13.1)
86
- mustermann (1.0.3)
87
- nio4r (2.3.1)
88
- nokogiri (1.10.3)
90
+ multi_json (1.14.1)
91
+ mustermann (1.1.1)
92
+ ruby2_keywords (~> 0.0.1)
93
+ nio4r (2.5.2)
94
+ nokogiri (1.10.8)
89
95
  mini_portile2 (~> 2.4.0)
90
- rack (2.0.7)
91
- rack-protection (2.0.5)
96
+ parallel (1.19.1)
97
+ parser (2.7.0.3)
98
+ ast (~> 2.4.0)
99
+ rack (2.2.2)
100
+ rack-protection (2.0.8.1)
92
101
  rack
93
102
  rack-test (1.1.0)
94
103
  rack (>= 1.0, < 3)
95
- rails (5.2.3)
96
- actioncable (= 5.2.3)
97
- actionmailer (= 5.2.3)
98
- actionpack (= 5.2.3)
99
- actionview (= 5.2.3)
100
- activejob (= 5.2.3)
101
- activemodel (= 5.2.3)
102
- activerecord (= 5.2.3)
103
- activestorage (= 5.2.3)
104
- activesupport (= 5.2.3)
104
+ rails (5.2.4.1)
105
+ actioncable (= 5.2.4.1)
106
+ actionmailer (= 5.2.4.1)
107
+ actionpack (= 5.2.4.1)
108
+ actionview (= 5.2.4.1)
109
+ activejob (= 5.2.4.1)
110
+ activemodel (= 5.2.4.1)
111
+ activerecord (= 5.2.4.1)
112
+ activestorage (= 5.2.4.1)
113
+ activesupport (= 5.2.4.1)
105
114
  bundler (>= 1.3.0)
106
- railties (= 5.2.3)
115
+ railties (= 5.2.4.1)
107
116
  sprockets-rails (>= 2.0.0)
108
117
  rails-dom-testing (2.0.3)
109
118
  activesupport (>= 4.2.0)
110
119
  nokogiri (>= 1.6)
111
- rails-html-sanitizer (1.0.4)
112
- loofah (~> 2.2, >= 2.2.2)
113
- railties (5.2.3)
114
- actionpack (= 5.2.3)
115
- activesupport (= 5.2.3)
120
+ rails-html-sanitizer (1.3.0)
121
+ loofah (~> 2.3)
122
+ railties (5.2.4.1)
123
+ actionpack (= 5.2.4.1)
124
+ activesupport (= 5.2.4.1)
116
125
  method_source
117
126
  rake (>= 0.8.7)
118
127
  thor (>= 0.19.0, < 2.0)
119
- rake (12.3.2)
120
- redis (4.1.0)
121
- redis-namespace (1.6.0)
128
+ rainbow (3.0.0)
129
+ rake (13.0.1)
130
+ redis (4.1.3)
131
+ redis-namespace (1.7.0)
122
132
  redis (>= 3.0.4)
123
133
  resque (2.0.0)
124
134
  mono_logger (~> 1.0)
@@ -126,49 +136,64 @@ GEM
126
136
  redis-namespace (~> 1.6)
127
137
  sinatra (>= 0.9.2)
128
138
  vegas (~> 0.1.2)
129
- rspec (3.8.0)
130
- rspec-core (~> 3.8.0)
131
- rspec-expectations (~> 3.8.0)
132
- rspec-mocks (~> 3.8.0)
133
- rspec-core (3.8.0)
134
- rspec-support (~> 3.8.0)
135
- rspec-expectations (3.8.2)
139
+ rexml (3.2.4)
140
+ rspec (3.9.0)
141
+ rspec-core (~> 3.9.0)
142
+ rspec-expectations (~> 3.9.0)
143
+ rspec-mocks (~> 3.9.0)
144
+ rspec-core (3.9.1)
145
+ rspec-support (~> 3.9.1)
146
+ rspec-expectations (3.9.0)
136
147
  diff-lcs (>= 1.2.0, < 2.0)
137
- rspec-support (~> 3.8.0)
138
- rspec-mocks (3.8.0)
148
+ rspec-support (~> 3.9.0)
149
+ rspec-mocks (3.9.1)
139
150
  diff-lcs (>= 1.2.0, < 2.0)
140
- rspec-support (~> 3.8.0)
141
- rspec-support (3.8.0)
142
- sinatra (2.0.5)
151
+ rspec-support (~> 3.9.0)
152
+ rspec-support (3.9.2)
153
+ rspec_junit_formatter (0.4.1)
154
+ rspec-core (>= 2, < 4, != 2.12.0)
155
+ rubocop (0.80.0)
156
+ jaro_winkler (~> 1.5.1)
157
+ parallel (~> 1.10)
158
+ parser (>= 2.7.0.1)
159
+ rainbow (>= 2.2.2, < 4.0)
160
+ rexml
161
+ ruby-progressbar (~> 1.7)
162
+ unicode-display_width (>= 1.4.0, < 1.7)
163
+ ruby-progressbar (1.10.1)
164
+ ruby2_keywords (0.0.2)
165
+ sinatra (2.0.8.1)
143
166
  mustermann (~> 1.0)
144
167
  rack (~> 2.0)
145
- rack-protection (= 2.0.5)
168
+ rack-protection (= 2.0.8.1)
146
169
  tilt (~> 2.0)
147
- sprockets (3.7.2)
170
+ sprockets (4.0.0)
148
171
  concurrent-ruby (~> 1.0)
149
172
  rack (> 1, < 3)
150
173
  sprockets-rails (3.2.1)
151
174
  actionpack (>= 4.0)
152
175
  activesupport (>= 4.0)
153
176
  sprockets (>= 3.0.0)
154
- sqlite3 (1.3.13)
177
+ sqlite3 (1.4.2)
155
178
  state_machine (1.2.0)
156
179
  thor (0.20.3)
157
180
  thread_safe (0.3.6)
158
- tilt (2.0.9)
159
- tzinfo (1.2.5)
181
+ tilt (2.0.10)
182
+ tzinfo (1.2.6)
160
183
  thread_safe (~> 0.1)
184
+ unicode-display_width (1.6.1)
161
185
  vegas (0.1.11)
162
186
  rack (>= 1.0.0)
163
- websocket-driver (0.7.0)
187
+ websocket-driver (0.7.1)
164
188
  websocket-extensions (>= 0.1.0)
165
- websocket-extensions (0.1.3)
189
+ websocket-extensions (0.1.4)
166
190
 
167
191
  PLATFORMS
168
192
  ruby
169
193
 
170
194
  DEPENDENCIES
171
195
  appraisal
196
+ bundler-audit
172
197
  byebug
173
198
  dalliance!
174
199
  delayed_job (>= 3.0.0)
@@ -176,6 +201,8 @@ DEPENDENCIES
176
201
  rails (~> 5.2.2)
177
202
  resque
178
203
  rspec (>= 3.0.0)
204
+ rspec_junit_formatter
205
+ rubocop (~> 0.78)
179
206
  sqlite3
180
207
 
181
208
  BUNDLED WITH
@@ -1,9 +1,9 @@
1
1
  # This file was generated by Appraisal
2
2
 
3
- source "http://rubygems.org"
3
+ source "https://rubygems.org"
4
4
 
5
5
  gem "appraisal"
6
- gem "rails", "~> 4.2.0"
6
+ gem "rails", "~> 6.0.0"
7
7
 
8
8
  group :development, :test do
9
9
  gem "byebug"
@@ -0,0 +1,225 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ dalliance (0.7.0)
5
+ rails (>= 5.0, < 6.1)
6
+ state_machine
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (6.0.2.1)
12
+ actionpack (= 6.0.2.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.0.2.1)
16
+ actionpack (= 6.0.2.1)
17
+ activejob (= 6.0.2.1)
18
+ activerecord (= 6.0.2.1)
19
+ activestorage (= 6.0.2.1)
20
+ activesupport (= 6.0.2.1)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.0.2.1)
23
+ actionpack (= 6.0.2.1)
24
+ actionview (= 6.0.2.1)
25
+ activejob (= 6.0.2.1)
26
+ mail (~> 2.5, >= 2.5.4)
27
+ rails-dom-testing (~> 2.0)
28
+ actionpack (6.0.2.1)
29
+ actionview (= 6.0.2.1)
30
+ activesupport (= 6.0.2.1)
31
+ rack (~> 2.0, >= 2.0.8)
32
+ rack-test (>= 0.6.3)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
+ actiontext (6.0.2.1)
36
+ actionpack (= 6.0.2.1)
37
+ activerecord (= 6.0.2.1)
38
+ activestorage (= 6.0.2.1)
39
+ activesupport (= 6.0.2.1)
40
+ nokogiri (>= 1.8.5)
41
+ actionview (6.0.2.1)
42
+ activesupport (= 6.0.2.1)
43
+ builder (~> 3.1)
44
+ erubi (~> 1.4)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
+ activejob (6.0.2.1)
48
+ activesupport (= 6.0.2.1)
49
+ globalid (>= 0.3.6)
50
+ activemodel (6.0.2.1)
51
+ activesupport (= 6.0.2.1)
52
+ activerecord (6.0.2.1)
53
+ activemodel (= 6.0.2.1)
54
+ activesupport (= 6.0.2.1)
55
+ activestorage (6.0.2.1)
56
+ actionpack (= 6.0.2.1)
57
+ activejob (= 6.0.2.1)
58
+ activerecord (= 6.0.2.1)
59
+ marcel (~> 0.3.1)
60
+ activesupport (6.0.2.1)
61
+ concurrent-ruby (~> 1.0, >= 1.0.2)
62
+ i18n (>= 0.7, < 2)
63
+ minitest (~> 5.1)
64
+ tzinfo (~> 1.1)
65
+ zeitwerk (~> 2.2)
66
+ appraisal (2.2.0)
67
+ bundler
68
+ rake
69
+ thor (>= 0.14.0)
70
+ ast (2.4.0)
71
+ builder (3.2.4)
72
+ bundler-audit (0.6.1)
73
+ bundler (>= 1.2.0, < 3)
74
+ thor (~> 0.18)
75
+ byebug (11.1.1)
76
+ concurrent-ruby (1.1.6)
77
+ crass (1.0.6)
78
+ delayed_job (4.1.8)
79
+ activesupport (>= 3.0, < 6.1)
80
+ delayed_job_active_record (4.1.4)
81
+ activerecord (>= 3.0, < 6.1)
82
+ delayed_job (>= 3.0, < 5)
83
+ diff-lcs (1.3)
84
+ erubi (1.9.0)
85
+ globalid (0.4.2)
86
+ activesupport (>= 4.2.0)
87
+ i18n (1.8.2)
88
+ concurrent-ruby (~> 1.0)
89
+ jaro_winkler (1.5.4)
90
+ loofah (2.4.0)
91
+ crass (~> 1.0.2)
92
+ nokogiri (>= 1.5.9)
93
+ mail (2.7.1)
94
+ mini_mime (>= 0.1.1)
95
+ marcel (0.3.3)
96
+ mimemagic (~> 0.3.2)
97
+ method_source (0.9.2)
98
+ mimemagic (0.3.4)
99
+ mini_mime (1.0.2)
100
+ mini_portile2 (2.4.0)
101
+ minitest (5.14.0)
102
+ mono_logger (1.1.0)
103
+ multi_json (1.14.1)
104
+ mustermann (1.1.1)
105
+ ruby2_keywords (~> 0.0.1)
106
+ nio4r (2.5.2)
107
+ nokogiri (1.10.8)
108
+ mini_portile2 (~> 2.4.0)
109
+ parallel (1.19.1)
110
+ parser (2.7.0.3)
111
+ ast (~> 2.4.0)
112
+ rack (2.2.2)
113
+ rack-protection (2.0.8.1)
114
+ rack
115
+ rack-test (1.1.0)
116
+ rack (>= 1.0, < 3)
117
+ rails (6.0.2.1)
118
+ actioncable (= 6.0.2.1)
119
+ actionmailbox (= 6.0.2.1)
120
+ actionmailer (= 6.0.2.1)
121
+ actionpack (= 6.0.2.1)
122
+ actiontext (= 6.0.2.1)
123
+ actionview (= 6.0.2.1)
124
+ activejob (= 6.0.2.1)
125
+ activemodel (= 6.0.2.1)
126
+ activerecord (= 6.0.2.1)
127
+ activestorage (= 6.0.2.1)
128
+ activesupport (= 6.0.2.1)
129
+ bundler (>= 1.3.0)
130
+ railties (= 6.0.2.1)
131
+ sprockets-rails (>= 2.0.0)
132
+ rails-dom-testing (2.0.3)
133
+ activesupport (>= 4.2.0)
134
+ nokogiri (>= 1.6)
135
+ rails-html-sanitizer (1.3.0)
136
+ loofah (~> 2.3)
137
+ railties (6.0.2.1)
138
+ actionpack (= 6.0.2.1)
139
+ activesupport (= 6.0.2.1)
140
+ method_source
141
+ rake (>= 0.8.7)
142
+ thor (>= 0.20.3, < 2.0)
143
+ rainbow (3.0.0)
144
+ rake (13.0.1)
145
+ redis (4.1.3)
146
+ redis-namespace (1.7.0)
147
+ redis (>= 3.0.4)
148
+ resque (2.0.0)
149
+ mono_logger (~> 1.0)
150
+ multi_json (~> 1.0)
151
+ redis-namespace (~> 1.6)
152
+ sinatra (>= 0.9.2)
153
+ vegas (~> 0.1.2)
154
+ rexml (3.2.4)
155
+ rspec (3.9.0)
156
+ rspec-core (~> 3.9.0)
157
+ rspec-expectations (~> 3.9.0)
158
+ rspec-mocks (~> 3.9.0)
159
+ rspec-core (3.9.1)
160
+ rspec-support (~> 3.9.1)
161
+ rspec-expectations (3.9.0)
162
+ diff-lcs (>= 1.2.0, < 2.0)
163
+ rspec-support (~> 3.9.0)
164
+ rspec-mocks (3.9.1)
165
+ diff-lcs (>= 1.2.0, < 2.0)
166
+ rspec-support (~> 3.9.0)
167
+ rspec-support (3.9.2)
168
+ rspec_junit_formatter (0.4.1)
169
+ rspec-core (>= 2, < 4, != 2.12.0)
170
+ rubocop (0.80.0)
171
+ jaro_winkler (~> 1.5.1)
172
+ parallel (~> 1.10)
173
+ parser (>= 2.7.0.1)
174
+ rainbow (>= 2.2.2, < 4.0)
175
+ rexml
176
+ ruby-progressbar (~> 1.7)
177
+ unicode-display_width (>= 1.4.0, < 1.7)
178
+ ruby-progressbar (1.10.1)
179
+ ruby2_keywords (0.0.2)
180
+ sinatra (2.0.8.1)
181
+ mustermann (~> 1.0)
182
+ rack (~> 2.0)
183
+ rack-protection (= 2.0.8.1)
184
+ tilt (~> 2.0)
185
+ sprockets (4.0.0)
186
+ concurrent-ruby (~> 1.0)
187
+ rack (> 1, < 3)
188
+ sprockets-rails (3.2.1)
189
+ actionpack (>= 4.0)
190
+ activesupport (>= 4.0)
191
+ sprockets (>= 3.0.0)
192
+ sqlite3 (1.4.2)
193
+ state_machine (1.2.0)
194
+ thor (0.20.3)
195
+ thread_safe (0.3.6)
196
+ tilt (2.0.10)
197
+ tzinfo (1.2.6)
198
+ thread_safe (~> 0.1)
199
+ unicode-display_width (1.6.1)
200
+ vegas (0.1.11)
201
+ rack (>= 1.0.0)
202
+ websocket-driver (0.7.1)
203
+ websocket-extensions (>= 0.1.0)
204
+ websocket-extensions (0.1.4)
205
+ zeitwerk (2.2.2)
206
+
207
+ PLATFORMS
208
+ ruby
209
+
210
+ DEPENDENCIES
211
+ appraisal
212
+ bundler-audit
213
+ byebug
214
+ dalliance!
215
+ delayed_job (>= 3.0.0)
216
+ delayed_job_active_record
217
+ rails (~> 6.0.0)
218
+ resque
219
+ rspec (>= 3.0.0)
220
+ rspec_junit_formatter
221
+ rubocop (~> 0.78)
222
+ sqlite3
223
+
224
+ BUNDLED WITH
225
+ 1.17.3