resque-integration 3.8.1 → 3.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 2ac9ed45b21f644959195484f775e830a703084f
4
- data.tar.gz: 900b0b025f6b87e4d3c25cf759e6634d04d36bd8
2
+ SHA256:
3
+ metadata.gz: b2ec965f4e6b3588019d8360b4cbfa3ed058f1b3562f5777f5a53ce2eb039e81
4
+ data.tar.gz: 9803234faee9e3936e82a252558a46d84dc370cfc491ebf5d1992511771b70cb
5
5
  SHA512:
6
- metadata.gz: a9288b8eb705f78e474b3c6e01d7fe088edf3dba71ef2e18e01a325bdb1d7341273c729604fcfd4aaec80cc0511595649bb129b88bf5b35889c733c4d75eabbf
7
- data.tar.gz: aee5cdca42bd456e7be7b251e41cd3ab62dbf05224170826cd84566610f5475a3946c2d51f8b8a8bd780042641c5734a5e701baefb1bd73f89824a150ad536af
6
+ metadata.gz: 65c0a66fbaddfdb73f2cac2299c42bb17fe9a08e2cd60091efd64d56f125b153459b696b602e8fb7f45ebf93834df78d49fd6de2f82fdbd0f749628f8c7a5ad8
7
+ data.tar.gz: 67d6b2023ed324b08c469e7a682172eaeeac390eef768653c69541a44fbf65cc79975daaf031ac714244202541e14f098b6f03f7321ff800be04b47e0e652fee
data/.drone.yml CHANGED
@@ -33,24 +33,6 @@ spec_step_common: &spec_step_common
33
33
  - dip rspec
34
34
 
35
35
  steps:
36
- - name: Tests Ruby 2.2
37
- environment:
38
- COMPOSE_FILE_EXT: drone
39
- DOCKER_RUBY_VERSION: 2.2
40
- RUBY_IMAGE_TAG: 2.2-latest
41
- REDIS_IMAGE_TAG: 4-alpine
42
- RAILS_ENV: test
43
- <<: *spec_step_common
44
-
45
- - name: Tests Ruby 2.3
46
- environment:
47
- COMPOSE_FILE_EXT: drone
48
- DOCKER_RUBY_VERSION: 2.3
49
- RUBY_IMAGE_TAG: 2.3-latest
50
- REDIS_IMAGE_TAG: 4-alpine
51
- RAILS_ENV: test
52
- <<: *spec_step_common
53
-
54
36
  - name: Tests Ruby 2.4
55
37
  environment:
56
38
  COMPOSE_FILE_EXT: drone
data/.gitignore CHANGED
@@ -3,8 +3,6 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
- Gemfile.lock
7
- gemfiles
8
6
  InstalledFiles
9
7
  _yardoc
10
8
  coverage
data/Appraisals CHANGED
@@ -1,17 +1,3 @@
1
- if RUBY_VERSION < '2.4'
2
- appraise 'rails3.2' do
3
- gem 'rails', '~> 3.2.0'
4
- end
5
-
6
- appraise 'rails4.0' do
7
- gem 'rails', '~> 4.0.13'
8
- end
9
-
10
- appraise 'rails4.1' do
11
- gem 'rails', '~> 4.1.16'
12
- end
13
- end
14
-
15
1
  appraise 'rails4.2' do
16
2
  gem 'rails', '~> 4.2.9'
17
3
  end
@@ -26,5 +12,4 @@ end
26
12
 
27
13
  appraise 'rails5.2' do
28
14
  gem 'rails', '~> 5.2.0', '< 5.2.4.1'
29
- gem 'mimemagic', '<= 0.3.9' if RUBY_VERSION < '2.3'
30
15
  end
