diff --git a/Gemfile.lock b/Gemfile.lock index 8243ae3da4..7b7165bbb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -305,8 +305,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.6) - strscan + rexml (3.3.9) roo (2.10.0) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) @@ -388,7 +387,6 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - strscan (3.1.0) sunspot (2.6.0) pr_geohash (~> 1.0) rsolr (>= 1.1.1, < 3) diff --git a/config/version.rb b/config/version.rb index c03dc2f533..4a92118bf4 100644 --- a/config/version.rb +++ b/config/version.rb @@ -3,5 +3,5 @@ # Copyright (c) 2014 - 2023 UNICEF. All rights reserved. class Primero::Application - VERSION = '2.11.0.6' + VERSION = '2.11.1' end