Skip to content

Lock dry inflector#29

Open
ddukek wants to merge 2 commits into
masterfrom
lock_dry_inflector
Open

Lock dry inflector#29
ddukek wants to merge 2 commits into
masterfrom
lock_dry_inflector

Conversation

@ddukek

@ddukek ddukek commented Jun 30, 2021

Copy link
Copy Markdown

At roughly 12:00 AM PST a new version of dry-inflector 0.2.1 was pushed out. This version of the gem has a dependency on ruby >= 2.6. We rely on fog which depends on fog-brightbox which has a loose dependency on dry-inflector that allowed us to try and install the new version. This is the stacktace I found during debugging issues in jenkins trying to install our gems. I locally bundled a new version with the code in this PR and pushed it to our gem server. Builds are now succeeding.

@sewichi/platform

02:07:01 Installing dry-inflector 0.2.1
02:07:01 Gem::RuntimeRequirementNotMetError: dry-inflector requires Ruby version >=
02:07:01 2.6.0. The current ruby version is 2.4.0.
02:07:01 An error occurred while installing dry-inflector (0.2.1), and Bundler cannot
02:07:01 continue.
02:07:01 Make sure that `gem install dry-inflector -v '0.2.1' --source
02:07:01 'https://*@gems-cdn.placed.com/geminabox/'` succeeds before
02:07:01 bundling.
02:07:01 
02:07:01 In Gemfile:
02:07:01   attribution-jobs was resolved to 2.206.2, which depends on
02:07:01     analytics-jobs was resolved to 2.206.0, which depends on
02:07:01       userprofile-jobs was resolved to 2.206.0, which depends on
02:07:01         data-collection-jobs was resolved to 2.206.0, which depends on
02:07:01           inference-jobs was resolved to 2.206.1, which depends on
02:07:01             emr-job was resolved to 2.206.0, which depends on
02:07:01               placed-elasticity was resolved to 2.10.1, which depends on
02:07:01                 fog was resolved to 1.25.0, which depends on
02:07:01                   fog-brightbox was resolved to 0.16.1, which depends on
02:07:01                     dry-inflector
02:07:01 Command Fail..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant