Skip to content

Commit

Permalink
pins to 0.11.1.pre.corejavascript to fix a bug
Browse files Browse the repository at this point in the history
Needed so that applications properly handle ajax suggestion/typeahead queries
  • Loading branch information
mejackreed committed Jul 26, 2016
1 parent 49e7b0c commit 3bffda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_dependency "rsolr", "~> 1.0", ">= 1.0.6" # Library for interacting with rSolr.
s.add_dependency "bootstrap-sass", "~> 3.2"
s.add_dependency "deprecation"
s.add_dependency "twitter-typeahead-rails", '~> 0.11'
s.add_dependency "twitter-typeahead-rails", '0.11.1.pre.corejavascript'

s.add_development_dependency "solr_wrapper"
s.add_development_dependency "rspec-rails", "~> 3.5"
Expand Down

0 comments on commit 3bffda7

Please sign in to comment.