diff --git a/Gemfile b/Gemfile index c24e1a49f..17ae74461 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,8 @@ gem 'sanitize', '~> 6.1' gem 'tracks-chartjs-ror' gem 'will_paginate' +gem 'rexml' + # Use --without argument to skip unnecessary drivers gem 'sqlite3', '~> 1.4', group: :sqlite gem 'mysql2', '~> 0.5', group: :mysql diff --git a/Gemfile.lock b/Gemfile.lock index 38eaddf12..6a0534a77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,6 +383,7 @@ DEPENDENCIES rails-controller-testing rails-dom-testing (~> 2.2.0) rails_autolink + rexml rspec-expectations rubocop (~> 1.70) sanitize (~> 6.1)