Skip to content

Commit

Permalink
Merge pull request #460 from t3-innovation-network/add-debug-support
Browse files Browse the repository at this point in the history
added debug support
  • Loading branch information
shlag3n authored Feb 15, 2024
2 parents 07dc81e + 7c45f3c commit 1ee87b9
Show file tree
Hide file tree
Showing 4 changed files with 236 additions and 206 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ group :development, :test do
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "capybara"
gem "database_cleaner"
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails"
gem "faker"
gem "rspec-rails", "~> 4.0.1"
Expand Down Expand Up @@ -130,8 +132,9 @@ end
group :test do
gem "simplecov", require: false

# profiling, check https://test-prof.evilmartians.io/ + use venier for ruby > 3.2
# profiling, check https://test-prof.evilmartians.io/
gem "ruby-prof", ">= 0.17.0", require: false
gem "stackprof", ">= 0.2.9", require: false
gem "test-prof"
gem "vernier", ">= 0.3.0", require: false
end
Loading

0 comments on commit 1ee87b9

Please sign in to comment.