diff --git a/Gemfile b/Gemfile index 4759396..1fecd3a 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'chronic' # Use Nokogiri to transform HTML to text -gem 'nokogiri', "1.11.0" +gem 'nokogiri', "~> 1.11.0" # some libraries is no longer default gems in Ruby 3.0 # https://github.com/rails/rails/commit/c23533ee0b50fdc67cc73b579674637ba6f34cb4 diff --git a/Gemfile.lock b/Gemfile.lock index 16a51ea..36073a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 39e49edaf9694c938c67ea997d3cfa8c935921b2 + revision: b90875ebd9fe9a4586b93af331c3f00e9dc911eb branch: main specs: actioncable (7.0.0.alpha) @@ -91,17 +91,17 @@ GEM public_suffix (>= 2.0.2, < 5.0) bcrypt (3.1.16) bindex (0.8.1) - bootsnap (1.5.1) + bootsnap (1.7.2) msgpack (~> 1.0) builder (3.2.4) byebug (11.1.3) - capybara (3.34.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (3.0.0) chronic (0.10.2) @@ -115,24 +115,26 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - elasticsearch (7.10.0) - elasticsearch-api (= 7.10.0) - elasticsearch-transport (= 7.10.0) - elasticsearch-api (7.10.0) + elasticsearch (7.11.1) + elasticsearch-api (= 7.11.1) + elasticsearch-transport (= 7.11.1) + elasticsearch-api (7.11.1) multi_json elasticsearch-model (7.1.1) activesupport (> 3) elasticsearch (> 1) hashie elasticsearch-rails (7.1.1) - elasticsearch-transport (7.10.0) + elasticsearch-transport (7.11.1) faraday (~> 1) multi_json erubi (1.10.0) - faraday (1.1.0) + faraday (1.3.0) + faraday-net_http (~> 1.0) multipart-post (>= 1.2, < 3) ruby2_keywords - ffi (1.13.1) + faraday-net_http (1.0.1) + ffi (1.14.2) globalid (0.4.2) activesupport (>= 4.2.0) hashie (4.1.0) @@ -140,7 +142,7 @@ GEM rails (>= 6.0.0) stimulus-rails turbo-rails - i18n (1.8.8) + i18n (1.8.9) concurrent-ruby (~> 1.0) kaminari (1.2.1) activesupport (>= 4.1.0) @@ -154,7 +156,7 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - listen (3.3.3) + listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) loofah (2.9.0) @@ -169,21 +171,21 @@ GEM mini_mime (1.0.2) mini_portile2 (2.5.0) minitest (5.14.3) - msgpack (1.3.3) + msgpack (1.4.2) multi_json (1.15.0) multipart-post (2.1.1) net-ldap (0.17.0) - nio4r (2.5.4) - nokogiri (1.11.0) + nio4r (2.5.5) + nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) open3 (0.1.1) orm_adapter (0.5.0) - pry (0.13.1) + pry (0.14.0) coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.1.0) + puma (5.2.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -203,12 +205,12 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) - regexp_parser (1.8.2) + regexp_parser (2.0.3) responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.4) - ruby2_keywords (0.0.2) + ruby2_keywords (0.0.4) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -224,7 +226,7 @@ GEM childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) semantic_range (2.3.1) - sidekiq (6.1.2) + sidekiq (6.1.3) connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) @@ -237,9 +239,9 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.2) - stimulus-rails (0.2.2) + stimulus-rails (0.2.3) rails (>= 6.0.0) - tailwindcss-rails (0.3.1) + tailwindcss-rails (0.3.3) rails (>= 6.0.0) thor (1.1.0) tilt (2.0.10) @@ -254,7 +256,7 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webdrivers (4.4.1) + webdrivers (4.5.0) nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) @@ -286,7 +288,7 @@ DEPENDENCIES kaminari listen (~> 3.3) net-ldap - nokogiri (= 1.11.0) + nokogiri (~> 1.11.0) open3 pry puma (~> 5.1)