Skip to content

Commit

Permalink
Bump the ruby group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ruby group with 3 updates: [faker](https://github.com/faker-ruby/faker), [rspec-openapi](https://github.com/exoego/rspec-openapi) and [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `faker` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.3.0...v3.3.1)

Updates `rspec-openapi` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/exoego/rspec-openapi/releases)
- [Changelog](https://github.com/exoego/rspec-openapi/blob/master/CHANGELOG.md)
- [Commits](exoego/rspec-openapi@v0.16.0...v0.16.1)

Updates `rubocop-performance` from 1.20.2 to 1.21.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.20.2...v1.21.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rspec-openapi
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-performance
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
1 parent 1df7998 commit f8e14b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end
group :linter do
gem 'rubocop', '~> 1.62.1'
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop-rails', '~> 2.24.1'
gem 'rubocop-rake', '~> 0.6.0'
end
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.3.0)
faker (3.3.1)
i18n (>= 1.8.11, < 2)
faraday (2.7.11)
base64
Expand Down Expand Up @@ -359,8 +359,9 @@ GEM
rexml (3.2.6)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-openapi (0.16.0)
rspec-openapi (0.16.1)
actionpack (>= 5.2.0)
rails-dom-testing
rspec-core
rspec-support (3.13.1)
rubocop (1.62.1)
Expand All @@ -378,9 +379,9 @@ GEM
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -499,7 +500,7 @@ DEPENDENCIES
rspec-openapi
rubocop (~> 1.62.1)
rubocop-capybara (~> 2.20.0)
rubocop-performance (~> 1.20.2)
rubocop-performance (~> 1.21.0)
rubocop-rails (~> 2.24.1)
rubocop-rake (~> 0.6.0)
ruby-saml
Expand Down

0 comments on commit f8e14b3

Please sign in to comment.