Skip to content

Commit

Permalink
[Gemfile] use beaneater 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nesquena committed Nov 4, 2012
1 parent 8bc4012 commit 7a42570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile
@@ -1,6 +1,4 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in backburner.gemspec
gemspec

gem 'beaneater', :git => 'git://github.com/beanstalkd/beaneater.git'
gemspec
2 changes: 1 addition & 1 deletion backburner.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.version = Backburner::VERSION

# s.add_runtime_dependency 'beaneater', '~> 0.1.1'
s.add_runtime_dependency 'beaneater', '~> 0.1.1'
s.add_runtime_dependency 'dante', '~> 0.1.5'

s.add_development_dependency 'rake'
Expand Down

0 comments on commit 7a42570

Please sign in to comment.