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 72d4d47 commit 22abd4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
sdoc (~> 0.4.0)
sequel
sidekiq
sneakers (= 0.1.1.pre)
sneakers
sprockets (~> 3.0.0.rc.1)
sprockets-rails!
sqlite3 (~> 1.3.6)
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 22abd4a

Please sign in to comment.