We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b471d commit c5760edCopy full SHA for c5760ed
Gemfile
@@ -6,7 +6,7 @@ source 'https://rubygems.org'
6
gemspec
7
8
gem 'rake', '~> 13'
9
-gem 'rbs', require: false
+gem 'rbs', '~> 3', require: false
10
gem 'rspec', '~> 3'
11
gem 'rubocop', '~> 1.82'
12
gem 'rubocop-performance', '~> 1.26'
Gemfile.lock
@@ -72,7 +72,7 @@ PLATFORMS
72
DEPENDENCIES
73
json_mend!
74
rake (~> 13)
75
- rbs
+ rbs (~> 3)
76
rspec (~> 3)
77
rubocop (~> 1.82)
78
rubocop-performance (~> 1.26)
0 commit comments