Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Docker image/Ruby/RoboCop #162

Merged
merged 2 commits into from Jun 4, 2020
Merged

Conversation

johnallen3d
Copy link
Contributor

When this Dockerfile was originally defined there was not a pre-built compose image. Having that available dramatically simplifies the Dockerfile here. The need for upgrade comes from the fact that the previous version of Alpine was bringing along a very old version or Ruby (2.3) which is not longer supported and some gems were failing to install.

When this Dockerfile was originally defined there was not a pre-built
compose image. Having that available dramatically simplifies the
Dockerfile here. The need for upgrade comes from the fact that the
previous version of Alpine was bringing along a very old version or Ruby
(2.3) which is not longer supported and some gems were failing to
install.
@johnallen3d johnallen3d changed the title Upgrade Docker image Upgrade Docker image/Ruby/RoboCop Jun 3, 2020
@technekes-danger
Copy link

1 Message
📖 We really appreciate pull requests that demonstrate issues, even without a fix. That said, the next step is to try and fix the failing tests!

Generated by 🚫 Danger

@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('gli', '~> 2.16')

s.add_development_dependency('codeclimate-test-reporter', '~> 1.0.7')
s.add_development_dependency('did_you_mean')
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hopefully this can be removed in the long run: rubocop/rubocop#7979

@johnallen3d johnallen3d requested a review from scookdev June 4, 2020 13:18
Copy link
Contributor

@scookdev scookdev left a comment

Choose a reason for hiding this comment

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

🌵

@johnallen3d johnallen3d merged commit d607c34 into master Jun 4, 2020
@johnallen3d johnallen3d deleted the feature/upgrade-docker-image branch June 4, 2020 13:26
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.

None yet

3 participants