data/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- # v3.8.1
1
+ # v3.9.0
2
+
3
+ * 2026-04-03 [5cea488](../../commit/5cea488) - __(git1-railsc)__ Release 3.9.0
4
+ * 2026-01-14 [3f9ab78](../../commit/3f9ab78) - __(Mikhail Nelaev)__ chore: lock nio4r
5
+ * 2026-01-13 [c62731b](../../commit/c62731b) - __(Mikhail Nelaev)__ feat: use common pid for GOD
6
+ https://jira.railsc.ru/browse/GOODS-4862
7
+
8
+ * 2024-01-09 [65d9f82](../../commit/65d9f82) - __(git2-railsc)__ Release 3.8.2
9
+ * 2023-11-27 [de6c686](../../commit/de6c686) - __(Mikhail Nelaev)__ chore: do not ignore gemfiles
10
+ * 2023-11-27 [e2df248](../../commit/e2df248) - __(Mikhail Nelaev)__ chore: use exists or exists? depending on redis version
11
+ * 2023-05-04 [fa65369](../../commit/fa65369) - __(Mikhail Nelaev)__ chore: drop old rubies
12
+ * 2023-11-24 [2380cf0](../../commit/2380cf0) - __(Mikhail Nelaev)__ fix: unlock unique jobs without args
13
+ https://jira.railsc.ru/browse/GOODS-2302
2
14
 
3
15
  * 2021-08-20 [1b6b16a](../../commit/1b6b16a) - __(Andrew N. Shalaev)__ Release v3.8.1
4
16
  * 2021-08-20 [557a16f](../../commit/557a16f) - __(Andrew N. Shalaev)__ Revert "fix: use Redis#exists? for get boolean value"
data/Gemfile CHANGED
@@ -3,4 +3,9 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in resque-integration.gemspec
4
4
  gemspec
5
5
 
6
+ gem 'loofah', '< 2.20.0', require: false
6
7
  gem 'pry', '< 0.13.0', require: false
