From 7089415513f91c7800da36fc3b645474863f31fa Mon Sep 17 00:00:00 2001 From: Ethan McCutchen Date: Thu, 30 Jul 2015 12:40:22 -0600 Subject: [PATCH] updated card gemspec (re activerecord-session_store open-ended dependency warnings) --- card/card.gemspec | 36 ++++++++++++++++++------------------ card/db/seed | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/card/card.gemspec b/card/card.gemspec index e55c7c20a..4f5e7add3 100644 --- a/card/card.gemspec +++ b/card/card.gemspec @@ -28,27 +28,27 @@ Gem::Specification.new do |s| s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] - s.required_ruby_version = '>= 1.8.7' + s.required_ruby_version = '>= 1.9.3' [ - [ 'smartname', '0.2.3' ], - - [ 'activerecord-session_store'], - [ 'uuid', '~> 2.3' ], - [ 'paperclip', '~> 4.2' ], - [ 'htmlentities', '~> 4.3' ], - [ 'rmagick', '~> 2.13' ], - [ 'recaptcha', '~> 0.3' ], - [ 'coderay', '~> 1.0' ], - [ 'sass', '~> 3.2' ], - [ 'coffee-script','~> 2.2' ], - [ 'uglifier', '~> 2.5' ], - - [ 'haml', '~> 4.0' ], - [ 'kaminari', '~> 0.16' ], - [ 'bootstrap-kaminari-views', '~> 0.0.5'], - [ 'diff-lcs', '~> 1.2' ], + [ 'smartname', '0.2.3' ], + + [ 'activerecord-session_store', '~> 0.1' ], + [ 'uuid', '~> 2.3' ], + [ 'paperclip', '~> 4.2' ], + [ 'htmlentities', '~> 4.3' ], + [ 'rmagick', '~> 2.13' ], + [ 'recaptcha', '~> 0.3' ], + [ 'coderay', '~> 1.0' ], + [ 'sass', '~> 3.2' ], + [ 'coffee-script', '~> 2.2' ], + [ 'uglifier', '~> 2.5' ], + + [ 'haml', '~> 4.0' ], + [ 'kaminari', '~> 0.16' ], + [ 'bootstrap-kaminari-views', '~> 0.0.5'], + [ 'diff-lcs', '~> 1.2' ], ].each do |dep| s.add_runtime_dependency *dep diff --git a/card/db/seed b/card/db/seed index eee7e1254..a36c3b509 160000 --- a/card/db/seed +++ b/card/db/seed @@ -1 +1 @@ -Subproject commit eee7e12543b3df294e22b57a39653dc9bdcb1f82 +Subproject commit a36c3b509611782871d0adfa4372d6d8d8d97fca