Skip to content

Regenerate Gemfile.lock in test apps#206

Merged
pvalena merged 1 commit intosclorg:masterfrom
pvalena:rake-update
Apr 30, 2019
Merged

Regenerate Gemfile.lock in test apps#206
pvalena merged 1 commit intosclorg:masterfrom
pvalena:rake-update

Conversation

@pvalena
Copy link
Member

@pvalena pvalena commented Apr 1, 2019

due to security warnings on some Gemfile.lock dependencies.

On RHEL 7 (with preinstalled openssl, rh-ruby2*-ruby-devel and rh-ruby2*-rubygem-bundler), generated using:

icom -c -f '*/test/*-test-app' <<EOLX
  rm -v Gemfile.lock
  rm -rf vendor/bundle
  pwd | rev | cut -d'/' -f3 | rev | cut -d'.' -f2 \
    | xargs -i scl enable rh-ruby2{} -- bundle install --path vendor/bundle
EOLX

icom simply goes through all specified folders and runs the commands in stdin there.

due to security warnings on some `Gemfile.lock` dependencies.

On RHEL 7 (with preinstalled `openssl`, `rh-ruby2*-ruby-devel` and `rh-ruby2*-rubygem-bundler`), generated using:

```
icom -c -f '*/test/*-test-app' <<EOLX
  rm -v Gemfile.lock
  rm -rf vendor/bundle
  pwd | rev | cut -d'/' -f3 | rev | cut -d'.' -f2 \
    | xargs -i scl enable rh-ruby2{} -- bundle install --path vendor/bundle
EOLX
```
[icom](https://gist.github.com/pvalena/89746f18a328de2f5dad11bf4a386fe5) simply goes through all specified folders and runs the commands in stdin there.
@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

2 similar comments
@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@pvalena
Copy link
Member Author

pvalena commented Apr 1, 2019

[test-openshift]

@pvalena
Copy link
Member Author

pvalena commented Apr 30, 2019

Lets merge this as I there's no functionallity change and in updating deps is necessary.

@pvalena pvalena merged commit 7e29af0 into sclorg:master Apr 30, 2019
@pvalena pvalena deleted the rake-update branch April 30, 2019 14:19
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.

2 participants