Skip to content

Commit

Permalink
adds gem m to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming committed Aug 8, 2024
1 parent 3e77e34 commit fcc48ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ gem 'rake'
gem 'responders'
gem 'stripe'

group :development, :test do
gem 'm'
end

group :test do
gem 'mocha'
gem 'simplecov', require: false
Expand Down

0 comments on commit fcc48ef

Please sign in to comment.