mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue