Skip to content

Commit

Permalink
Merge pull request #1396 from rubymonsters/mhe-remove-unused-gems
Browse files Browse the repository at this point in the history
Remove unused gems
  • Loading branch information
zaziemo authored Jul 30, 2024
2 parents 2c0f365 + 0f87bb7 commit 8232893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ gem 'bootsnap', '~> 1.4.2'
# rexml gem is a bundled gem since Ruby 3.0.0.
gem 'rexml', '~> 3.3.2'

gem 'faker', '~> 3.1', '>= 3.1.1'
gem 'normalize-rails'
gem 'interactor'

gem 'deadweight', require: 'deadweight/hijack/rails'

gem 'pagy'
gem 'mime-types'

Expand Down Expand Up @@ -48,7 +45,6 @@ gem 'active_model_serializers'
gem 'record_tag_helper', '~> 1.0'
gem 'exception_notification'

gem 'coffee-rails', '~> 5.0.0'
gem 'sassc-rails'

gem 'uglifier', '>= 1.0.3'
Expand All @@ -72,6 +68,7 @@ gem 'psych', '< 4.0'
group :development do
gem 'better_errors'
gem 'bullet'
gem 'faker', '~> 3.1', '>= 3.1.1'
gem 'derailed_benchmarks'
gem 'letter_opener'
gem 'stackprof'
Expand Down
16 changes: 0 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,29 +134,16 @@ GEM
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
countries (5.3.1)
unaccent (~> 0.3)
country_select (8.0.1)
countries (~> 5.0)
crass (1.0.6)
css_parser (1.2.6)
addressable
rdoc
dalli (3.2.8)
database_cleaner (1.7.0)
date (3.3.3)
dead_end (4.0.0)
deadweight (0.2.2)
css_parser (~> 1.2.6)
nokogiri
derailed_benchmarks (2.1.2)
benchmark-ips (~> 2)
dead_end
Expand Down Expand Up @@ -350,7 +337,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.3.4.1)
record_tag_helper (1.0.1)
actionview (>= 5)
regexp_parser (2.7.0)
Expand Down Expand Up @@ -457,11 +443,9 @@ DEPENDENCIES
bullet
byebug
capybara (~> 3.38)
coffee-rails (~> 5.0.0)
country_select
dalli
database_cleaner (~> 1.7.0)
deadweight
derailed_benchmarks
devise (~> 4.7)
exception_notification
Expand Down

0 comments on commit 8232893

Please sign in to comment.