Skip to content

Commit

Permalink
Bump rspec-rails from 7.0.1 to 7.1.0 in the ruby-dependencies group
Browse files Browse the repository at this point in the history
Bumps the ruby-dependencies group with 1 update: [rspec-rails](https://github.com/rspec/rspec-rails).


Updates `rspec-rails` from 7.0.1 to 7.1.0
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.0.1...v7.1.0)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 0e8f72e commit 49f2c95
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ group :development do
gem "boxt_rubocop", "2.14.3"
gem "rake", "~> 13.2"
gem "rspec", "~> 3.13"
gem "rspec-rails", "~> 7.0"
gem "rspec-rails", "~> 7.1"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.7"
gem "with_model", "~> 2.1"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
boxt_rubocop (2.14.3)
rubocop (= 1.68.0)
Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
parser (3.3.5.1)
ast (~> 2.4.1)
racc
psych (5.1.2)
psych (5.2.0)
stringio
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -194,21 +194,21 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand Down Expand Up @@ -247,7 +247,7 @@ GEM
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -257,7 +257,7 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down Expand Up @@ -286,7 +286,7 @@ DEPENDENCIES
filta!
rake (~> 13.2)
rspec (~> 3.13)
rspec-rails (~> 7.0)
rspec-rails (~> 7.1)
simplecov (~> 0.22)
sqlite3 (~> 1.7)
with_model (~> 2.1)
Expand Down

0 comments on commit 49f2c95

Please sign in to comment.