Skip to content

Commit

Permalink
use deprecation 0.1+ for better warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Feb 3, 2014
1 parent 2a5b330 commit 1742da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency "kaminari", "~> 0.13" # the pagination (page 1,2,3, etc..) of our search results
s.add_dependency "sass-rails"
s.add_dependency "bootstrap-sass", ">= 2.2.0", "< 2.4"
s.add_dependency "deprecation"
s.add_dependency "deprecation", "~> 0.1"
s.add_development_dependency "jettywrapper", ">= 1.4.1"
s.add_development_dependency "rspec-rails"
s.add_development_dependency 'engine_cart', ">= 0.1.0"
Expand Down

0 comments on commit 1742da4

Please sign in to comment.