Skip to content

Commit

Permalink
Merge pull request #1446 from projectblacklight/fix-suggest
Browse files Browse the repository at this point in the history
pins to 0.11.1.pre.corejavascript to fix a bug
  • Loading branch information
cbeer committed Jul 26, 2016
2 parents 49e7b0c + 3bffda7 commit 262b750
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 262b750

Please sign in to comment.