Commit 29db8efaa4666ea479d927593540ee6f27dddf54
1 parent
c3f088d2
Exists in
spb-stable
and in
3 other branches
Add version_sorter gem
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -537,6 +537,7 @@ GEM |
537 | 537 | raindrops (~> 0.7) |
538 | 538 | unicorn-worker-killer (0.4.2) |
539 | 539 | unicorn (~> 4) |
540 | + version_sorter (1.1.0) | |
540 | 541 | virtus (1.0.1) |
541 | 542 | axiom-types (~> 0.0.5) |
542 | 543 | coercible (~> 1.0) |
... | ... | @@ -662,4 +663,5 @@ DEPENDENCIES |
662 | 663 | underscore-rails (~> 1.4.4) |
663 | 664 | unicorn (~> 4.6.3) |
664 | 665 | unicorn-worker-killer |
666 | + version_sorter | |
665 | 667 | webmock | ... | ... |