Skip to content

Commit

Permalink
Don't fix the adhearsion dependency as hard
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed May 28, 2011
1 parent b1bed2d commit d052e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahn-rails.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'adhearsion', '~> 1.0.1'
s.add_dependency 'adhearsion', '~> 1.0'

s.add_development_dependency 'rspec-rails', '~> 2.5.0'
s.add_development_dependency 'cucumber', '~> 0.10.2'
Expand Down

0 comments on commit d052e66

Please sign in to comment.