Skip to content

Commit

Permalink
Updates rexml version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Jul 23, 2024
1 parent 63f6a88 commit a1ef8f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem 'rails-controller-testing'
# Use rubocop for static code analysis
gem 'rubocop'
# bundler audit
gem 'rexml', '>= 3.2.7'
gem 'rexml', '>= 3.3.2'
gem 'rubocop-rails', require: false

gem 'rubocop-rspec', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.1)
rexml (3.3.2)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -432,7 +432,7 @@ DEPENDENCIES
rails-controller-testing
rb-readline
recaptcha
rexml (>= 3.2.7)
rexml (>= 3.3.2)
rspec-rails (~> 4.1.0)
rspec_junit_formatter
rubocop
Expand Down

0 comments on commit a1ef8f6

Please sign in to comment.