We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a63756 + d39061f commit e017ff4Copy full SHA for e017ff4
Gemfile
@@ -86,7 +86,7 @@ gem "uri-idna"
86
87
group :development, :test do
88
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
89
- gem "debug", platforms: %i[mri mingw x64_mingw]
+ gem "debug", platforms: %i[mri windows], require: "debug/prelude"
90
91
gem "factory_bot_rails"
92
gem "faker"
Gemfile.lock
@@ -564,4 +564,4 @@ RUBY VERSION
564
ruby 3.4.1p0
565
566
BUNDLED WITH
567
- 2.6.3
+ 2.7.1
0 commit comments