Skip to content

Commit 9b339fc

Browse files
committed
Add rbs gem to Pro package development dependencies
The Pro gem has its own Gemfile.development_dependencies and needs rbs added to run RBS validation in CI.
1 parent 71222f6 commit 9b339fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react_on_rails_pro/Gemfile.development_dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ group :development, :test do
5050
gem 'pry-rails' # Causes rails console to open pry. `DISABLE_PRY_RAILS=1 rails c` can still open with IRB
5151
gem 'pry-theme' # An easy way to customize Pry colors via theme files
5252

53+
gem "rbs", require: false
5354
gem "rubocop", "1.36.0", require: false
5455
gem 'rubocop-performance', "1.15.0", require: false
5556
gem 'rubocop-rspec', "2.13.2", require: false

0 commit comments

Comments
 (0)