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 792df95 commit 5d4972bCopy full SHA for 5d4972b
Rakefile
@@ -747,9 +747,12 @@ namespace :rb do
747
748
desc 'Update generated Ruby files for local development'
749
task :local_dev do
750
+ puts 'installing ruby, this may take a minute'
751
Bazel.execute('build', [], '@bundle//:bundle')
752
Rake::Task['rb:build'].invoke
753
Rake::Task['grid'].invoke
754
+ # A command like this is required to move ruby binary into working directory
755
+ Bazel.execute('build', %w[--test_arg --dry-run], '@bundle//bin:rubocop')
756
end
757
758
desc 'Push Ruby gems to rubygems'
0 commit comments