Skip to content

Commit

Permalink
Remove transitive dependency gems that were added to Gemfile for vers…
Browse files Browse the repository at this point in the history
…ion update
  • Loading branch information
JoaoFelipe committed Aug 15, 2024
1 parent 6d63de4 commit 9401c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ gem "puma", ">= 6.4.2"
# HTML and XML parser
gem "nokogiri", ">= 1.16.5"

#Wrapp HTTP requests and responses
# Wrapp HTTP requests and responses
gem "rack", "~> 2.2.8.1"

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
# gem "importmap-rails"

# Fix vulnerability
gem "actiontext", ">= 7.0.8.4"

gem "rexml", ">= 3.2.7"
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
# gem "turbo-rails"

Expand Down Expand Up @@ -126,7 +122,7 @@ gem "recaptcha", require: "recaptcha/rails"
gem "rubyzip"
gem "caxlsx"
gem "caxlsx_rails"
#gem "acts_as_xlsx"
# gem "acts_as_xlsx"

# Temporary fix of warnings
# In the beggining of rails command executions, it shows some warnings related to these gems
Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ PLATFORMS
x86-mingw32

DEPENDENCIES
actiontext (>= 7.0.8.4)
active_scaffold!
active_scaffold_duplicate (>= 1.1.0)
activerecord-session_store
Expand Down Expand Up @@ -540,7 +539,6 @@ DEPENDENCIES
recaptcha
recordselect
redcarpet
rexml (>= 3.2.7)
rspec-collection_matchers
rspec-rails
rubocop
Expand Down

0 comments on commit 9401c89

Please sign in to comment.