mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Require rexml specifically to make sure it's available. The POST API didn't always work without this.
This commit is contained in:
parent
da726b1700
commit
fa7d213ca7
2 changed files with 3 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -20,6 +20,8 @@ gem 'sanitize', '~> 6.1'
|
|||
gem 'tracks-chartjs-ror'
|
||||
gem 'will_paginate'
|
||||
|
||||
gem 'rexml'
|
||||
|
||||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', '~> 1.4', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5', group: :mysql
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue