Skip to content

Commit 2058d37

Browse files
author
Austin Schneider
committed
upgrade rescue and resque-scheduler and bundle update
1 parent e31a44f commit 2058d37

File tree

3 files changed

+47
-55
lines changed

3 files changed

+47
-55
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ gem 'haml-rails', '0.3.5'
66
gem 'jquery-rails', '1.0.16'
77
gem 'httparty', '0.8.1'
88
gem 'squeel', '0.9.3'
9-
gem 'resque', '1.20.0'
10-
gem 'resque-scheduler', '1.9.9'
9+
gem 'resque', '1.24.1'
10+
gem 'resque-scheduler', '2.0.1'
1111
gem 'kaminari', '0.12.4'
1212
# gem 'twitter', '2.0.1'
1313

Gemfile.lock

Lines changed: 44 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -31,53 +31,49 @@ GEM
3131
activesupport (3.2.14)
3232
i18n (~> 0.6, >= 0.6.4)
3333
multi_json (~> 1.0)
34-
addressable (2.2.6)
34+
addressable (2.2.8)
3535
arel (3.0.2)
3636
artifice (0.6)
3737
rack-test
3838
builder (3.0.4)
39-
capybara (1.1.1)
39+
capybara (2.1.0)
4040
mime-types (>= 1.16)
4141
nokogiri (>= 1.3.3)
4242
rack (>= 1.0.0)
4343
rack-test (>= 0.5.4)
44-
selenium-webdriver (~> 2.0)
45-
xpath (~> 0.1.4)
46-
childprocess (0.2.2)
47-
ffi (~> 1.0.6)
44+
xpath (~> 2.0)
4845
coffee-rails (3.2.2)
4946
coffee-script (>= 2.2.0)
5047
railties (~> 3.2.0)
5148
coffee-script (2.2.0)
5249
coffee-script-source
5350
execjs
5451
coffee-script-source (1.6.3)
55-
crack (0.3.1)
56-
cucumber (1.1.1)
52+
crack (0.4.1)
53+
safe_yaml (~> 0.9.0)
54+
cucumber (1.3.7)
5755
builder (>= 2.1.2)
58-
diff-lcs (>= 1.1.2)
59-
gherkin (~> 2.6.0)
60-
json (>= 1.4.6)
61-
term-ansicolor (>= 1.0.6)
62-
cucumber-rails (1.2.0)
63-
capybara (>= 1.1.1)
64-
cucumber (>= 1.1.1)
56+
diff-lcs (>= 1.1.3)
57+
gherkin (~> 2.12.1)
58+
multi_json (~> 1.7.5)
59+
multi_test (>= 0.0.2)
60+
cucumber-rails (1.2.1)
61+
capybara (>= 1.1.2)
62+
cucumber (>= 1.1.3)
6563
nokogiri (>= 1.5.0)
6664
database_cleaner (0.6.7)
6765
diff-lcs (1.2.4)
6866
erubis (2.7.0)
69-
execjs (1.2.9)
70-
multi_json (~> 1.0)
67+
execjs (2.0.1)
7168
factory_girl (2.2.0)
7269
activesupport
7370
factory_girl_rails (1.3.0)
7471
factory_girl (~> 2.2.0)
7572
railties (>= 3.0.0)
7673
faker (1.0.1)
7774
i18n (~> 0.4)
78-
ffi (1.0.9)
79-
gherkin (2.6.2)
80-
json (>= 1.4.6)
75+
gherkin (2.12.1)
76+
multi_json (~> 1.3)
8177
haml (3.1.8)
8278
haml-rails (0.3.5)
8379
actionpack (>= 3.1, < 4.1)
@@ -94,7 +90,6 @@ GEM
9490
railties (~> 3.0)
9591
thor (~> 0.14)
9692
json (1.8.0)
97-
json_pure (1.6.1)
9893
kaminari (0.12.4)
9994
rails (>= 3.0.0)
10095
launchy (2.0.5)
@@ -103,9 +98,13 @@ GEM
10398
mime-types (~> 1.16)
10499
treetop (~> 1.4.8)
105100
mime-types (1.25)
106-
multi_json (1.8.0)
107-
multi_xml (0.4.1)
108-
nokogiri (1.5.0)
101+
mini_portile (0.5.1)
102+
mono_logger (1.1.0)
103+
multi_json (1.7.9)
104+
multi_test (0.0.2)
105+
multi_xml (0.5.5)
106+
nokogiri (1.6.0)
107+
mini_portile (~> 0.5.0)
109108
pg (0.11.0)
110109
polyamorous (0.5.0)
111110
activerecord (~> 3.0)
@@ -137,17 +136,18 @@ GEM
137136
rake (10.1.0)
138137
rdoc (3.12.2)
139138
json (~> 1.4)
140-
redis (2.2.2)
141-
redis-namespace (1.0.4)
142-
redis (< 3.0.0)
143-
resque (1.20.0)
139+
redis (3.0.4)
140+
redis-namespace (1.3.1)
141+
redis (~> 3.0.0)
142+
resque (1.24.1)
143+
mono_logger (~> 1.0)
144144
multi_json (~> 1.0)
145-
redis-namespace (~> 1.0.2)
145+
redis-namespace (~> 1.2)
146146
sinatra (>= 0.9.2)
147147
vegas (~> 0.1.2)
148-
resque-scheduler (1.9.9)
148+
resque-scheduler (2.0.1)
149149
redis (>= 2.0.1)
150-
resque (>= 1.8.0)
150+
resque (>= 1.20.0)
151151
rufus-scheduler
152152
resque_spec (0.7.0)
153153
resque (>= 1.15.0)
@@ -167,26 +167,18 @@ GEM
167167
rspec-core (~> 2.14.0)
168168
rspec-expectations (~> 2.14.0)
169169
rspec-mocks (~> 2.14.0)
170-
rubyzip (0.9.4)
171-
rufus-scheduler (2.0.12)
172-
tzinfo (>= 0.3.23)
170+
rufus-scheduler (2.0.24)
171+
tzinfo (>= 0.3.22)
172+
safe_yaml (0.9.5)
173173
sass (3.2.10)
174174
sass-rails (3.2.6)
175175
railties (~> 3.2.0)
176176
sass (>= 3.1.10)
177177
tilt (~> 1.3)
178-
selenium-webdriver (2.10.0)
179-
childprocess (>= 0.2.1)
180-
ffi (= 1.0.9)
181-
json_pure
182-
rubyzip
183-
sinatra (1.3.1)
184-
rack (~> 1.3, >= 1.3.4)
185-
rack (~> 1.3, >= 1.3.4)
186-
rack-protection (~> 1.1, >= 1.1.2)
187-
rack-protection (~> 1.1, >= 1.1.2)
188-
tilt (~> 1.3, >= 1.3.3)
189-
tilt (~> 1.3, >= 1.3.3)
178+
sinatra (1.4.3)
179+
rack (~> 1.4)
180+
rack-protection (~> 1.4)
181+
tilt (~> 1.3, >= 1.3.4)
190182
sprockets (2.2.2)
191183
hike (~> 1.2)
192184
multi_json (~> 1.0)
@@ -196,23 +188,22 @@ GEM
196188
activerecord (~> 3.0)
197189
activesupport (~> 3.0)
198190
polyamorous (~> 0.5.0)
199-
term-ansicolor (1.0.7)
200191
thor (0.18.1)
201192
tilt (1.4.1)
202193
timecop (0.3.5)
203194
treetop (1.4.15)
204195
polyglot
205196
polyglot (>= 0.3.1)
206197
tzinfo (0.3.37)
207-
uglifier (1.0.4)
198+
uglifier (2.2.1)
208199
execjs (>= 0.3.0)
209-
multi_json (>= 1.0.2)
200+
multi_json (~> 1.0, >= 1.0.2)
210201
vegas (0.1.11)
211202
rack (>= 1.0.0)
212-
webmock (1.7.7)
203+
webmock (1.7.10)
213204
addressable (~> 2.2, > 2.2.5)
214205
crack (>= 0.1.7)
215-
xpath (0.1.4)
206+
xpath (2.0.0)
216207
nokogiri (~> 1.3)
217208

218209
PLATFORMS
@@ -233,8 +224,8 @@ DEPENDENCIES
233224
launchy (~> 2.0.5)
234225
pg (= 0.11.0)
235226
rails (= 3.2.14)
236-
resque (= 1.20.0)
237-
resque-scheduler (= 1.9.9)
227+
resque (= 1.24.1)
228+
resque-scheduler (= 2.0.1)
238229
resque_spec (~> 0.7.0)
239230
rspec-rails (~> 2.14)
240231
sass-rails (~> 3.2.6)

config/initializers/resque.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'resque_scheduler'
2+
require 'resque/server'
23

34
Resque.redis = Redis.new(
45
host: CONFIG[:redis][:host],

0 commit comments

Comments
 (0)