We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82a7b6 commit 727cd59Copy full SHA for 727cd59
Gemfile
@@ -29,7 +29,7 @@ group :development, :test do
29
gem "factory_bot_rails"
30
gem "pry-byebug"
31
gem "pry-rails"
32
- gem "rspec-rails", "8.0.0"
+ gem "rspec-rails", "8.0.2"
33
end
34
35
group :test do
Gemfile.lock
@@ -248,7 +248,7 @@ GEM
248
rspec-mocks (3.13.5)
249
diff-lcs (>= 1.2.0, < 2.0)
250
rspec-support (~> 3.13.0)
251
- rspec-rails (8.0.0)
+ rspec-rails (8.0.2)
252
actionpack (>= 7.2)
253
activesupport (>= 7.2)
254
railties (>= 7.2)
@@ -351,7 +351,7 @@ DEPENDENCIES
351
pry-rails
352
puma (= 7.0.4)
353
rails (= 8.0.3)
354
- rspec-rails (= 8.0.0)
+ rspec-rails (= 8.0.2)
355
sass-rails (= 6.0.0)
356
shoulda-matchers
357
simplecov
0 commit comments