Commit fe3aa2f368e93213f423620ef58286a9feb32c1d
1 parent
6fc5077d
Exists in
master
fix: add question sorting support
Showing
5 changed files
with
7 additions
and
2 deletions
Show diff stats
Gemfile
README.md
lib/surveyable/question.rb
lib/surveyable/version.rb
surveyable.gemspec
... | ... | @@ -22,4 +22,5 @@ Gem::Specification.new do |spec| |
22 | 22 | spec.add_development_dependency "bundler", "~> 1.10" |
23 | 23 | #spec.add_development_dependency "rake", "~> 10.0" |
24 | 24 | spec.add_runtime_dependency "activerecord", "~> 5.0" |
25 | + spec.add_runtime_dependency "ranked-model", "~> 0.4.0" | |
25 | 26 | end | ... | ... |