Skip to content

Commit e941c5f

Browse files
committed
Merged in r2-3144-rexml-update (pull request #7014)
R2-3144 rexml update
2 parents 14c3425 + a057bc2 commit e941c5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile.lock

+1-3
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,7 @@ GEM
305305
responders (3.1.1)
306306
actionpack (>= 5.2)
307307
railties (>= 5.2)
308-
rexml (3.3.6)
309-
strscan
308+
rexml (3.3.9)
310309
roo (2.10.0)
311310
nokogiri (~> 1)
312311
rubyzip (>= 1.3.0, < 3.0.0)
@@ -388,7 +387,6 @@ GEM
388387
actionpack (>= 6.1)
389388
activesupport (>= 6.1)
390389
sprockets (>= 3.0.0)
391-
strscan (3.1.0)
392390
sunspot (2.6.0)
393391
pr_geohash (~> 1.0)
394392
rsolr (>= 1.1.1, < 3)

config/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
44

55
class Primero::Application
6-
VERSION = '2.11.0.6'
6+
VERSION = '2.11.1'
77
end

0 commit comments

Comments
 (0)