Skip to content

Commit

Permalink
dev: so tired of psych not building on various things
Browse files Browse the repository at this point in the history
this time, it's the ruby:alpine images that removed all the -dev
libraries. JFC i'm just trying to stay green here.
  • Loading branch information
flavorjones committed Jan 19, 2025
1 parent 584828e commit 68cf827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
# If Psych doesn't build, you can disable this group locally by running
# `bundle config set --local without rdoc`
# Then re-run `bundle install`.
unless RUBY_PLATFORM == "java" # see #3391 and https://github.com/jruby/jruby/issues/7262
if RUBY_PLATFORM != "java" && ENV["CI"].nil?
group :rdoc do
gem "rdoc", "6.10.0"
end
Expand Down

0 comments on commit 68cf827

Please sign in to comment.