dalliance 0.7.0 → 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/Appraisals +4 -4
- data/dalliance.gemspec +1 -1
- data/gemfiles/rails_5.0.gemfile +1 -1
- data/gemfiles/rails_5.0.gemfile.lock +106 -79
- data/gemfiles/rails_5.1.gemfile +1 -1
- data/gemfiles/rails_5.1.gemfile.lock +71 -44
- data/gemfiles/rails_5.2.gemfile +1 -1
- data/gemfiles/rails_5.2.gemfile.lock +110 -83
- data/gemfiles/{rails_4.2.gemfile → rails_6.0.gemfile} +2 -2
- data/gemfiles/rails_6.0.gemfile.lock +225 -0
- data/lib/dalliance.rb +1 -1
- data/lib/dalliance/version.rb +1 -1
- data/lib/dalliance/workers/delayed_job.rb +1 -1
- data/lib/dalliance/workers/resque.rb +1 -1
- data/spec/dalliance/asynchronous_delayed_job_spec.rb +1 -0
- data/spec/dalliance/asynchronous_resque_spec.rb +1 -0
- data/spec/dalliance/synchronous_spec.rb +2 -1
- metadata +8 -8
- data/gemfiles/rails_4.2.gemfile.lock +0 -165
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44670798d69664a8f7aeffb94d263c695dba015a2104fbad66897fc9ac4cad43
|
4
|
+
data.tar.gz: 9e0c8a2cedbc449b693646332bb0cc6fc7dde070049d1baebaca6d2212f858e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c4017905c2346ffd4356a459ed24b0ab434285b5e20e001cb4f03c3a8775647b37afbbf67dd29820e92976b4f4293d36f6eb05bd1a3d3f98feca21f0b6684074
|
7
|
+
data.tar.gz: b8a209af9448798a5d32210b7d9cfaa9c6395bea5ec579b0792ffc0fe4e8f04fbfa688c763f5d4f59e781d0b4b1efcbac6139d5cf3e412a54229c79589e2900c
|
data/Appraisals
CHANGED
@@ -1,7 +1,3 @@
|
|
1
|
-
appraise "rails-4.2" do
|
2
|
-
gem "rails", "~> 4.2.0"
|
3
|
-
end
|
4
|
-
|
5
1
|
appraise "rails-5.0" do
|
6
2
|
gem "rails", "~> 5.0.0"
|
7
3
|
end
|
@@ -12,4 +8,8 @@ end
|
|
12
8
|
|
13
9
|
appraise "rails-5.2" do
|
14
10
|
gem "rails", "~> 5.2.2"
|
11
|
+
end
|
12
|
+
|
13
|
+
appraise "rails-6.0" do
|
14
|
+
gem "rails", "~> 6.0.0"
|
15
15
|
end
|
data/dalliance.gemspec
CHANGED
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
17
17
|
s.require_paths = ["lib"]
|
18
18
|
|
19
|
-
s.add_dependency('rails', '>=
|
19
|
+
s.add_dependency('rails', '>= 5.0', "< 6.1")
|
20
20
|
|
21
21
|
s.add_dependency('state_machine')
|
22
22
|
|
data/gemfiles/rails_5.0.gemfile
CHANGED
@@ -1,48 +1,48 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
dalliance (0.
|
5
|
-
rails (>=
|
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.0.
|
12
|
-
actionpack (= 5.0.
|
13
|
-
nio4r (
|
11
|
+
actioncable (5.0.7.2)
|
12
|
+
actionpack (= 5.0.7.2)
|
13
|
+
nio4r (>= 1.2, < 3.0)
|
14
14
|
websocket-driver (~> 0.6.1)
|
15
|
-
actionmailer (5.0.
|
16
|
-
actionpack (= 5.0.
|
17
|
-
actionview (= 5.0.
|
18
|
-
activejob (= 5.0.
|
15
|
+
actionmailer (5.0.7.2)
|
16
|
+
actionpack (= 5.0.7.2)
|
17
|
+
actionview (= 5.0.7.2)
|
18
|
+
activejob (= 5.0.7.2)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.0.
|
22
|
-
actionview (= 5.0.
|
23
|
-
activesupport (= 5.0.
|
21
|
+
actionpack (5.0.7.2)
|
22
|
+
actionview (= 5.0.7.2)
|
23
|
+
activesupport (= 5.0.7.2)
|
24
24
|
rack (~> 2.0)
|
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.0.
|
29
|
-
activesupport (= 5.0.
|
28
|
+
actionview (5.0.7.2)
|
29
|
+
activesupport (= 5.0.7.2)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubis (~> 2.7.0)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
34
|
-
activejob (5.0.
|
35
|
-
activesupport (= 5.0.
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
+
activejob (5.0.7.2)
|
35
|
+
activesupport (= 5.0.7.2)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.0.
|
38
|
-
activesupport (= 5.0.
|
39
|
-
activerecord (5.0.
|
40
|
-
activemodel (= 5.0.
|
41
|
-
activesupport (= 5.0.
|
37
|
+
activemodel (5.0.7.2)
|
38
|
+
activesupport (= 5.0.7.2)
|
39
|
+
activerecord (5.0.7.2)
|
40
|
+
activemodel (= 5.0.7.2)
|
41
|
+
activesupport (= 5.0.7.2)
|
42
42
|
arel (~> 7.0)
|
43
|
-
activesupport (5.0.
|
43
|
+
activesupport (5.0.7.2)
|
44
44
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
45
|
+
i18n (>= 0.7, < 2)
|
46
46
|
minitest (~> 5.1)
|
47
47
|
tzinfo (~> 1.1)
|
48
48
|
appraisal (2.2.0)
|
@@ -50,67 +50,77 @@ GEM
|
|
50
50
|
rake
|
51
51
|
thor (>= 0.14.0)
|
52
52
|
arel (7.1.4)
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
53
|
+
ast (2.4.0)
|
54
|
+
builder (3.2.4)
|
55
|
+
bundler-audit (0.6.1)
|
56
|
+
bundler (>= 1.2.0, < 3)
|
57
|
+
thor (~> 0.18)
|
58
|
+
byebug (11.1.1)
|
59
|
+
concurrent-ruby (1.1.6)
|
60
|
+
crass (1.0.6)
|
61
|
+
delayed_job (4.1.8)
|
62
|
+
activesupport (>= 3.0, < 6.1)
|
63
|
+
delayed_job_active_record (4.1.4)
|
64
|
+
activerecord (>= 3.0, < 6.1)
|
61
65
|
delayed_job (>= 3.0, < 5)
|
62
66
|
diff-lcs (1.3)
|
63
67
|
erubis (2.7.0)
|
64
68
|
globalid (0.4.2)
|
65
69
|
activesupport (>= 4.2.0)
|
66
|
-
i18n (
|
70
|
+
i18n (1.8.2)
|
67
71
|
concurrent-ruby (~> 1.0)
|
68
|
-
|
72
|
+
jaro_winkler (1.5.4)
|
73
|
+
loofah (2.4.0)
|
69
74
|
crass (~> 1.0.2)
|
70
75
|
nokogiri (>= 1.5.9)
|
71
76
|
mail (2.7.1)
|
72
77
|
mini_mime (>= 0.1.1)
|
73
78
|
method_source (0.9.2)
|
74
|
-
mini_mime (1.0.
|
79
|
+
mini_mime (1.0.2)
|
75
80
|
mini_portile2 (2.4.0)
|
76
|
-
minitest (5.
|
81
|
+
minitest (5.14.0)
|
77
82
|
mono_logger (1.1.0)
|
78
|
-
multi_json (1.
|
79
|
-
mustermann (1.
|
80
|
-
|
81
|
-
|
83
|
+
multi_json (1.14.1)
|
84
|
+
mustermann (1.1.1)
|
85
|
+
ruby2_keywords (~> 0.0.1)
|
86
|
+
nio4r (2.5.2)
|
87
|
+
nokogiri (1.10.8)
|
82
88
|
mini_portile2 (~> 2.4.0)
|
83
|
-
|
84
|
-
|
89
|
+
parallel (1.19.1)
|
90
|
+
parser (2.7.0.3)
|
91
|
+
ast (~> 2.4.0)
|
92
|
+
rack (2.2.2)
|
93
|
+
rack-protection (2.0.8.1)
|
85
94
|
rack
|
86
95
|
rack-test (0.6.3)
|
87
96
|
rack (>= 1.0)
|
88
|
-
rails (5.0.
|
89
|
-
actioncable (= 5.0.
|
90
|
-
actionmailer (= 5.0.
|
91
|
-
actionpack (= 5.0.
|
92
|
-
actionview (= 5.0.
|
93
|
-
activejob (= 5.0.
|
94
|
-
activemodel (= 5.0.
|
95
|
-
activerecord (= 5.0.
|
96
|
-
activesupport (= 5.0.
|
97
|
-
bundler (>= 1.3.0
|
98
|
-
railties (= 5.0.
|
97
|
+
rails (5.0.7.2)
|
98
|
+
actioncable (= 5.0.7.2)
|
99
|
+
actionmailer (= 5.0.7.2)
|
100
|
+
actionpack (= 5.0.7.2)
|
101
|
+
actionview (= 5.0.7.2)
|
102
|
+
activejob (= 5.0.7.2)
|
103
|
+
activemodel (= 5.0.7.2)
|
104
|
+
activerecord (= 5.0.7.2)
|
105
|
+
activesupport (= 5.0.7.2)
|
106
|
+
bundler (>= 1.3.0)
|
107
|
+
railties (= 5.0.7.2)
|
99
108
|
sprockets-rails (>= 2.0.0)
|
100
109
|
rails-dom-testing (2.0.3)
|
101
110
|
activesupport (>= 4.2.0)
|
102
111
|
nokogiri (>= 1.6)
|
103
|
-
rails-html-sanitizer (1.0
|
104
|
-
loofah (~> 2.
|
105
|
-
railties (5.0.
|
106
|
-
actionpack (= 5.0.
|
107
|
-
activesupport (= 5.0.
|
112
|
+
rails-html-sanitizer (1.3.0)
|
113
|
+
loofah (~> 2.3)
|
114
|
+
railties (5.0.7.2)
|
115
|
+
actionpack (= 5.0.7.2)
|
116
|
+
activesupport (= 5.0.7.2)
|
108
117
|
method_source
|
109
118
|
rake (>= 0.8.7)
|
110
119
|
thor (>= 0.18.1, < 2.0)
|
111
|
-
|
112
|
-
|
113
|
-
redis
|
120
|
+
rainbow (3.0.0)
|
121
|
+
rake (13.0.1)
|
122
|
+
redis (4.1.3)
|
123
|
+
redis-namespace (1.7.0)
|
114
124
|
redis (>= 3.0.4)
|
115
125
|
resque (2.0.0)
|
116
126
|
mono_logger (~> 1.0)
|
@@ -118,49 +128,64 @@ GEM
|
|
118
128
|
redis-namespace (~> 1.6)
|
119
129
|
sinatra (>= 0.9.2)
|
120
130
|
vegas (~> 0.1.2)
|
121
|
-
|
122
|
-
|
123
|
-
rspec-
|
124
|
-
rspec-
|
125
|
-
|
126
|
-
|
127
|
-
|
131
|
+
rexml (3.2.4)
|
132
|
+
rspec (3.9.0)
|
133
|
+
rspec-core (~> 3.9.0)
|
134
|
+
rspec-expectations (~> 3.9.0)
|
135
|
+
rspec-mocks (~> 3.9.0)
|
136
|
+
rspec-core (3.9.1)
|
137
|
+
rspec-support (~> 3.9.1)
|
138
|
+
rspec-expectations (3.9.0)
|
128
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
-
rspec-support (~> 3.
|
130
|
-
rspec-mocks (3.
|
140
|
+
rspec-support (~> 3.9.0)
|
141
|
+
rspec-mocks (3.9.1)
|
131
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-support (3.
|
134
|
-
|
143
|
+
rspec-support (~> 3.9.0)
|
144
|
+
rspec-support (3.9.2)
|
145
|
+
rspec_junit_formatter (0.4.1)
|
146
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
147
|
+
rubocop (0.80.0)
|
148
|
+
jaro_winkler (~> 1.5.1)
|
149
|
+
parallel (~> 1.10)
|
150
|
+
parser (>= 2.7.0.1)
|
151
|
+
rainbow (>= 2.2.2, < 4.0)
|
152
|
+
rexml
|
153
|
+
ruby-progressbar (~> 1.7)
|
154
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
155
|
+
ruby-progressbar (1.10.1)
|
156
|
+
ruby2_keywords (0.0.2)
|
157
|
+
sinatra (2.0.8.1)
|
135
158
|
mustermann (~> 1.0)
|
136
159
|
rack (~> 2.0)
|
137
|
-
rack-protection (= 2.0.
|
160
|
+
rack-protection (= 2.0.8.1)
|
138
161
|
tilt (~> 2.0)
|
139
|
-
sprockets (
|
162
|
+
sprockets (4.0.0)
|
140
163
|
concurrent-ruby (~> 1.0)
|
141
164
|
rack (> 1, < 3)
|
142
165
|
sprockets-rails (3.2.1)
|
143
166
|
actionpack (>= 4.0)
|
144
167
|
activesupport (>= 4.0)
|
145
168
|
sprockets (>= 3.0.0)
|
146
|
-
sqlite3 (1.
|
169
|
+
sqlite3 (1.4.2)
|
147
170
|
state_machine (1.2.0)
|
148
171
|
thor (0.20.3)
|
149
172
|
thread_safe (0.3.6)
|
150
|
-
tilt (2.0.
|
151
|
-
tzinfo (1.2.
|
173
|
+
tilt (2.0.10)
|
174
|
+
tzinfo (1.2.6)
|
152
175
|
thread_safe (~> 0.1)
|
176
|
+
unicode-display_width (1.6.1)
|
153
177
|
vegas (0.1.11)
|
154
178
|
rack (>= 1.0.0)
|
155
179
|
websocket-driver (0.6.5)
|
156
180
|
websocket-extensions (>= 0.1.0)
|
157
|
-
websocket-extensions (0.1.
|
181
|
+
websocket-extensions (0.1.4)
|
158
182
|
|
159
183
|
PLATFORMS
|
160
184
|
ruby
|
161
185
|
|
162
186
|
DEPENDENCIES
|
163
187
|
appraisal
|
188
|
+
bundler-audit
|
164
189
|
byebug
|
165
190
|
dalliance!
|
166
191
|
delayed_job (>= 3.0.0)
|
@@ -168,6 +193,8 @@ DEPENDENCIES
|
|
168
193
|
rails (~> 5.0.0)
|
169
194
|
resque
|
170
195
|
rspec (>= 3.0.0)
|
196
|
+
rspec_junit_formatter
|
197
|
+
rubocop (~> 0.78)
|
171
198
|
sqlite3
|
172
199
|
|
173
200
|
BUNDLED WITH
|
data/gemfiles/rails_5.1.gemfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
dalliance (0.
|
5
|
-
rails (>=
|
4
|
+
dalliance (0.7.0)
|
5
|
+
rails (>= 5.0, < 6.1)
|
6
6
|
state_machine
|
7
7
|
|
8
8
|
GEM
|
@@ -50,38 +50,47 @@ GEM
|
|
50
50
|
rake
|
51
51
|
thor (>= 0.14.0)
|
52
52
|
arel (8.0.0)
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
53
|
+
ast (2.4.0)
|
54
|
+
builder (3.2.4)
|
55
|
+
bundler-audit (0.6.1)
|
56
|
+
bundler (>= 1.2.0, < 3)
|
57
|
+
thor (~> 0.18)
|
58
|
+
byebug (11.1.1)
|
59
|
+
concurrent-ruby (1.1.6)
|
60
|
+
crass (1.0.6)
|
61
|
+
delayed_job (4.1.8)
|
62
|
+
activesupport (>= 3.0, < 6.1)
|
63
|
+
delayed_job_active_record (4.1.4)
|
64
|
+
activerecord (>= 3.0, < 6.1)
|
61
65
|
delayed_job (>= 3.0, < 5)
|
62
66
|
diff-lcs (1.3)
|
63
|
-
erubi (1.
|
67
|
+
erubi (1.9.0)
|
64
68
|
globalid (0.4.2)
|
65
69
|
activesupport (>= 4.2.0)
|
66
|
-
i18n (1.
|
70
|
+
i18n (1.8.2)
|
67
71
|
concurrent-ruby (~> 1.0)
|
68
|
-
|
72
|
+
jaro_winkler (1.5.4)
|
73
|
+
loofah (2.4.0)
|
69
74
|
crass (~> 1.0.2)
|
70
75
|
nokogiri (>= 1.5.9)
|
71
76
|
mail (2.7.1)
|
72
77
|
mini_mime (>= 0.1.1)
|
73
78
|
method_source (0.9.2)
|
74
|
-
mini_mime (1.0.
|
79
|
+
mini_mime (1.0.2)
|
75
80
|
mini_portile2 (2.4.0)
|
76
|
-
minitest (5.
|
81
|
+
minitest (5.14.0)
|
77
82
|
mono_logger (1.1.0)
|
78
|
-
multi_json (1.
|
79
|
-
mustermann (1.
|
80
|
-
|
81
|
-
|
83
|
+
multi_json (1.14.1)
|
84
|
+
mustermann (1.1.1)
|
85
|
+
ruby2_keywords (~> 0.0.1)
|
86
|
+
nio4r (2.5.2)
|
87
|
+
nokogiri (1.10.8)
|
82
88
|
mini_portile2 (~> 2.4.0)
|
83
|
-
|
84
|
-
|
89
|
+
parallel (1.19.1)
|
90
|
+
parser (2.7.0.3)
|
91
|
+
ast (~> 2.4.0)
|
92
|
+
rack (2.2.2)
|
93
|
+
rack-protection (2.0.8.1)
|
85
94
|
rack
|
86
95
|
rack-test (1.1.0)
|
87
96
|
rack (>= 1.0, < 3)
|
@@ -100,17 +109,18 @@ GEM
|
|
100
109
|
rails-dom-testing (2.0.3)
|
101
110
|
activesupport (>= 4.2.0)
|
102
111
|
nokogiri (>= 1.6)
|
103
|
-
rails-html-sanitizer (1.0
|
104
|
-
loofah (~> 2.
|
112
|
+
rails-html-sanitizer (1.3.0)
|
113
|
+
loofah (~> 2.3)
|
105
114
|
railties (5.1.7)
|
106
115
|
actionpack (= 5.1.7)
|
107
116
|
activesupport (= 5.1.7)
|
108
117
|
method_source
|
109
118
|
rake (>= 0.8.7)
|
110
119
|
thor (>= 0.18.1, < 2.0)
|
111
|
-
|
112
|
-
|
113
|
-
redis
|
120
|
+
rainbow (3.0.0)
|
121
|
+
rake (13.0.1)
|
122
|
+
redis (4.1.3)
|
123
|
+
redis-namespace (1.7.0)
|
114
124
|
redis (>= 3.0.4)
|
115
125
|
resque (2.0.0)
|
116
126
|
mono_logger (~> 1.0)
|
@@ -118,49 +128,64 @@ GEM
|
|
118
128
|
redis-namespace (~> 1.6)
|
119
129
|
sinatra (>= 0.9.2)
|
120
130
|
vegas (~> 0.1.2)
|
121
|
-
|
122
|
-
|
123
|
-
rspec-
|
124
|
-
rspec-
|
125
|
-
|
126
|
-
|
127
|
-
|
131
|
+
rexml (3.2.4)
|
132
|
+
rspec (3.9.0)
|
133
|
+
rspec-core (~> 3.9.0)
|
134
|
+
rspec-expectations (~> 3.9.0)
|
135
|
+
rspec-mocks (~> 3.9.0)
|
136
|
+
rspec-core (3.9.1)
|
137
|
+
rspec-support (~> 3.9.1)
|
138
|
+
rspec-expectations (3.9.0)
|
128
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
129
|
-
rspec-support (~> 3.
|
130
|
-
rspec-mocks (3.
|
140
|
+
rspec-support (~> 3.9.0)
|
141
|
+
rspec-mocks (3.9.1)
|
131
142
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
|
-
rspec-support (~> 3.
|
133
|
-
rspec-support (3.
|
134
|
-
|
143
|
+
rspec-support (~> 3.9.0)
|
144
|
+
rspec-support (3.9.2)
|
145
|
+
rspec_junit_formatter (0.4.1)
|
146
|
+
rspec-core (>= 2, < 4, != 2.12.0)
|
147
|
+
rubocop (0.80.0)
|
148
|
+
jaro_winkler (~> 1.5.1)
|
149
|
+
parallel (~> 1.10)
|
150
|
+
parser (>= 2.7.0.1)
|
151
|
+
rainbow (>= 2.2.2, < 4.0)
|
152
|
+
rexml
|
153
|
+
ruby-progressbar (~> 1.7)
|
154
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
155
|
+
ruby-progressbar (1.10.1)
|
156
|
+
ruby2_keywords (0.0.2)
|
157
|
+
sinatra (2.0.8.1)
|
135
158
|
mustermann (~> 1.0)
|
136
159
|
rack (~> 2.0)
|
137
|
-
rack-protection (= 2.0.
|
160
|
+
rack-protection (= 2.0.8.1)
|
138
161
|
tilt (~> 2.0)
|
139
|
-
sprockets (
|
162
|
+
sprockets (4.0.0)
|
140
163
|
concurrent-ruby (~> 1.0)
|
141
164
|
rack (> 1, < 3)
|
142
165
|
sprockets-rails (3.2.1)
|
143
166
|
actionpack (>= 4.0)
|
144
167
|
activesupport (>= 4.0)
|
145
168
|
sprockets (>= 3.0.0)
|
146
|
-
sqlite3 (1.
|
169
|
+
sqlite3 (1.4.2)
|
147
170
|
state_machine (1.2.0)
|
148
171
|
thor (0.20.3)
|
149
172
|
thread_safe (0.3.6)
|
150
|
-
tilt (2.0.
|
151
|
-
tzinfo (1.2.
|
173
|
+
tilt (2.0.10)
|
174
|
+
tzinfo (1.2.6)
|
152
175
|
thread_safe (~> 0.1)
|
176
|
+
unicode-display_width (1.6.1)
|
153
177
|
vegas (0.1.11)
|
154
178
|
rack (>= 1.0.0)
|
155
179
|
websocket-driver (0.6.5)
|
156
180
|
websocket-extensions (>= 0.1.0)
|
157
|
-
websocket-extensions (0.1.
|
181
|
+
websocket-extensions (0.1.4)
|
158
182
|
|
159
183
|
PLATFORMS
|
160
184
|
ruby
|
161
185
|
|
162
186
|
DEPENDENCIES
|
163
187
|
appraisal
|
188
|
+
bundler-audit
|
164
189
|
byebug
|
165
190
|
dalliance!
|
166
191
|
delayed_job (>= 3.0.0)
|
@@ -168,6 +193,8 @@ DEPENDENCIES
|
|
168
193
|
rails (~> 5.1.0)
|
169
194
|
resque
|
170
195
|
rspec (>= 3.0.0)
|
196
|
+
rspec_junit_formatter
|
197
|
+
rubocop (~> 0.78)
|
171
198
|
sqlite3
|
172
199
|
|
173
200
|
BUNDLED WITH
|