Skip to content

Commit

Permalink
Merge pull request #4625 from rubyforgood/dependabot/bundler/rspec-ra…
Browse files Browse the repository at this point in the history
…ils-6.1.4

build(deps-dev): bump rspec-rails from 6.1.3 to 6.1.4
  • Loading branch information
awwaiid authored Sep 1, 2024
2 parents 845483a + 86bb7ee commit c1cd03b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ group :development, :test do
# Debugger which supports rdbg and Shopify Ruby LSP VSCode extension
gem "debug", ">= 1.0.0"
# RSpec behavioral testing framework for Rails.
gem "rspec-rails", "~> 6.1.3"
gem "rspec-rails", "~> 6.1.4"
# Static analysis / linter.
gem "rubocop"
# Rails add-on for static analysis.
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ GEM
activesupport
tzinfo
coderay (1.1.3)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
coverband (6.1.2)
redis (>= 3.0)
Expand Down Expand Up @@ -315,7 +315,7 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.13.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
Expand Down Expand Up @@ -373,7 +373,7 @@ GEM
method_source (1.1.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
minitest (5.25.1)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand Down Expand Up @@ -563,13 +563,13 @@ GEM
rspec-mocks (~> 3.13.0)
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.3)
rspec-rails (6.1.4)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -669,7 +669,7 @@ GEM
strscan (3.1.0)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
thor (1.3.2)
tilt (2.2.0)
timeout (0.4.1)
ttfunk (1.7.0)
Expand Down Expand Up @@ -700,7 +700,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
arm64-darwin-20
Expand Down Expand Up @@ -783,7 +783,7 @@ DEPENDENCIES
recaptcha
redis (~> 5.2)
rolify (~> 6.0)
rspec-rails (~> 6.1.3)
rspec-rails (~> 6.1.4)
rubocop
rubocop-performance
rubocop-rails (~> 2.25.1)
Expand Down

0 comments on commit c1cd03b

Please sign in to comment.