8
+
9
+ if RUBY_VERSION < '2.6'
10
+ gem 'nio4r', '< 2.7.4', require: false
11
+ end
data/Gemfile.lock ADDED
@@ -0,0 +1,233 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ resque-integration (3.9.0)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actioncable (5.2.8.1)
21
+ actionpack (= 5.2.8.1)
22
+ nio4r (~> 2.0)
23
+ websocket-driver (>= 0.6.1)
24
+ actionmailer (5.2.8.1)
25
+ actionpack (= 5.2.8.1)
26
+ actionview (= 5.2.8.1)
27
+ activejob (= 5.2.8.1)
28
+ mail (~> 2.5, >= 2.5.4)
29
+ rails-dom-testing (~> 2.0)
30
+ actionpack (5.2.8.1)
31
+ actionview (= 5.2.8.1)
32
+ activesupport (= 5.2.8.1)
33
+ rack (~> 2.0, >= 2.0.8)
34
+ rack-test (>= 0.6.3)
35
+ rails-dom-testing (~> 2.0)
36
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
37
+ actionview (5.2.8.1)
38
+ activesupport (= 5.2.8.1)
39
+ builder (~> 3.1)
40
+ erubi (~> 1.4)
41
+ rails-dom-testing (~> 2.0)
42
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
43
+ activejob (5.2.8.1)
44
+ activesupport (= 5.2.8.1)
45
+ globalid (>= 0.3.6)
46
+ activemodel (5.2.8.1)
47
+ activesupport (= 5.2.8.1)
48
+ activerecord (5.2.8.1)
49
+ activemodel (= 5.2.8.1)
50
+ activesupport (= 5.2.8.1)
51
+ arel (>= 9.0)
52
+ activestorage (5.2.8.1)
53
+ actionpack (= 5.2.8.1)
54
+ activerecord (= 5.2.8.1)
55
+ marcel (~> 1.0.0)
56
+ activesupport (5.2.8.1)
57
+ concurrent-ruby (~> 1.0, >= 1.0.2)
58
+ i18n (>= 0.7, < 2)
59
+ minitest (~> 5.1)
60
+ tzinfo (~> 1.1)
61
+ appraisal (2.5.0)
62
+ bundler
63
+ rake
64
+ thor (>= 0.14.0)
65
+ arel (9.0.0)
66
+ base64 (0.3.0)
67
+ builder (3.2.4)
68
+ byebug (11.1.3)
69
+ coderay (1.1.3)
70
+ combustion (1.3.7)
71
+ activesupport (>= 3.0.0)
72
+ railties (>= 3.0.0)
73
+ thor (>= 0.14.6)
74
+ concurrent-ruby (1.2.2)
75
+ crass (1.0.6)
76
+ diff-lcs (1.5.0)
77
+ docile (1.3.5)
78
+ erubi (1.12.0)
79
+ et-orbi (1.4.0)
80
+ tzinfo
81
+ fugit (1.12.1)
82
+ et-orbi (~> 1.4)
83
+ raabro (~> 1.4)
84
+ globalid (0.4.2)
85
+ activesupport (>= 4.2.0)
86
+ god (0.13.7)
87
+ i18n (1.14.1)
88
+ concurrent-ruby (~> 1.0)
89
+ json (2.7.6)
90
+ loofah (2.19.1)
91
+ crass (~> 1.0.2)
92
+ nokogiri (>= 1.5.9)
93
+ mail (2.7.1)
94
+ mini_mime (>= 0.1.1)
95
+ marcel (1.0.4)
96
+ method_source (0.9.2)
97
+ mini_mime (1.1.2)
98
+ mini_portile2 (2.4.0)
99
+ minitest (5.15.0)
100
+ mono_logger (1.1.2)
101
+ multi_json (1.15.0)
102
+ mustermann (2.0.2)
103
+ ruby2_keywords (~> 0.0.1)
104
+ nio4r (2.6.1)
105
+ nokogiri (1.10.10)
106
+ mini_portile2 (~> 2.4.0)
107
+ pry (0.12.2)
108
+ coderay (~> 1.1.0)
109
+ method_source (~> 0.9.0)
110
+ pry-byebug (3.8.0)
111
+ byebug (~> 11.0)
112
+ pry (~> 0.10)
113
+ raabro (1.4.0)
114
+ rack (2.2.8)
115
+ rack-protection (2.2.4)
116
+ rack
117
+ rack-test (2.1.0)
118
+ rack (>= 1.3)
119
+ rails (5.2.8.1)
120
+ actioncable (= 5.2.8.1)
121
+ actionmailer (= 5.2.8.1)
122
+ actionpack (= 5.2.8.1)
123
+ actionview (= 5.2.8.1)
124
+ activejob (= 5.2.8.1)
125
+ activemodel (= 5.2.8.1)
126
+ activerecord (= 5.2.8.1)
127
+ activestorage (= 5.2.8.1)
128
+ activesupport (= 5.2.8.1)
129
+ bundler (>= 1.3.0)
130
+ railties (= 5.2.8.1)
131
+ sprockets-rails (>= 2.0.0)
132
+ rails-dom-testing (2.1.1)
133
+ activesupport (>= 5.0.0)
134
+ minitest
135
+ nokogiri (>= 1.6)
136
+ rails-html-sanitizer (1.5.0)
137
+ loofah (~> 2.19, >= 2.19.1)
138
+ railties (5.2.8.1)
139
+ actionpack (= 5.2.8.1)
140
+ activesupport (= 5.2.8.1)
141
+ method_source
142
+ rake (>= 0.8.7)
143
+ thor (>= 0.19.0, < 2.0)
144
+ rake (13.1.0)
145
+ redis (4.8.1)
146
+ redis-namespace (1.11.0)
147
+ redis (>= 4)
148
+ resque (1.27.4)
149
+ mono_logger (~> 1.0)
150
+ multi_json (~> 1.0)
151
+ redis-namespace (~> 1.3)
152
+ sinatra (>= 0.9.2)
153
+ vegas (~> 0.1.2)
154
+ resque-failed-job-mailer (0.0.3)
155
+ resque-meta (2.0.1)
156
+ resque (~> 1.8)
157
+ resque-multi-job-forks (0.4.3)
158
+ json
159
+ resque (~> 1.22)
160
+ resque-progress (1.0.1)
161
+ resque (>= 1.8.0)
162
+ resque-meta (>= 1.0.0)
163
+ resque-retry (1.8.1)
164
+ resque (>= 1.25, < 3.0)
165
+ resque-scheduler (>= 4.0, < 6.0)
166
+ resque-scheduler (4.11.0)
167
+ mono_logger (~> 1.0)
168
+ redis (>= 3.3)
169
+ resque (>= 1.27)
170
+ rufus-scheduler (~> 3.2, != 3.3)
171
+ rspec (2.99.0)
172
+ rspec-core (~> 2.99.0)
173
+ rspec-expectations (~> 2.99.0)
174
+ rspec-mocks (~> 2.99.0)
175
+ rspec-core (2.99.2)
176
+ rspec-expectations (2.99.2)
177
+ diff-lcs (>= 1.1.3, < 2.0)
178
+ rspec-its (1.0.1)
179
+ rspec-core (>= 2.99.0.beta1)
180
+ rspec-expectations (>= 2.99.0.beta1)
181
+ rspec-mocks (2.99.4)
182
+ ruby2_keywords (0.0.5)
183
+ rufus-scheduler (3.9.2)
184
+ fugit (~> 1.1, >= 1.11.1)
185
+ simplecov (0.18.5)
186
+ docile (~> 1.1)
187
+ simplecov-html (~> 0.11)
188
+ simplecov-html (0.12.3)
189
+ sinatra (2.2.4)
190
+ mustermann (~> 2.0)
191
+ rack (~> 2.2)
192
+ rack-protection (= 2.2.4)
193
+ tilt (~> 2.0)
194
+ sprockets (3.7.5)
195
+ base64
196
+ concurrent-ruby (~> 1.0)
197
+ rack (> 1, < 3)
198
+ sprockets-rails (3.2.2)
199
+ actionpack (>= 4.0)
200
+ activesupport (>= 4.0)
201
+ sprockets (>= 3.0.0)
202
+ thor (1.2.2)
203
+ thread_safe (0.3.6)
204
+ tilt (2.7.0)
205
+ timecop (0.9.8)
206
+ tzinfo (1.2.11)
207
+ thread_safe (~> 0.1)
208
+ vegas (0.1.11)
209
+ rack (>= 1.0.0)
210
+ websocket-driver (0.8.0)
211
+ base64
212
+ websocket-extensions (>= 0.1.0)
213
+ websocket-extensions (0.1.5)
214
+
215
+ PLATFORMS
216
+ ruby
217
+
218
+ DEPENDENCIES
219
+ appraisal (>= 1.0.2)
220
+ bundler
221
+ combustion (>= 0.5.5)
222
+ loofah (< 2.20.0)
223
+ nio4r (< 2.7.4)
224
+ pry (< 0.13.0)
225
+ pry-byebug
226
+ resque-integration!
227
+ rspec (~> 2.14)
228
+ rspec-its
229
+ simplecov
230
+ timecop
231
+
232
+ BUNDLED WITH
233
+ 1.17.3
data/dip.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  version: '1'
2
2
 
