Skip to content

Commit

Permalink
⬆️ Bump rubocop-on-rbs from 1.2.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [rubocop-on-rbs](https://github.com/ksss/rubocop-on-rbs) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/ksss/rubocop-on-rbs/releases)
- [Changelog](https://github.com/ksss/rubocop-on-rbs/blob/main/CHANGELOG.md)
- [Commits](ksss/rubocop-on-rbs@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: rubocop-on-rbs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 350a70f commit 4882f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem 'rubocop', require: false
gem 'steep'
gem 'typeprof'

gem 'rubocop-on-rbs', '~> 1.2'
gem 'rubocop-on-rbs', '~> 1.3'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 3.2'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ GEM
fileutils (1.7.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
logger (1.6.4)
minitest (5.25.4)
net-http (0.6.0)
uri
Expand Down Expand Up @@ -84,9 +84,9 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-on-rbs (1.2.0)
rubocop-on-rbs (1.3.0)
rbs (~> 3.5)
rubocop (~> 1.61)
zlib
Expand Down Expand Up @@ -120,7 +120,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
zlib (3.2.0)
zlib (3.2.1)

PLATFORMS
x86_64-linux
Expand All @@ -131,7 +131,7 @@ DEPENDENCIES
rbs
rspec (~> 3.13)
rubocop
rubocop-on-rbs (~> 1.2)
rubocop-on-rbs (~> 1.3)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
steep
Expand Down

0 comments on commit 4882f9d

Please sign in to comment.