Skip to content

Commit

Permalink
Merge pull request #987 from safewlabs/dependabot/bundler/rspec-rails…
Browse files Browse the repository at this point in the history
…-6.1.0

Bump rspec-rails from 6.0.3 to 6.1.0
  • Loading branch information
saurabhbhatia authored Nov 23, 2023
2 parents 7dc8436 + 1275173 commit 567c653
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ group :development, :test do
gem "annotate", github: "dabit/annotate_models", branch: "rails-7"
gem "factory_bot_rails"
gem "faker", git: "https://github.com/faker-ruby/faker.git", branch: "master"
gem "rspec-rails", "~> 6.0.0"
gem "rspec-rails", "~> 6.1.0"
gem "rubocop-rails", require: false
gem "rubocop-rails_config"
gem "rubocop-rspec", require: false
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4-arm64-darwin)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
omniauth (2.1.1)
hashie (>= 3.4.6)
Expand Down Expand Up @@ -336,7 +336,7 @@ GEM
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)
Expand Down Expand Up @@ -496,7 +496,7 @@ DEPENDENCIES
rails (~> 7.0.3)
redis (~> 5.0)
rolify
rspec-rails (~> 6.0.0)
rspec-rails (~> 6.1.0)
rubocop-rails
rubocop-rails_config
rubocop-rspec
Expand Down

0 comments on commit 567c653

Please sign in to comment.