3
3
  environment:
4
- DOCKER_RUBY_VERSION: 2.3
5
- RUBY_IMAGE_TAG: 2.3-latest
4
+ DOCKER_RUBY_VERSION: 2.4
5
+ RUBY_IMAGE_TAG: 2.4-latest
6
6
  REDIS_IMAGE_TAG: 4-alpine
7
7
  COMPOSE_FILE_EXT: development
8
8
  RAILS_ENV: test
@@ -40,6 +40,5 @@ interaction:
40
40
  provision:
41
41
  - docker volume create --name bundler_data
42
42
  - dip bundle config --local https://gems.railsc.ru/ ${APRESS_GEMS_CREDENTIALS}
43
- - dip clean
44
43
  - dip bundle install
45
44
  - dip appraisal install
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "nio4r", "< 2.7.4", require: false
8
+ gem "rails", "~> 4.2.9"
9
+
10
+ gemspec path: "../"
@@ -0,0 +1,215 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ resque-integration (3.9.0)
5
+ god (~> 0.13.4)
6
+ multi_json
7
+ rails (>= 3.0.0)
8
+ rake
9
+ resque (>= 1.25.2)
10
+ resque-failed-job-mailer (~> 0.0.3)
11
+ resque-meta (>= 2.0.0)
12
+ resque-multi-job-forks (~> 0.4.2)
13
+ resque-progress (~> 1.0.1)
14
+ resque-retry (~> 1.5)
15
+ resque-scheduler (~> 4.0)
16
+
17
+ GEM
18
+ remote: https://rubygems.org/
19
+ specs:
20
+ actionmailer (4.2.11.3)
21
+ actionpack (= 4.2.11.3)
22
+ actionview (= 4.2.11.3)
23
+ activejob (= 4.2.11.3)
24
+ mail (~> 2.5, >= 2.5.4)
25
+ rails-dom-testing (~> 1.0, >= 1.0.5)
26
+ actionpack (4.2.11.3)
27
+ actionview (= 4.2.11.3)
28
+ activesupport (= 4.2.11.3)
29
+ rack (~> 1.6)
30
+ rack-test (~> 0.6.2)
31
+ rails-dom-testing (~> 1.0, >= 1.0.5)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ actionview (4.2.11.3)
34
+ activesupport (= 4.2.11.3)
35
+ builder (~> 3.1)
36
+ erubis (~> 2.7.0)
37
+ rails-dom-testing (~> 1.0, >= 1.0.5)
38
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
39
+ activejob (4.2.11.3)
40
+ activesupport (= 4.2.11.3)
41
+ globalid (>= 0.3.0)
42
+ activemodel (4.2.11.3)
43
+ activesupport (= 4.2.11.3)
44
+ builder (~> 3.1)
45
+ activerecord (4.2.11.3)
46
+ activemodel (= 4.2.11.3)
47
+ activesupport (= 4.2.11.3)
48
+ arel (~> 6.0)
49
+ activesupport (4.2.11.3)
50
+ i18n (~> 0.7)
51
+ minitest (~> 5.1)
52
+ thread_safe (~> 0.3, >= 0.3.4)
53
+ tzinfo (~> 1.1)
54
+ appraisal (2.5.0)
55
+ bundler
56
+ rake
57
+ thor (>= 0.14.0)
58
+ arel (6.0.4)
59
+ builder (3.2.4)
60
+ byebug (11.1.3)
61
+ coderay (1.1.3)
62
+ combustion (1.3.7)
63
+ activesupport (>= 3.0.0)
64
+ railties (>= 3.0.0)
65
+ thor (>= 0.14.6)
66
+ concurrent-ruby (1.2.2)
67
+ crass (1.0.6)
68
+ diff-lcs (1.5.0)
69
+ docile (1.3.5)
70
+ erubis (2.7.0)
71
+ et-orbi (1.4.0)
72
+ tzinfo
73
+ fugit (1.12.1)
74
+ et-orbi (~> 1.4)
75
+ raabro (~> 1.4)
76
+ globalid (0.4.2)
77
+ activesupport (>= 4.2.0)
78
+ god (0.13.7)
79
+ i18n (0.9.5)
80
+ concurrent-ruby (~> 1.0)
81
+ json (2.7.6)
82
+ loofah (2.19.1)
83
+ crass (~> 1.0.2)
84
+ nokogiri (>= 1.5.9)
85
+ mail (2.7.1)
86
+ mini_mime (>= 0.1.1)
87
+ method_source (0.9.2)
88
+ mini_mime (1.1.2)
89
+ mini_portile2 (2.4.0)
90
+ minitest (5.15.0)
91
+ mono_logger (1.1.2)
92
+ multi_json (1.15.0)
93
+ nio4r (2.7.3)
94
+ nokogiri (1.10.10)
95
+ mini_portile2 (~> 2.4.0)
96
+ pry (0.12.2)
97
+ coderay (~> 1.1.0)
98
+ method_source (~> 0.9.0)
99
+ pry-byebug (3.8.0)
100
+ byebug (~> 11.0)
101
+ pry (~> 0.10)
102
+ raabro (1.4.0)
103
+ rack (1.6.13)
104
+ rack-protection (1.5.5)
105
+ rack
106
+ rack-test (0.6.3)
107
+ rack (>= 1.0)
108
+ rails (4.2.11.3)
109
+ actionmailer (= 4.2.11.3)
110
+ actionpack (= 4.2.11.3)
111
+ actionview (= 4.2.11.3)
112
+ activejob (= 4.2.11.3)
113
+ activemodel (= 4.2.11.3)
114
+ activerecord (= 4.2.11.3)
115
+ activesupport (= 4.2.11.3)
116
+ bundler (>= 1.3.0, < 2.0)
117
+ railties (= 4.2.11.3)
118
+ sprockets-rails
119
+ rails-deprecated_sanitizer (1.0.4)
120
+ activesupport (>= 4.2.0.alpha)
121
+ rails-dom-testing (1.0.9)
122
+ activesupport (>= 4.2.0, < 5.0)
123
+ nokogiri (~> 1.6)
124
+ rails-deprecated_sanitizer (>= 1.0.1)
125
+ rails-html-sanitizer (1.5.0)
126
+ loofah (~> 2.19, >= 2.19.1)
127
+ railties (4.2.11.3)
128
+ actionpack (= 4.2.11.3)
129
+ activesupport (= 4.2.11.3)
130
+ rake (>= 0.8.7)
131
+ thor (>= 0.18.1, < 2.0)
132
+ rake (13.1.0)
133
+ redis (4.8.1)
134
+ redis-namespace (1.11.0)
135
+ redis (>= 4)
136
+ resque (1.26.0)
137
+ mono_logger (~> 1.0)
138
+ multi_json (~> 1.0)
139
+ redis-namespace (~> 1.3)
140
+ sinatra (>= 0.9.2)
141
+ vegas (~> 0.1.2)
142
+ resque-failed-job-mailer (0.0.3)
143
+ resque-meta (2.0.1)
144
+ resque (~> 1.8)
145
+ resque-multi-job-forks (0.4.5)
146
+ json
147
+ resque (~> 1.26.0)
148
+ resque-progress (1.0.1)
149
+ resque (>= 1.8.0)
150
+ resque-meta (>= 1.0.0)
151
+ resque-retry (1.8.1)
152
+ resque (>= 1.25, < 3.0)
153
+ resque-scheduler (>= 4.0, < 6.0)
154
+ resque-scheduler (4.4.0)
155
+ mono_logger (~> 1.0)
156
+ redis (>= 3.3)
157
+ resque (>= 1.26)
158
+ rufus-scheduler (~> 3.2)
159
+ rspec (2.99.0)
160
+ rspec-core (~> 2.99.0)
161
+ rspec-expectations (~> 2.99.0)
162
+ rspec-mocks (~> 2.99.0)
163
+ rspec-core (2.99.2)
164
+ rspec-expectations (2.99.2)
165
+ diff-lcs (>= 1.1.3, < 2.0)
166
+ rspec-its (1.0.1)
167
+ rspec-core (>= 2.99.0.beta1)
168
+ rspec-expectations (>= 2.99.0.beta1)
169
+ rspec-mocks (2.99.4)
170
+ rufus-scheduler (3.9.2)
171
+ fugit (~> 1.1, >= 1.11.1)
172
+ simplecov (0.18.5)
173
+ docile (~> 1.1)
174
+ simplecov-html (~> 0.11)
175
+ simplecov-html (0.12.3)
176
+ sinatra (1.4.8)
177
+ rack (~> 1.5)
178
+ rack-protection (~> 1.4)
179
+ tilt (>= 1.3, < 3)
180
+ sprockets (3.7.2)
181
+ concurrent-ruby (~> 1.0)
182
+ rack (> 1, < 3)
183
+ sprockets-rails (3.2.2)
184
+ actionpack (>= 4.0)
185
+ activesupport (>= 4.0)
186
+ sprockets (>= 3.0.0)
187
+ thor (1.2.2)
188
+ thread_safe (0.3.6)
189
+ tilt (2.7.0)
190
+ timecop (0.9.8)
191
+ tzinfo (1.2.11)
192
+ thread_safe (~> 0.1)
193
+ vegas (0.1.11)
194
+ rack (>= 1.0.0)
195
+
196
+ PLATFORMS
197
+ ruby
198
+
199
+ DEPENDENCIES
200
+ appraisal (>= 1.0.2)
201
+ bundler
202
+ combustion (>= 0.5.5)
203
+ loofah (< 2.20.0)
204
+ nio4r (< 2.7.4)
205
+ pry (< 0.13.0)
206
+ pry-byebug
207
+ rails (~> 4.2.9)
208
+ resque-integration!
209
+ rspec (~> 2.14)
210
+ rspec-its
211
+ simplecov
212
+ timecop
213
+
214
+ BUNDLED WITH
215
+ 1.17.3
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "loofah", "< 2.20.0", require: false
6
+ gem "pry", "< 0.13.0", require: false
7
+ gem "nio4r", "< 2.7.4", require: false
8
+ gem "rails", "~> 5.0.0"
9
+
10
+ gemspec path: "../"