Skip to content

Commit

Permalink
Require rexml specifically to make sure it's available. The POST API …
Browse files Browse the repository at this point in the history
…didn't always work without this.
  • Loading branch information
ZeiP committed Jan 26, 2025
1 parent da726b1 commit fa7d213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fa7d213

Please sign in to comment.