summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7aa7eb4..d6f8c10 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,6 +48,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem 'debug', platforms: %i[mri mingw x64_mingw]
gem 'rspec-rails', '~> 6.0.0'
+ gem 'shoulda-matchers', '~> 5.0'
end
group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
index 416110b..61b6ca6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -160,6 +160,8 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
+ shoulda-matchers (5.3.0)
+ activesupport (>= 5.2.0)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.6)
@@ -182,6 +184,7 @@ DEPENDENCIES
rack-cors
rails (~> 7.0.4, >= 7.0.4.2)
rspec-rails (~> 6.0.0)
+ shoulda-matchers (~> 5.0)
tzinfo-data
RUBY VERSION