about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-06 09:43:21 -0500
committerGitHub <noreply@github.com>2023-03-06 15:43:21 +0100
commit4595862978a7f726fbd6139a1bc415cc83cf34fe (patch)
treed00426623e2d6a6e51d40487d45d3a6d14e39a67
parentc4cf92094ec3cc065df2b05c76352dcb72020777 (diff)
Remove pinned rexml (#23964)
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock1
2 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d3eefb224..5804327cc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,6 @@ source 'https://rubygems.org'
 ruby '>= 2.7.0', '< 3.3.0'
 
 gem 'pkg-config', '~> 1.5'
-gem 'rexml', '~> 3.2'
 
 gem 'puma', '~> 6.1'
 gem 'rails', '~> 6.1.7'
diff --git a/Gemfile.lock b/Gemfile.lock
index 6f75f8f76..c6b4e74f6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -855,7 +855,6 @@ DEPENDENCIES
   redcarpet (~> 3.6)
   redis (~> 4.5)
   redis-namespace (~> 1.10)
-  rexml (~> 3.2)
   rqrcode (~> 2.1)
   rspec-rails (~> 6.0)
   rspec-sidekiq (~> 3.1)