diff --git a/Gemfile b/Gemfile index 789046e8..ed1be25f 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'pg', '~> 1.5.4' gem 'jwt', '~> 2.7.1' gem 'rest-client', '~> 2.1' gem 'rollbar', '~> 3.5.1' -gem 'roo', '~> 2.10.0' +gem 'roo', '~> 2.10.1' # remove if not option two taken in project # For canonical urls diff --git a/Gemfile.lock b/Gemfile.lock index d1b17551..a7fb6973 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.15.5) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) @@ -294,7 +294,7 @@ GEM activerecord (>= 5.0) rgeo (>= 1.0.0) rollbar (3.5.1) - roo (2.10.0) + roo (2.10.1) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) rspec-core (3.12.2) @@ -411,7 +411,7 @@ DEPENDENCIES rails-controller-testing (~> 1.0.5, >= 1.0.5) rest-client (~> 2.1) rollbar (~> 3.5.1) - roo (~> 2.10.0) + roo (~> 2.10.1) rspec-rails (~> 6.1.0) rubocop (~> 1.59.0) rubocop-performance (~> 1.20.2)