diff --git a/Gemfile b/Gemfile index 1db7f49..a384a53 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'sass-rails' gem 'turbolinks' gem 'webpacker' -gem 'rexml', '~> 3.2' +gem 'rexml', '~> 3.3' # Authentication gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index 3d22cfe..9d54b30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rexml (3.2.5) + rexml (3.3.7) rspec-core (3.13.1) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) @@ -357,7 +357,7 @@ DEPENDENCIES rails (~> 6.1) redis redis-namespace - rexml (~> 3.2) + rexml (~> 3.3) rspec-rails rubocop rubocop-performance