Skip to content

Commit

Permalink
add rexml gem to Gemfile
Browse files Browse the repository at this point in the history
rexml is currently included as a depenency of rubocop but rubocop is not required
in staging/production env and in some cases doesn't get installed.
  • Loading branch information
alexskr committed Aug 28, 2023
1 parent 58f6b73 commit 87ac5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ gem 'rails_autolink'
gem 'rdoc'
gem 'recaptcha', '~> 5.9.0'
gem 'rest-client'
gem 'rexml', '~> 3'
gem 'stackprof', require: false
gem 'thin'
gem 'will_paginate', '~> 3.0'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ DEPENDENCIES
rdoc
recaptcha (~> 5.9.0)
rest-client
rexml (~> 3)
rspec-rails
rubocop
sass-rails (~> 5.0)
Expand Down

0 comments on commit 87ac5b3

Please sign in to comment.