Skip to content

Commit

Permalink
Update rspec-rails to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Nov 22, 2023
1 parent 43afd73 commit 3554f1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gem "faraday_middleware"
gem "version_sorter", "~> 2.3.0"

group :development, :test do
gem "rspec-rails", "~> 6.0.0"
gem "rspec-rails", "~> 6.1.0"
end

group :test do
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.9.0)
irb (1.9.1)
rdoc
reline (>= 0.3.8)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -176,7 +176,7 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
popper_js (1.16.1)
Expand Down Expand Up @@ -235,18 +235,18 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
rspec-rails (6.1.0)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rspec-support (3.12.1)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
jquery-rails
puma (>= 5.0)
rails (~> 7.1.0)
rspec-rails (~> 6.0.0)
rspec-rails (~> 6.1.0)
sassc-rails
selenium-webdriver
sprockets-rails
Expand Down

0 comments on commit 3554f1b

Please sign in to comment.