|
|
@ -25,14 +25,14 @@ gem "hotwire-rails" |
|
|
|
group :development, :test do |
|
|
|
group :development, :test do |
|
|
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console |
|
|
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger console |
|
|
|
gem "byebug", platforms: %i[mri mingw x64_mingw] |
|
|
|
gem "byebug", platforms: %i[mri mingw x64_mingw] |
|
|
|
gem "capybara" |
|
|
|
gem "capybara", require: false |
|
|
|
gem "dotenv-rails" |
|
|
|
gem "dotenv-rails" |
|
|
|
gem "factory_bot_rails" |
|
|
|
gem "factory_bot_rails" |
|
|
|
gem "pry-byebug" |
|
|
|
gem "pry-byebug" |
|
|
|
gem "selenium-webdriver" |
|
|
|
# gem "selenium-webdriver", require: false |
|
|
|
gem "simplecov" |
|
|
|
gem "simplecov", require: false |
|
|
|
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib| |
|
|
|
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib| |
|
|
|
gem lib, git: "https://github.com/rspec/#{lib}.git", branch: "main" |
|
|
|
gem lib, git: "https://github.com/rspec/#{lib}.git", branch: "main", require: false |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|