Skip to content

Commit

Permalink
chore(deps): remove unused rails_utils dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-herwana-nus committed Sep 9, 2024
1 parent 4db8147 commit 8e81a1f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ gem 'cancancan'
# Some helpers for structuring CSS/JavaScript
# Official version https://github.com/winston/rails_utils/pull/30 is no longer maintained.
# We also want stricter sanitization.
gem 'rails_utils', git: 'https://github.com/Coursemology/rails_utils.git'
# gem 'rails_utils', git: 'https://github.com/Coursemology/rails_utils.git'

# Using CarrierWave for file uploads
gem 'carrierwave', '2.2.6'
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ GIT
activerecord-userstamp (3.0.5)
rails (>= 6)

GIT
remote: https://github.com/Coursemology/rails_utils.git
revision: 1a72571368da0e4172e155428813749b2b134f3c
specs:
rails_utils (6.0.0)
rails (>= 6)

GIT
remote: https://github.com/Coursemology/rwordnet
revision: 54a85eed974002cb2cfb858cbcaed8e1069b5cb8
Expand Down Expand Up @@ -638,7 +631,6 @@ DEPENDENCIES
rails (~> 7.0.8.4)
rails-controller-testing
rails-html-sanitizer (>= 1.0.4)
rails_utils!
recaptcha
record_tag_helper
redis-rails
Expand Down
4 changes: 0 additions & 4 deletions config/initializers/rails_utils.rb

This file was deleted.

0 comments on commit 8e81a1f

Please sign in to comment.