Skip to content

Commit

Permalink
Revert "update rexml gem"
Browse files Browse the repository at this point in the history
This reverts commit e3986c6.
  • Loading branch information
Andrewy-gh committed Nov 11, 2024
1 parent b89e451 commit 0c6958b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'pundit'
gem 'rack', '~> 2.0'
gem 'rack-cors', '~> 2.0'
gem 'rails', '~> 7.1.4'
gem 'rexml', '>= 3.3.9'
gem 'rexml', '>= 3.3.3'
gem 'sendgrid-actionmailer'
gem 'sprockets-rails'
gem 'sucker_punch', '~> 3.0'
Expand Down
7 changes: 5 additions & 2 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.9)
rexml (3.3.6)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand Down Expand Up @@ -279,6 +280,7 @@ GEM
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
ruby_http_client (3.5.5)
sendgrid-actionmailer (3.2.0)
mail (~> 2.7)
Expand All @@ -294,6 +296,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
strscan (3.1.0)
sucker_punch (3.2.0)
concurrent-ruby (~> 1.0)
syntax_suggest (2.0.0)
Expand Down Expand Up @@ -344,7 +347,7 @@ DEPENDENCIES
rack (~> 2.0)
rack-cors (~> 2.0)
rails (~> 7.1.4)
rexml (>= 3.3.9)
rexml (>= 3.3.3)
rspec-rails (~> 6.0.0)
rubocop
rubocop-rails
Expand Down

0 comments on commit 0c6958b

Please sign in to comment.