diff --git a/Gemfile b/Gemfile index 7e36ebd..344cd06 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'caxlsx_rails', '0.6.3' ## EX LIBRIS INTEGRATION ALMA, PRIMO gem 'alma', '~> 0.3.3' -gem 'primo', git: 'https://github.com/tulibraries/primo.git', branch: 'main' +gem 'primo' ## SEARCH - USING ELASTIC SEARCH gem 'searchkick' diff --git a/Gemfile.lock b/Gemfile.lock index 1f483ac..22f3813 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,78 +13,70 @@ GIT marc (~> 0.8.1) nokogiri -GIT - remote: https://github.com/tulibraries/primo.git - revision: d48b915861d4e0de33fc4e8fa81eaad2619d9626 - branch: main - specs: - primo (0.3.0) - httparty - GEM remote: http://rubygems.org/ specs: - actioncable (7.0.8.6) - actionpack (= 7.0.8.6) - activesupport (= 7.0.8.6) + actioncable (7.0.8.7) + actionpack (= 7.0.8.7) + activesupport (= 7.0.8.7) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.8.6) - actionpack (= 7.0.8.6) - activejob (= 7.0.8.6) - activerecord (= 7.0.8.6) - activestorage (= 7.0.8.6) - activesupport (= 7.0.8.6) + actionmailbox (7.0.8.7) + actionpack (= 7.0.8.7) + activejob (= 7.0.8.7) + activerecord (= 7.0.8.7) + activestorage (= 7.0.8.7) + activesupport (= 7.0.8.7) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.8.6) - actionpack (= 7.0.8.6) - actionview (= 7.0.8.6) - activejob (= 7.0.8.6) - activesupport (= 7.0.8.6) + actionmailer (7.0.8.7) + actionpack (= 7.0.8.7) + actionview (= 7.0.8.7) + activejob (= 7.0.8.7) + activesupport (= 7.0.8.7) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.8.6) - actionview (= 7.0.8.6) - activesupport (= 7.0.8.6) + actionpack (7.0.8.7) + actionview (= 7.0.8.7) + activesupport (= 7.0.8.7) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.8.6) - actionpack (= 7.0.8.6) - activerecord (= 7.0.8.6) - activestorage (= 7.0.8.6) - activesupport (= 7.0.8.6) + actiontext (7.0.8.7) + actionpack (= 7.0.8.7) + activerecord (= 7.0.8.7) + activestorage (= 7.0.8.7) + activesupport (= 7.0.8.7) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.8.6) - activesupport (= 7.0.8.6) + actionview (7.0.8.7) + activesupport (= 7.0.8.7) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.8.6) - activesupport (= 7.0.8.6) + activejob (7.0.8.7) + activesupport (= 7.0.8.7) globalid (>= 0.3.6) - activemodel (7.0.8.6) - activesupport (= 7.0.8.6) - activerecord (7.0.8.6) - activemodel (= 7.0.8.6) - activesupport (= 7.0.8.6) - activestorage (7.0.8.6) - actionpack (= 7.0.8.6) - activejob (= 7.0.8.6) - activerecord (= 7.0.8.6) - activesupport (= 7.0.8.6) + activemodel (7.0.8.7) + activesupport (= 7.0.8.7) + activerecord (7.0.8.7) + activemodel (= 7.0.8.7) + activesupport (= 7.0.8.7) + activestorage (7.0.8.7) + actionpack (= 7.0.8.7) + activejob (= 7.0.8.7) + activerecord (= 7.0.8.7) + activesupport (= 7.0.8.7) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.8.6) + activesupport (7.0.8.7) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -97,8 +89,9 @@ GEM audited (5.8.0) activerecord (>= 5.2, < 8.2) activesupport (>= 5.2, < 8.2) + base64 (0.2.0) bcrypt (3.1.20) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) builder (3.3.0) byebug (11.1.3) @@ -112,16 +105,18 @@ GEM actionpack (>= 3.1) caxlsx (>= 3.0) coderay (1.1.3) + commander (5.0.0) + highline (~> 3.0.0) concurrent-ruby (1.3.4) crass (1.0.6) - csv (3.3.0) + csv (3.3.2) database_cleaner (2.1.0) database_cleaner-active_record (>= 2, < 3) database_cleaner-active_record (2.2.0) activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.4.0) + date (3.4.1) devise (4.9.4) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -131,10 +126,10 @@ GEM elastic-transport (8.3.5) faraday (< 3) multi_json - elasticsearch (8.16.0) + elasticsearch (8.17.0) elastic-transport (~> 8.3) - elasticsearch-api (= 8.16.0) - elasticsearch-api (8.16.0) + elasticsearch-api (= 8.17.0) + elasticsearch-api (8.17.0) multi_json em-websocket (0.5.3) eventmachine (>= 0.12.9) @@ -142,7 +137,7 @@ GEM email_validator (2.2.4) activemodel ensure_valid_encoding (0.5.3) - erubi (1.13.0) + erubi (1.13.1) et-orbi (1.2.11) tzinfo eventmachine (1.2.7) @@ -160,13 +155,13 @@ GEM railties (>= 3.0.0) faker (2.23.0) i18n (>= 1.8.11, < 2) - faraday (2.12.1) + faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) json logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.1-x86_64-linux-gnu) font-awesome-rails (4.7.0.9) railties (>= 3.2, < 9.0) formatador (1.1.0) @@ -175,12 +170,14 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - guard (2.19.0) + guard (2.19.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) + logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) + ostruct (~> 0.6) pry (>= 0.13.0) shellany (~> 0.0) thor (>= 0.18.1) @@ -198,6 +195,7 @@ GEM guard-compat (~> 1.2) minitest (>= 3.0) hashie (5.0.0) + highline (3.0.1) htmlentities (4.3.4) http_parser.rb (0.8.0) httparty (0.22.0) @@ -206,13 +204,14 @@ GEM multi_xml (>= 0.5.2) i18n (1.14.6) concurrent-ruby (~> 1.0) + inifile (3.0.0) jquery-rails (4.5.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) - json (2.8.2) + json (2.9.1) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -225,12 +224,14 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - liquid (5.5.1) + liquid (5.6.0) + bigdecimal + strscan listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - loofah (2.23.1) + logger (1.6.4) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.10) @@ -246,7 +247,7 @@ GEM marcel (1.0.4) method_source (1.1.0) mini_mime (1.1.5) - minitest (5.25.2) + minitest (5.25.4) minitest-around (0.5.0) minitest (~> 5.0) multi_json (1.15.0) @@ -254,9 +255,9 @@ GEM bigdecimal (~> 3.1) mysql2 (0.5.6) nenv (0.3.0) - net-http (0.5.0) + net-http (0.6.0) uri - net-imap (0.5.1) + net-imap (0.5.5) date net-protocol net-pop (0.1.2) @@ -266,13 +267,18 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) orm_adapter (0.5.0) - pry (0.15.0) + ostruct (0.6.1) + primo (0.1.0) + commander + inifile + terminal-table + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) puma (6.5.0) @@ -280,35 +286,35 @@ GEM raabro (1.4.0) racc (1.8.1) rack (2.2.10) - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) - rails (7.0.8.6) - actioncable (= 7.0.8.6) - actionmailbox (= 7.0.8.6) - actionmailer (= 7.0.8.6) - actionpack (= 7.0.8.6) - actiontext (= 7.0.8.6) - actionview (= 7.0.8.6) - activejob (= 7.0.8.6) - activemodel (= 7.0.8.6) - activerecord (= 7.0.8.6) - activestorage (= 7.0.8.6) - activesupport (= 7.0.8.6) + rails (7.0.8.7) + actioncable (= 7.0.8.7) + actionmailbox (= 7.0.8.7) + actionmailer (= 7.0.8.7) + actionpack (= 7.0.8.7) + actiontext (= 7.0.8.7) + actionview (= 7.0.8.7) + activejob (= 7.0.8.7) + activemodel (= 7.0.8.7) + activerecord (= 7.0.8.7) + activestorage (= 7.0.8.7) + activesupport (= 7.0.8.7) bundler (>= 1.15.0) - railties (= 7.0.8.6) + railties (= 7.0.8.7) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) - rails-settings-cached (2.9.5) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + rails-settings-cached (2.9.6) activerecord (>= 5.0.0) railties (>= 5.0.0) - railties (7.0.8.6) - actionpack (= 7.0.8.6) - activesupport (= 7.0.8.6) + railties (7.0.8.7) + actionpack (= 7.0.8.7) + activesupport (= 7.0.8.7) method_source rake (>= 12.2) thor (~> 1.0) @@ -321,11 +327,11 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.9) + rexml (3.4.0) rsolr (2.6.0) builder (>= 2.1.2) faraday (>= 0.9, < 3, != 2.0.0) - rubyzip (2.3.2) + rubyzip (2.4.1) rufus-scheduler (3.9.2) fugit (~> 1.1, >= 1.11.1) sass-rails (6.0.0) @@ -358,14 +364,18 @@ GEM activesupport (>= 6.1) sprockets (>= 3.0.0) sqlite3 (1.7.3-x86_64-linux) + strscan (3.1.2) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) terser (1.2.4) execjs (>= 0.3.0, < 3) thor (1.3.2) - tilt (2.4.0) - timeout (0.4.2) + tilt (2.5.0) + timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unf (0.2.0) + unicode-display_width (2.6.0) uri (1.0.2) warden (1.2.9) rack (>= 2.0.9) @@ -374,7 +384,8 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - websocket-driver (0.7.6) + websocket-driver (0.7.7) + base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xml-simple (1.1.9) @@ -413,7 +424,7 @@ DEPENDENCIES minitest-around (~> 0.5.0) mysql2 populator! - primo! + primo puma rails (~> 7.0.0) rails-settings-cached (~> 2.8, >= 2.8.2)