Skip to content

Commit

Permalink
Update dependency rspec-rails to v6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 0a30ee2 commit c1000da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'graphql-client'
gem 'minitest', '5.25.1', require: false
gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'rspec-rails', '6.1.4', require: false
gem 'rspec-rails', '6.1.5', require: false
gem 'rubocop', '1.66.0', require: false
gem 'rubocop-performance', '1.21.1', require: false
gem 'rubocop-rspec', '3.0.4', require: false
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.2.0)
actionview (= 7.2.0)
activesupport (= 7.2.0)
actionpack (7.2.1)
actionview (= 7.2.1)
activesupport (= 7.2.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4, < 3.2)
Expand All @@ -32,13 +32,13 @@ GEM
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
useragent (~> 0.16)
actionview (7.2.0)
activesupport (= 7.2.0)
actionview (7.2.1)
activesupport (= 7.2.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.2.0)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
typhoeus (~> 1.3)
language_server-protocol (3.17.0.3)
liquid (5.5.1)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -193,9 +193,9 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.2.0)
actionpack (= 7.2.0)
activesupport (= 7.2.0)
railties (7.2.1)
actionpack (= 7.2.1)
activesupport (= 7.2.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
Expand All @@ -213,13 +213,13 @@ GEM
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.4)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -262,7 +262,7 @@ GEM
stringio (3.1.1)
strscan (3.1.0)
tago (0.0.2)
thor (1.3.1)
thor (1.3.2)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
Expand All @@ -280,7 +280,7 @@ GEM
webrick (1.8.1)
yaml (0.3.0)
yard (0.9.36)
zeitwerk (2.6.17)
zeitwerk (2.6.18)

PLATFORMS
arm64-darwin-22
Expand All @@ -295,7 +295,7 @@ DEPENDENCIES
minitest (= 5.25.1)
minitest-reporters (= 1.7.1)
rake (= 13.2.1)
rspec-rails (= 6.1.4)
rspec-rails (= 6.1.5)
rubocop (= 1.66.0)
rubocop-performance (= 1.21.1)
rubocop-rspec (= 3.0.4)
Expand Down

0 comments on commit c1000da

Please sign in to comment.