Skip to content

Commit

Permalink
Merge pull request #208 from YutaGoto/dependabot/bundler/rubocop-on-r…
Browse files Browse the repository at this point in the history
…bs-1.3.0
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
2 parents 429459e + 4882f9d commit b594a9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3'
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
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 @@ -86,7 +86,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
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 @@ -121,7 +121,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 @@ -132,7 +132,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.3)
steep
Expand Down

0 comments on commit b594a9d

Please sign in to comment.