Skip to content

Commit

Permalink
build(deps): bump the ruby group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ruby group with 3 updates in the / directory: [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [git](https://github.com/ruby-git/ruby-git).


Updates `factory_bot_rails` from 6.4.3 to 6.4.4
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.4.3...v6.4.4)

Updates `rubocop-rails` from 2.26.2 to 2.27.0
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.26.2...v2.27.0)

Updates `git` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/ruby-git/ruby-git/releases)
- [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md)
- [Commits](ruby-git/ruby-git@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: factory_bot_rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: git
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 6e4ecee commit fdce8d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ group :linter do
gem 'rubocop', '~> 1.67.0'
gem 'rubocop-capybara', '~> 2.21.0'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rails', '~> 2.26.2'
gem 'rubocop-rails', '~> 2.27.0'
gem 'rubocop-rake', '~> 0.6.0'
end

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ GEM
facter (4.6.1)
hocon (~> 1.3)
thor (>= 1.0.1, < 2.0)
factory_bot (6.4.5)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
Expand All @@ -175,7 +175,7 @@ GEM
friendly_id (5.5.1)
activerecord (>= 4.0.0)
getoptlong (0.2.1)
git (2.3.0)
git (2.3.1)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 1.1)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.7.4)
language_server-protocol (3.17.0.3)
libv8-node (18.19.0.0)
libv8-node (18.19.0.0-arm64-darwin)
Expand All @@ -236,7 +236,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
locale (2.1.4)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -288,7 +288,7 @@ GEM
prime (0.1.2)
forwardable
singleton
process_executer (1.1.0)
process_executer (1.2.0)
protocol-hpack (1.4.2)
protocol-http (0.25.0)
protocol-http1 (0.16.0)
Expand Down Expand Up @@ -402,7 +402,7 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -524,7 +524,7 @@ DEPENDENCIES
rubocop (~> 1.67.0)
rubocop-capybara (~> 2.21.0)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rails (~> 2.27.0)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
Expand Down

0 comments on commit fdce8d4

Please sign in to comment.