Skip to content

Commit

Permalink
Add Rexml dependency in
Browse files Browse the repository at this point in the history
Rexml is no longer in Ruby by default Shopify/bootsnap#325
  • Loading branch information
schneems committed Feb 10, 2022
1 parent 34bd25c commit 200f0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -40,6 +40,8 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false

gem "rexml"

# Use Sass to process CSS
# gem "sassc-rails"

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -146,6 +146,7 @@ GEM
regexp_parser (2.1.1)
reline (0.2.7)
io-console (~> 0.5)
rexml (3.2.5)
rubyzip (2.3.2)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
Expand Down Expand Up @@ -194,6 +195,7 @@ DEPENDENCIES
puma (~> 5.0)
rails (~> 7.0.0)
redis (~> 4.0)
rexml
selenium-webdriver
sprockets-rails
stimulus-rails
Expand Down

0 comments on commit 200f0be

Please sign in to comment.