Skip to content

Commit c5760ed

Browse files
committed
add rbs version
1 parent c6b471d commit c5760ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
66
gemspec
77

88
gem 'rake', '~> 13'
9-
gem 'rbs', require: false
9+
gem 'rbs', '~> 3', require: false
1010
gem 'rspec', '~> 3'
1111
gem 'rubocop', '~> 1.82'
1212
gem 'rubocop-performance', '~> 1.26'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ PLATFORMS
7272
DEPENDENCIES
7373
json_mend!
7474
rake (~> 13)
75-
rbs
75+
rbs (~> 3)
7676
rspec (~> 3)
7777
rubocop (~> 1.82)
7878
rubocop-performance (~> 1.26)

0 commit comments

Comments
 (0)