Skip to content

Commit

Permalink
if we're going to enforce bcrypt-ruby 3.1.2, we need to enforce rails…
Browse files Browse the repository at this point in the history
… 4.0.1
  • Loading branch information
Adam Cooke committed Nov 11, 2013
1 parent b52097a commit c7c958c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shoppe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.0"
s.add_dependency "bcrypt-ruby", "~> 3.1.0"
s.add_dependency "rails", "~> 4.0.1"
s.add_dependency "bcrypt-ruby", "~> 3.1.2"
s.add_dependency "ransack", "~> 1.0.0"
s.add_dependency "kaminari", "~> 0.14.1"
s.add_dependency "haml", "~> 4.0.3"
Expand Down

0 comments on commit c7c958c

Please sign in to comment.