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

Updating rake version in gemspec #231

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Updating rake version in gemspec #231

merged 1 commit into from
Oct 27, 2021

Conversation

superchilled
Copy link
Contributor

@superchilled superchilled commented Oct 27, 2021

Description

Changing the version of rake specified in the gemspec to 12.3.3.

Note: rake is a development dependency, and so there is no impact on the functionality of the OpenTok-Ruby-SDK gem as a result of this change.

Motivation and Context

This change is prompted by a vulnerability in earlier versions of rake.

How Has This Been Tested?

Not really applicable, since this change is to a development dependency, but ran bundle install to install new version of rake and then used rake to run the spec task in the Rakefile

Example Output or Screenshots (if appropriate):

N/A

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@pardel pardel merged commit 6c90a7b into dev Oct 27, 2021
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