Skip to content

Commit

Permalink
updated card gemspec (re activerecord-session_store open-ended depend…
Browse files Browse the repository at this point in the history
…ency warnings)
  • Loading branch information
ethn committed Jul 30, 2015
1 parent 542a5a9 commit 7089415
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions card/card.gemspec
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion card/db/seed
Submodule seed updated from eee7e1 to a36c3b

0 comments on commit 7089415

Please sign in to comment.