Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

[CLI] Skip the outdated bundler check when MD5 is not available #6238

Merged
merged 1 commit into from
Jan 13, 2018

Conversation

segiddins
Copy link
Member

What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

Why did you choose this fix out of the possible options?

I chose this fix because using #available? would make network requests, which is not acceptable.

Copy link
Member

@olleolleolle olleolleolle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change is easy to understand, and the description explains why this is needed.

Thank you for making this!

@olleolleolle
Copy link
Member

@bundlerbot r+

@bundlerbot
Copy link
Collaborator

📌 Commit 824c67e has been approved by olleolleolle

@bundlerbot
Copy link
Collaborator

⌛ Testing commit 824c67e with merge 59cbc8c...

bundlerbot added a commit that referenced this pull request Jan 2, 2018
[CLI] Skip the outdated bundler check when MD5 is not available

### What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

### What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

### Why did you choose this fix out of the possible options?

I chose this fix because using `#available?` would make network requests, which is not acceptable.
@bundlerbot
Copy link
Collaborator

💔 Test failed - status-travis

@olleolleolle
Copy link
Member

@bundlerbot retry

@bundlerbot
Copy link
Collaborator

⌛ Testing commit 824c67e with merge 6b302c3...

bundlerbot added a commit that referenced this pull request Jan 8, 2018
[CLI] Skip the outdated bundler check when MD5 is not available

### What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

### What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

### Why did you choose this fix out of the possible options?

I chose this fix because using `#available?` would make network requests, which is not acceptable.
@bundlerbot
Copy link
Collaborator

💔 Test failed - status-travis

@segiddins
Copy link
Member Author

@bundlerbot retry

@bundlerbot
Copy link
Collaborator

⌛ Testing commit 824c67e with merge 723608f...

bundlerbot added a commit that referenced this pull request Jan 13, 2018
[CLI] Skip the outdated bundler check when MD5 is not available

### What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

### What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

### Why did you choose this fix out of the possible options?

I chose this fix because using `#available?` would make network requests, which is not acceptable.
@bundlerbot
Copy link
Collaborator

☀️ Test successful - status-travis
Approved by: olleolleolle
Pushing 723608f to master...

@bundlerbot bundlerbot merged commit 824c67e into master Jan 13, 2018
@segiddins segiddins deleted the seg-outdated-fips branch January 13, 2018 05:39
@colby-swandale colby-swandale added this to the 1.16.2 milestone Feb 4, 2018
colby-swandale pushed a commit that referenced this pull request Apr 11, 2018
[CLI] Skip the outdated bundler check when MD5 is not available

### What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

### What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

### Why did you choose this fix out of the possible options?

I chose this fix because using `#available?` would make network requests, which is not acceptable.

(cherry picked from commit 723608f)
colby-swandale pushed a commit that referenced this pull request Apr 20, 2018
[CLI] Skip the outdated bundler check when MD5 is not available

### What was the end-user problem that led to this PR?

The problem was Bundler would try to do the outdated version check on FIPS systems, leading to an exception.

Closes #6032.

### What was your diagnosis of the problem?

My diagnosis was we needed to skip the check when MD5 is unavailable.

### Why did you choose this fix out of the possible options?

I chose this fix because using `#available?` would make network requests, which is not acceptable.

(cherry picked from commit 723608f)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outdated version check causes bundle install to fail on FIPS enabled systems
4 participants