Add rspec-sql gem

This commit is contained in:
Maikel Linke
2024-02-29 13:17:16 +11:00
parent a692fc9d12
commit 58490c26c1
2 changed files with 5 additions and 0 deletions

View File

@@ -161,6 +161,7 @@ group :test, :development do
gem 'letter_opener', '>= 1.4.1'
gem 'rspec-rails', ">= 3.5.2"
gem 'rspec-retry', require: false
gem 'rspec-sql'
gem 'rswag'
gem 'shoulda-matchers'
gem 'stimulus_reflex_testing'

View File

@@ -626,6 +626,9 @@ GEM
rspec-support (~> 3.12)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-sql (0.0.1)
activesupport
rspec
rspec-support (3.12.1)
rswag (2.13.0)
rswag-api (= 2.13.0)
@@ -921,6 +924,7 @@ DEPENDENCIES
roo
rspec-rails (>= 3.5.2)
rspec-retry
rspec-sql
rswag
rswag-api
rswag-ui