Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/activesupport-7.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto authored Dec 26, 2024
2 parents 21f3157 + b594a9d commit 1d336fa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions 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'
gem 'rubocop-rspec', '~> 3.3'
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
csv (3.3.1)
diff-lcs (1.5.1)
drb (2.2.1)
faraday (2.12.2)
Expand All @@ -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 All @@ -60,7 +60,7 @@ GEM
ffi (~> 1.0)
rbs (3.7.0)
logger
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -74,7 +74,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -84,19 +84,19 @@ 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
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.4.0)
steep (1.9.0)
securerandom (0.4.1)
steep (1.9.2)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -111,7 +111,8 @@ GEM
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.1.0)
uri (>= 0.12.0)
strscan (3.1.2)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
typeprof (0.21.11)
Expand All @@ -120,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 @@ -131,9 +132,9 @@ 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)
rubocop-rspec (~> 3.3)
steep
typeprof

Expand Down

0 comments on commit 1d336fa

Please sign in to comment.