Skip to content

Commit

Permalink
Update ruby rosdep key facets for Focal, and add new keys metaruby an…
Browse files Browse the repository at this point in the history
…d utilrb (ros#28155)

* Update ruby key facets for Focal and add keys metaruby and utilrb

* rosdep: address PR comments (ros#28155 (comment))

* rosdep: fix key utilrb

* rosdep: add list brackets for gems in ruby.yaml
  • Loading branch information
meyerj committed Feb 24, 2021
1 parent 7060925 commit 8cdfdec
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion rosdep/ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ facets:
gentoo: [dev-ruby/facets]
osx:
macports: [rb-facets]
ubuntu: [ruby-facets]
ubuntu:
'*':
gem: [facets]
bionic: [ruby-facets]
xenial: [ruby-facets]
flexmock:
debian: [ruby-flexmock]
fedora: [rubygem-flexmock]
Expand All @@ -33,6 +37,11 @@ jekyll:
gem:
depends: [ruby1.9.3]
packages: [jekyll]
metaruby:
debian:
gem: [metaruby]
ubuntu:
gem: [metaruby]
nokogiri:
arch: [ruby-nokogiri]
debian: [ruby-nokogiri]
Expand Down Expand Up @@ -111,3 +120,8 @@ ruby-sass:
ruby1.9.3:
ubuntu:
precise: [ruby1.9.3]
utilrb:
debian:
gem: [utilrb]
ubuntu:
gem: [utilrb]

0 comments on commit 8cdfdec

Please sign in to comment.