Skip to content

Commit

Permalink
Merge pull request #412 from chef/afiune/bump
Browse files Browse the repository at this point in the history
downgrade rubygems to 3.0.3
  • Loading branch information
marcparadise authored Jul 15, 2019
2 parents 87b8ef2 + ad02099 commit 214b16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# This comes from DK's ./omnibus_overrides.rb
# If this stays, may need to duplicate that file and the rake
# tasks for updating dependencies
override :rubygems, version: "3.0.4"
override :rubygems, version: "3.0.3" # rubygems ships its own bundler which may differ from bundler defined below and then we get double bundler which results in performance issues / CLI warnings. Make sure these versions match before bumping either.
override :bundler, version: "1.17.2" # currently pinned to what ships in Ruby to prevent double bundler
override "libffi", version: "3.2.1"
override "libiconv", version: "1.15"
Expand Down

0 comments on commit 214b16d

Please sign in to comment.