Skip to content

Commit

Permalink
Remove unused m gem. (#4088)
Browse files Browse the repository at this point in the history
- all needed functionality was merged in bin/rails test command
  • Loading branch information
simi authored Sep 21, 2023
1 parent f20b285 commit 3c62ba3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ group :assets do
end

group :development, :test do
gem "m", "~> 1.6", require: false
gem "pry-byebug", "~> 3.10"
gem "toxiproxy", "~> 2.0"
gem "factory_bot_rails", "~> 6.2"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,6 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
m (1.6.1)
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
Expand Down Expand Up @@ -731,7 +728,6 @@ DEPENDENCIES
letter_opener (~> 1.8)
letter_opener_web (~> 2.0)
listen (~> 3.8)
m (~> 1.6)
mail (~> 2.8)
maintenance_tasks (~> 2.1)
memory_profiler (~> 1.0)
Expand Down

0 comments on commit 3c62ba3

Please sign in to comment.