Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lfilmeyer committed Oct 30, 2024
1 parent 43bf6a8 commit f332432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.3'
gem 'rexml', '>= 3.3.9'
gem 'sendgrid-actionmailer'
gem 'sprockets-rails'
gem 'sucker_punch', '~> 3.0'
Expand Down
6 changes: 2 additions & 4 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.3.6)
strscan
rexml (3.3.9)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand Down Expand Up @@ -296,7 +295,6 @@ 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 @@ -347,7 +345,7 @@ DEPENDENCIES
rack (~> 2.0)
rack-cors (~> 2.0)
rails (~> 7.1.4)
rexml (>= 3.3.3)
rexml (>= 3.3.9)
rspec-rails (~> 6.0.0)
rubocop
rubocop-rails
Expand Down

0 comments on commit f332432

Please sign in to comment.