diff --git a/Gemfile b/Gemfile index 29e72d0..59249c2 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem "thruster", require: false # ruby-marc library [https://github.com/ruby-marc/ruby-marc] gem "marc", "~> 1.3" -gem 'nokogiri', '~> 1.18', '>= 1.18.10', force_ruby_platform: true +gem 'nokogiri', '~> 1.19', force_ruby_platform: true # Rainbow for text coloring gem "rainbow", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3abdc80..56d73b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM net-protocol net-ssh (7.3.2) nio4r (2.7.5) - nokogiri (1.19.2) + nokogiri (1.19.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) omniauth (2.1.4) @@ -448,7 +448,7 @@ DEPENDENCIES kamal marc (~> 1.3) mysql2 (~> 0.5.6) - nokogiri (~> 1.18, >= 1.18.10) + nokogiri (~> 1.19) omniauth (~> 2.1) omniauth-cul! omniauth-rails_csrf_protection (~> 2.0)