Skip to content

Commit a7ad389

Browse files
Bump rspec-rails from 6.1.0 to 6.1.1 (#2151)
1 parent 2e90f9c commit a7ad389

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ group :development, :test do
117117

118118
# Our preferred testing library for Ruby and Rails projects
119119
gem "rails-controller-testing"
120-
gem "rspec-rails", "~> 6.1.0"
120+
gem "rspec-rails", "~> 6.1.1"
121121
gem "rswag-specs"
122122
gem "shoulda-matchers", "~> 6.1"
123123

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ GEM
390390
rspec-mocks (3.12.6)
391391
diff-lcs (>= 1.2.0, < 2.0)
392392
rspec-support (~> 3.12.0)
393-
rspec-rails (6.1.0)
393+
rspec-rails (6.1.1)
394394
actionpack (>= 6.1)
395395
activesupport (>= 6.1)
396396
railties (>= 6.1)
@@ -575,7 +575,7 @@ DEPENDENCIES
575575
redcarpet (~> 3.6)
576576
rotp (~> 6.3)
577577
rqrcode (~> 2.2)
578-
rspec-rails (~> 6.1.0)
578+
rspec-rails (~> 6.1.1)
579579
rswag-api
580580
rswag-specs
581581
rswag-ui

0 commit comments

Comments
 (0)