diff --git a/Gemfile b/Gemfile index 9ac19e4..504e3ee 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'rsolr', '>= 1.0', '< 3' gem 'sass-rails', '~> 6.0' gem 'sidekiq', '~> 6.4' gem 'turbolinks', '~> 5' -gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' +gem 'twitter-typeahead-rails', '0.11.1' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'uglifier', '>= 1.3.0' gem 'activerecord-nulldb-adapter', '~> 1.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7687b6d..0a57f8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -634,7 +634,7 @@ GEM mime-types-data (3.2025.0304) mini_magick (4.13.2) mini_mime (1.1.5) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.8.0) multi_json (1.15.0) multi_xml (0.7.1) @@ -663,21 +663,21 @@ GEM noid-rails (3.2.0) actionpack (>= 5.0.0, < 8) noid (~> 0.9) - nokogiri (1.18.3-aarch64-linux-gnu) + nokogiri (1.18.4-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-aarch64-linux-musl) + nokogiri (1.18.4-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-gnu) + nokogiri (1.18.4-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-arm-linux-musl) + nokogiri (1.18.4-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.3-arm64-darwin) + nokogiri (1.18.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-darwin) + nokogiri (1.18.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-gnu) + nokogiri (1.18.4-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.3-x86_64-linux-musl) + nokogiri (1.18.4-x86_64-linux-musl) racc (~> 1.4) oauth (1.1.0) oauth-tty (~> 1.0, >= 1.0.1) @@ -727,7 +727,7 @@ GEM rails (>= 5.0, < 8.1) rdf racc (1.8.1) - rack (2.2.12) + rack (2.2.13) rack-linkeddata (3.3.0) linkeddata (~> 3.3) rack (>= 2.2, < 4) @@ -986,7 +986,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twitter-typeahead-rails (0.11.1.pre.corejavascript) + twitter-typeahead-rails (0.11.1) actionpack (>= 3.1) jquery-rails railties (>= 3.1) @@ -1078,7 +1078,7 @@ DEPENDENCIES sass-rails (~> 6.0) sidekiq (~> 6.4) turbolinks (~> 5) - twitter-typeahead-rails (= 0.11.1.pre.corejavascript) + twitter-typeahead-rails (= 0.11.1) tzinfo-data uglifier (>= 1.3.0) web-console (>= 3.3.0)