Skip to content

Commit

Permalink
bundle update primo gem
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 8, 2025
1 parent 1555d78 commit e76e98b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem 'caxlsx_rails', '0.6.3'

## EX LIBRIS INTEGRATION ALMA, PRIMO
gem 'alma', '~> 0.3.3'
gem 'primo'
gem 'primo', git: 'https://github.com/tulibraries/primo.git', branch: 'main'

## SEARCH - USING ELASTIC SEARCH
gem 'searchkick'
Expand Down
21 changes: 9 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ GIT
marc (~> 0.8.1)
nokogiri

GIT
remote: https://github.com/tulibraries/primo.git
revision: ccbd558a69bfd067ae8cd5c19e3767383bb5f8f6
branch: main
specs:
primo (0.4.0)
httparty

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -105,8 +113,6 @@ 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.2)
Expand Down Expand Up @@ -195,7 +201,6 @@ 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)
Expand All @@ -204,7 +209,6 @@ 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)
Expand Down Expand Up @@ -274,10 +278,6 @@ GEM
shellany (~> 0.0)
orm_adapter (0.5.0)
ostruct (0.6.1)
primo (0.1.0)
commander
inifile
terminal-table
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -365,8 +365,6 @@ GEM
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)
Expand All @@ -375,7 +373,6 @@ GEM
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)
Expand Down Expand Up @@ -424,7 +421,7 @@ DEPENDENCIES
minitest-around (~> 0.5.0)
mysql2
populator!
primo
primo!
puma
rails (~> 7.0.0)
rails-settings-cached (~> 2.8, >= 2.8.2)
Expand Down

0 comments on commit e76e98b

Please sign in to comment.