Skip to content

Commit

Permalink
build(deps-dev): bump rspec-rails from 7.1.0 to 7.1.1
Browse files Browse the repository at this point in the history
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 5b1af26 commit 174948b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ group :test do
gem 'rspec-collection_matchers'
gem 'rspec-instafail'
gem 'rspec-its'
gem 'rspec-rails', '~> 7.1.0'
gem 'rspec-rails', '~> 7.1.1'
gem 'rspec-wait'
gem 'rubocop', '~> 1.71.1'
gem 'rubocop-capybara'
Expand Down
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
docile (1.1.5)
domain_name (0.6.20240107)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
eventmachine (1.2.7)
excon (0.112.0)
faraday (0.17.6)
Expand Down Expand Up @@ -266,7 +266,8 @@ GEM
concurrent-ruby (~> 1.0)
io-console (0.8.0)
ipaddress (0.8.3)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.0)
Expand Down Expand Up @@ -296,7 +297,7 @@ GEM
logger (1.6.5)
loggregator_emitter (5.2.0)
beefcake (~> 1.0.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
machinist (1.0.6)
Expand Down Expand Up @@ -356,6 +357,9 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prometheus-client (4.2.4)
base64
pry (0.14.1)
Expand All @@ -364,7 +368,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.2)
psych (5.2.3)
date
stringio
public_suffix (6.0.1)
Expand All @@ -386,7 +390,7 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.2.2.1)
Expand All @@ -404,7 +408,7 @@ GEM
ffi (~> 1.0)
rbs (3.8.1)
logger
rdoc (6.10.0)
rdoc (6.12.0)
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
Expand Down Expand Up @@ -434,7 +438,7 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-collection_matchers (1.2.1)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.13.2)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -447,15 +451,15 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.1.0)
rspec-rails (7.1.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rspec-support (3.13.2)
rspec-wait (1.0.1)
rspec (>= 3.4)
rspec_api_documentation (6.1.0)
Expand Down Expand Up @@ -569,15 +573,15 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
useragent (0.16.10)
useragent (0.16.11)
vhd (0.0.4)
bit-struct
vmstat (2.3.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.9.0)
webrick (1.9.1)
xml-simple (1.1.9)
rexml
yajl-ruby (1.4.3)
Expand Down Expand Up @@ -650,7 +654,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-instafail
rspec-its
rspec-rails (~> 7.1.0)
rspec-rails (~> 7.1.1)
rspec-wait
rspec_api_documentation (>= 6.1.0)
rubocop (~> 1.71.1)
Expand Down

0 comments on commit 174948b

Please sign in to comment.