Commit 67e2cf88644ae2e9dd65769cc3f88c44c374c8dc
1 parent
d1a5e370
Exists in
master
and in
4 other branches
select2-rails gem added
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -384,6 +384,9 @@ GEM |
384 | 384 | seed-fu (2.2.0) |
385 | 385 | activerecord (~> 3.1) |
386 | 386 | activesupport (~> 3.1) |
387 | + select2-rails (3.3.1) | |
388 | + sass-rails (>= 3.2) | |
389 | + thor (~> 0.14) | |
387 | 390 | selenium-webdriver (2.30.0) |
388 | 391 | childprocess (>= 0.2.5) |
389 | 392 | multi_json (~> 1.0) |
... | ... | @@ -534,6 +537,7 @@ DEPENDENCIES |
534 | 537 | sass-rails (~> 3.2.5) |
535 | 538 | sdoc |
536 | 539 | seed-fu |
540 | + select2-rails | |
537 | 541 | settingslogic |
538 | 542 | shoulda-matchers (= 1.3.0) |
539 | 543 | sidekiq | ... | ... |