Skip to content

Commit

Permalink
Merge pull request #69 from GSA-TTS/update-rspec
Browse files Browse the repository at this point in the history
Update rspec-rails to 7.1
  • Loading branch information
rahearn authored Dec 11, 2024
2 parents 6914ee3 + 7cc46a4 commit 60c4404
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gem "faraday", "~> 2.12"
gem "faraday-typhoeus", "~> 1.1"

group :development, :test do
gem "rspec-rails", "~> 6.1"
gem "rspec-rails", "~> 7.1"
gem "dotenv-rails", "~> 3.1"
gem "brakeman", "~> 6.1"
gem "bundler-audit", "~> 0.9"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
Expand Down Expand Up @@ -418,7 +418,7 @@ DEPENDENCIES
rails (~> 7.2.0)
rails-erd (~> 1.7)
rails_template_18f!
rspec-rails (~> 6.1)
rspec-rails (~> 7.1)
rspec_oscal_formatter!
secure_headers (~> 6.3)
shoulda-matchers (~> 6.2)
Expand Down

0 comments on commit 60c4404

Please sign in to comment.