Skip to content

Commit

Permalink
Use our fork of chosen-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 22, 2011
1 parent 0aedfa2 commit 96cdcd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'simple_form', '~> 1.5.2'
gem 'prototype-rails', '>= 3.1.0'
gem 'ffaker', '>= 1.5.0' # For demo data
gem 'uglifier'
gem 'chosen-rails'
gem 'chosen-rails', :git => "git://github.com/ndbroadbent/chosen-rails.git"

# Gems used only for assets and not required
# in production environments by default.
Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: git://github.com/ndbroadbent/chosen-rails.git
revision: 9fe6831ff4f31e550c015c106f8a010bb0a3664b
specs:
chosen-rails (0.9.5.1)
railties (~> 3.0)
thor (~> 0.14)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -41,9 +49,6 @@ GEM
activerecord (>= 3.0.7)
awesome_print (1.0.1)
builder (3.0.0)
chosen-rails (0.9.5)
railties (~> 3.0)
thor (~> 0.14)
cocaine (0.2.1)
coffee-rails (3.1.1)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -199,7 +204,7 @@ DEPENDENCIES
annotate (~> 2.4.1.beta)
authlogic (~> 3.1.0)
awesome_print (>= 0.3.1)
chosen-rails
chosen-rails!
coffee-rails (>= 3.1.1)
factory_girl (>= 1.3.3)
factory_girl_rails (~> 1.4.0)
Expand Down

0 comments on commit 96cdcd7

Please sign in to comment.