Skip to content

Commit

Permalink
Unlock sneakers adapter version
Browse files Browse the repository at this point in the history
  • Loading branch information
artofhuman committed Apr 28, 2015
1 parent 55d9e49 commit fd162ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ group :job do
gem 'sucker_punch', require: false
gem 'delayed_job', require: false
gem 'queue_classic', require: false, platforms: :ruby
gem 'sneakers', '0.1.1.pre', require: false
gem 'sneakers', require: false
gem 'que', require: false
gem 'backburner', require: false
gem 'qu-rails', github: "bkeepers/qu", branch: "master", require: false
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
beaneater (0.3.3)
benchmark-ips (2.1.1)
builder (3.2.2)
bunny (1.1.9)
bunny (1.7.0)
amq-protocol (>= 1.9.2)
celluloid (0.16.0)
timers (~> 4.0.0)
Expand Down Expand Up @@ -211,11 +211,11 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sneakers (0.1.1.pre)
bunny (~> 1.1.3)
serverengine
sneakers (1.0.3)
bunny (~> 1.7.0)
serverengine (~> 1.5.5)
thor
thread
thread (= 0.1.5)
sprockets (3.0.0.rc.1)
rack (~> 1.0)
sprockets-rails (2.2.4)
Expand Down Expand Up @@ -287,7 +287,7 @@ DEPENDENCIES
sdoc (~> 0.4.0)
sequel
sidekiq
sneakers (= 0.1.1.pre)
sneakers
sprockets (~> 3.0.0.rc.1)
sqlite3 (~> 1.3.6)
stackprof
Expand Down
2 changes: 1 addition & 1 deletion activejob/test/support/integration/adapters/sneakers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def bunny_publisher
end

def bunny_queue
@queue ||= bunny_publisher.exchange.channel.queue "integration_tests", durable: true
@queue ||= bunny_publisher.send(:exchange).channel.queue "integration_tests", durable: true
end

end

0 comments on commit fd162ef

Please sign in to comment.