inst-jobs 1.0.0 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,206 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- inst-jobs (1.0.0)
5
- activerecord (>= 4.2)
6
- activesupport (>= 4.2)
7
- after_transaction_commit (>= 1.0, < 3)
8
- fugit (~> 1.3)
9
- railties (>= 4.2)
10
- redis (> 3.0)
11
- redis-scripting (~> 1.0.1)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- actioncable (5.2.3)
17
- actionpack (= 5.2.3)
18
- nio4r (~> 2.0)
19
- websocket-driver (>= 0.6.1)
20
- actionmailer (5.2.3)
21
- actionpack (= 5.2.3)
22
- actionview (= 5.2.3)
23
- activejob (= 5.2.3)
24
- mail (~> 2.5, >= 2.5.4)
25
- rails-dom-testing (~> 2.0)
26
- actionpack (5.2.3)
27
- actionview (= 5.2.3)
28
- activesupport (= 5.2.3)
29
- rack (~> 2.0)
30
- rack-test (>= 0.6.3)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
- actionview (5.2.3)
34
- activesupport (= 5.2.3)
35
- builder (~> 3.1)
36
- erubi (~> 1.4)
37
- rails-dom-testing (~> 2.0)
38
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
39
- activejob (5.2.3)
40
- activesupport (= 5.2.3)
41
- globalid (>= 0.3.6)
42
- activemodel (5.2.3)
43
- activesupport (= 5.2.3)
44
- activerecord (5.2.3)
45
- activemodel (= 5.2.3)
46
- activesupport (= 5.2.3)
47
- arel (>= 9.0)
48
- activestorage (5.2.3)
49
- actionpack (= 5.2.3)
50
- activerecord (= 5.2.3)
51
- marcel (~> 0.3.1)
52
- activesupport (5.2.3)
53
- concurrent-ruby (~> 1.0, >= 1.0.2)
54
- i18n (>= 0.7, < 2)
55
- minitest (~> 5.1)
56
- tzinfo (~> 1.1)
57
- addressable (2.7.0)
58
- public_suffix (>= 2.0.2, < 5.0)
59
- after_transaction_commit (2.1.0)
60
- activerecord (>= 5.0)
61
- arel (9.0.0)
62
- backports (3.15.0)
63
- builder (3.2.3)
64
- bump (0.8.0)
65
- byebug (11.0.1)
66
- coderay (1.1.2)
67
- concurrent-ruby (1.1.5)
68
- crass (1.0.4)
69
- database_cleaner (1.6.1)
70
- diff-lcs (1.3)
71
- erubi (1.8.0)
72
- et-orbi (1.2.4)
73
- tzinfo
74
- fugit (1.3.9)
75
- et-orbi (~> 1.1, >= 1.1.8)
76
- raabro (~> 1.3)
77
- globalid (0.4.2)
78
- activesupport (>= 4.2.0)
79
- httpclient (2.8.3)
80
- i18n (1.6.0)
81
- concurrent-ruby (~> 1.0)
82
- imperium (0.5.2)
83
- addressable (~> 2.5)
84
- httpclient (~> 2.8)
85
- loofah (2.2.3)
86
- crass (~> 1.0.2)
87
- nokogiri (>= 1.5.9)
88
- mail (2.7.1)
89
- mini_mime (>= 0.1.1)
90
- marcel (0.3.3)
91
- mimemagic (~> 0.3.2)
92
- method_source (0.9.2)
93
- mimemagic (0.3.3)
94
- mini_mime (1.0.2)
95
- mini_portile2 (2.4.0)
96
- minitest (5.11.3)
97
- multi_json (1.13.1)
98
- mustermann (1.0.0.beta2)
99
- nio4r (2.4.0)
100
- nokogiri (1.10.4)
101
- mini_portile2 (~> 2.4.0)
102
- pg (0.21.0)
103
- pry (0.12.2)
104
- coderay (~> 1.1.0)
105
- method_source (~> 0.9.0)
106
- public_suffix (4.0.6)
107
- raabro (1.4.0)
108
- rack (2.0.7)
109
- rack-protection (2.0.0.beta2)
110
- rack
111
- rack-test (1.1.0)
112
- rack (>= 1.0, < 3)
113
- rails (5.2.3)
114
- actioncable (= 5.2.3)
115
- actionmailer (= 5.2.3)
116
- actionpack (= 5.2.3)
117
- actionview (= 5.2.3)
118
- activejob (= 5.2.3)
119
- activemodel (= 5.2.3)
120
- activerecord (= 5.2.3)
121
- activestorage (= 5.2.3)
122
- activesupport (= 5.2.3)
123
- bundler (>= 1.3.0)
124
- railties (= 5.2.3)
125
- sprockets-rails (>= 2.0.0)
126
- rails-dom-testing (2.0.3)
127
- activesupport (>= 4.2.0)
128
- nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.2.0)
130
- loofah (~> 2.2, >= 2.2.2)
131
- railties (5.2.3)
132
- actionpack (= 5.2.3)
133
- activesupport (= 5.2.3)
134
- method_source
135
- rake (>= 0.8.7)
136
- thor (>= 0.19.0, < 2.0)
137
- rake (12.3.3)
138
- redis (4.2.2)
139
- redis-scripting (1.0.1)
140
- redis (>= 3.0)
141
- rspec (3.8.0)
142
- rspec-core (~> 3.8.0)
143
- rspec-expectations (~> 3.8.0)
144
- rspec-mocks (~> 3.8.0)
145
- rspec-core (3.8.2)
146
- rspec-support (~> 3.8.0)
147
- rspec-expectations (3.8.4)
148
- diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.8.0)
150
- rspec-mocks (3.8.1)
151
- diff-lcs (>= 1.2.0, < 2.0)
152
- rspec-support (~> 3.8.0)
153
- rspec-support (3.8.2)
154
- sinatra (2.0.0.beta2)
155
- mustermann (= 1.0.0.beta2)
156
- rack (~> 2.0)
157
- rack-protection (= 2.0.0.beta2)
158
- tilt (~> 2.0)
159
- sinatra-contrib (2.0.0.beta2)
160
- backports (>= 2.0)
161
- multi_json
162
- mustermann (= 1.0.0.beta2)
163
- rack-protection (= 2.0.0.beta2)
164
- rack-test
165
- sinatra (= 2.0.0.beta2)
166
- tilt (>= 1.3, < 3)
167
- sprockets (3.7.2)
168
- concurrent-ruby (~> 1.0)
169
- rack (> 1, < 3)
170
- sprockets-rails (3.2.1)
171
- actionpack (>= 4.0)
172
- activesupport (>= 4.0)
173
- sprockets (>= 3.0.0)
174
- thor (0.20.3)
175
- thread_safe (0.3.6)
176
- tilt (2.0.9)
177
- timecop (0.7.1)
178
- tzinfo (1.2.5)
179
- thread_safe (~> 0.1)
180
- websocket-driver (0.7.1)
181
- websocket-extensions (>= 0.1.0)
182
- websocket-extensions (0.1.4)
183
- wwtd (1.4.1)
184
-
185
- PLATFORMS
186
- ruby
187
-
188
- DEPENDENCIES
189
- bump
190
- byebug
191
- database_cleaner (= 1.6.1)
192
- imperium (>= 0.5.2)
193
- inst-jobs!
194
- pg (< 1.0)
195
- pry
196
- rack-test
197
- rails (~> 5.2.0)
198
- rake
199
- rspec (~> 3.8.0)
200
- sinatra (= 2.0.0.beta2)
201
- sinatra-contrib (= 2.0.0.beta2)
202
- timecop (= 0.7.1)
203
- wwtd (~> 1.4.0)
204
-
205
- BUNDLED WITH
206
- 1.17.3
@@ -1,222 +0,0 @@
1
- PATH
2
- remote: ../..
3
- specs:
4
- inst-jobs (1.0.0)
5
- activerecord (>= 4.2)
6
- activesupport (>= 4.2)
7
- after_transaction_commit (>= 1.0, < 3)
8
- fugit (~> 1.3)
9
- railties (>= 4.2)
10
- redis (> 3.0)
11
- redis-scripting (~> 1.0.1)
12
-
13
- GEM
14
- remote: https://rubygems.org/
15
- specs:
16
- actioncable (6.0.2)
17
- actionpack (= 6.0.2)
18
- nio4r (~> 2.0)
19
- websocket-driver (>= 0.6.1)
20
- actionmailbox (6.0.2)
21
- actionpack (= 6.0.2)
22
- activejob (= 6.0.2)
23
- activerecord (= 6.0.2)
24
- activestorage (= 6.0.2)
25
- activesupport (= 6.0.2)
26
- mail (>= 2.7.1)
27
- actionmailer (6.0.2)
28
- actionpack (= 6.0.2)
29
- actionview (= 6.0.2)
30
- activejob (= 6.0.2)
31
- mail (~> 2.5, >= 2.5.4)
32
- rails-dom-testing (~> 2.0)
33
- actionpack (6.0.2)
34
- actionview (= 6.0.2)
35
- activesupport (= 6.0.2)
36
- rack (~> 2.0)
37
- rack-test (>= 0.6.3)
38
- rails-dom-testing (~> 2.0)
39
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
40
- actiontext (6.0.2)
41
- actionpack (= 6.0.2)
42
- activerecord (= 6.0.2)
43
- activestorage (= 6.0.2)
44
- activesupport (= 6.0.2)
45
- nokogiri (>= 1.8.5)
46
- actionview (6.0.2)
47
- activesupport (= 6.0.2)
48
- builder (~> 3.1)
49
- erubi (~> 1.4)
50
- rails-dom-testing (~> 2.0)
51
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
- activejob (6.0.2)
53
- activesupport (= 6.0.2)
54
- globalid (>= 0.3.6)
55
- activemodel (6.0.2)
56
- activesupport (= 6.0.2)
57
- activerecord (6.0.2)
58
- activemodel (= 6.0.2)
59
- activesupport (= 6.0.2)
60
- activestorage (6.0.2)
61
- actionpack (= 6.0.2)
62
- activejob (= 6.0.2)
63
- activerecord (= 6.0.2)
64
- marcel (~> 0.3.1)
65
- activesupport (6.0.2)
66
- concurrent-ruby (~> 1.0, >= 1.0.2)
67
- i18n (>= 0.7, < 2)
68
- minitest (~> 5.1)
69
- tzinfo (~> 1.1)
70
- zeitwerk (~> 2.2)
71
- addressable (2.7.0)
72
- public_suffix (>= 2.0.2, < 5.0)
73
- after_transaction_commit (2.2.0)
74
- activerecord (>= 5.2)
75
- backports (3.15.0)
76
- builder (3.2.4)
77
- bump (0.8.0)
78
- byebug (11.0.1)
79
- coderay (1.1.2)
80
- concurrent-ruby (1.1.7)
81
- crass (1.0.6)
82
- database_cleaner (1.6.1)
83
- diff-lcs (1.3)
84
- erubi (1.9.0)
85
- et-orbi (1.2.4)
86
- tzinfo
87
- fugit (1.3.9)
88
- et-orbi (~> 1.1, >= 1.1.8)
89
- raabro (~> 1.3)
90
- globalid (0.4.2)
91
- activesupport (>= 4.2.0)
92
- httpclient (2.8.3)
93
- i18n (1.8.5)
94
- concurrent-ruby (~> 1.0)
95
- imperium (0.5.2)
96
- addressable (~> 2.5)
97
- httpclient (~> 2.8)
98
- loofah (2.7.0)
99
- crass (~> 1.0.2)
100
- nokogiri (>= 1.5.9)
101
- mail (2.7.1)
102
- mini_mime (>= 0.1.1)
103
- marcel (0.3.3)
104
- mimemagic (~> 0.3.2)
105
- method_source (0.9.2)
106
- mimemagic (0.3.5)
107
- mini_mime (1.0.2)
108
- mini_portile2 (2.4.0)
109
- minitest (5.14.2)
110
- multi_json (1.13.1)
111
- mustermann (1.0.0.beta2)
112
- nio4r (2.5.4)
113
- nokogiri (1.10.10)
114
- mini_portile2 (~> 2.4.0)
115
- pg (0.21.0)
116
- pry (0.12.2)
117
- coderay (~> 1.1.0)
118
- method_source (~> 0.9.0)
119
- public_suffix (4.0.6)
120
- raabro (1.4.0)
121
- rack (2.0.7)
122
- rack-protection (2.0.0.beta2)
123
- rack
124
- rack-test (1.1.0)
125
- rack (>= 1.0, < 3)
126
- rails (6.0.2)
127
- actioncable (= 6.0.2)
128
- actionmailbox (= 6.0.2)
129
- actionmailer (= 6.0.2)
130
- actionpack (= 6.0.2)
131
- actiontext (= 6.0.2)
132
- actionview (= 6.0.2)
133
- activejob (= 6.0.2)
134
- activemodel (= 6.0.2)
135
- activerecord (= 6.0.2)
136
- activestorage (= 6.0.2)
137
- activesupport (= 6.0.2)
138
- bundler (>= 1.3.0)
139
- railties (= 6.0.2)
140
- sprockets-rails (>= 2.0.0)
141
- rails-dom-testing (2.0.3)
142
- activesupport (>= 4.2.0)
143
- nokogiri (>= 1.6)
144
- rails-html-sanitizer (1.3.0)
145
- loofah (~> 2.3)
146
- railties (6.0.2)
147
- actionpack (= 6.0.2)
148
- activesupport (= 6.0.2)
149
- method_source
150
- rake (>= 0.8.7)
151
- thor (>= 0.20.3, < 2.0)
152
- rake (12.3.3)
153
- redis (4.2.2)
154
- redis-scripting (1.0.1)
155
- redis (>= 3.0)
156
- rspec (3.8.0)
157
- rspec-core (~> 3.8.0)
158
- rspec-expectations (~> 3.8.0)
159
- rspec-mocks (~> 3.8.0)
160
- rspec-core (3.8.2)
161
- rspec-support (~> 3.8.0)
162
- rspec-expectations (3.8.4)
163
- diff-lcs (>= 1.2.0, < 2.0)
164
- rspec-support (~> 3.8.0)
165
- rspec-mocks (3.8.1)
166
- diff-lcs (>= 1.2.0, < 2.0)
167
- rspec-support (~> 3.8.0)
168
- rspec-support (3.8.2)
169
- sinatra (2.0.0.beta2)
170
- mustermann (= 1.0.0.beta2)
171
- rack (~> 2.0)
172
- rack-protection (= 2.0.0.beta2)
173
- tilt (~> 2.0)
174
- sinatra-contrib (2.0.0.beta2)
175
- backports (>= 2.0)
176
- multi_json
177
- mustermann (= 1.0.0.beta2)
178
- rack-protection (= 2.0.0.beta2)
179
- rack-test
180
- sinatra (= 2.0.0.beta2)
181
- tilt (>= 1.3, < 3)
182
- sprockets (4.0.2)
183
- concurrent-ruby (~> 1.0)
184
- rack (> 1, < 3)
185
- sprockets-rails (3.2.2)
186
- actionpack (>= 4.0)
187
- activesupport (>= 4.0)
188
- sprockets (>= 3.0.0)
189
- thor (1.0.1)
190
- thread_safe (0.3.6)
191
- tilt (2.0.9)
192
- timecop (0.7.1)
193
- tzinfo (1.2.7)
194
- thread_safe (~> 0.1)
195
- websocket-driver (0.7.3)
196
- websocket-extensions (>= 0.1.0)
197
- websocket-extensions (0.1.5)
198
- wwtd (1.4.1)
199
- zeitwerk (2.4.0)
200
-
201
- PLATFORMS
202
- ruby
203
-
204
- DEPENDENCIES
205
- bump
206
- byebug
207
- database_cleaner (= 1.6.1)
208
- imperium (>= 0.5.2)
209
- inst-jobs!
210
- pg (< 1.0)
211
- pry
212
- rack-test
213
- rails (~> 6.0.0)
214
- rake
215
- rspec (~> 3.8.0)
216
- sinatra (= 2.0.0.beta2)
217
- sinatra-contrib (= 2.0.0.beta2)
218
- timecop (= 0.7.1)
219
- wwtd (~> 1.4.0)
220
-
221
- BUNDLED WITH
222
- 2.1.2