diff --git a/Gemfile b/Gemfile index 7352749..a9f69ac 100644 --- a/Gemfile +++ b/Gemfile @@ -113,6 +113,7 @@ group :assets do gem "therubyracer" gem 'chosen-rails', "0.9.8" + gem 'select2-rails' gem 'jquery-atwho-rails', "0.1.7" gem "jquery-rails", "2.1.3" gem "jquery-ui-rails", "2.0.2" diff --git a/Gemfile.lock b/Gemfile.lock index f738907..a19cbfd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,6 +384,9 @@ GEM seed-fu (2.2.0) activerecord (~> 3.1) activesupport (~> 3.1) + select2-rails (3.3.1) + sass-rails (>= 3.2) + thor (~> 0.14) selenium-webdriver (2.30.0) childprocess (>= 0.2.5) multi_json (~> 1.0) @@ -534,6 +537,7 @@ DEPENDENCIES sass-rails (~> 3.2.5) sdoc seed-fu + select2-rails settingslogic shoulda-matchers (= 1.3.0) sidekiq -- libgit2 0.21.2