Skip to content

Comments

Add observer gem to gemspec#294

Merged
marcoroth merged 1 commit intomainfrom
observer
May 2, 2024
Merged

Add observer gem to gemspec#294
marcoroth merged 1 commit intomainfrom
observer

Conversation

@marcoroth
Copy link
Member

Type of PR

Enhancement

Description

Ruby 3.4 removes the observer gem from the standard gems which is why we have the declare the dependency explicitly now.

From https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/:

Standard library updates

RubyGems and Bundler warn if users do require the following gems without adding them to Gemfile or gemspec. This is because they will become the bundled gems in the future version of Ruby.

Fixes #293

Why should this be added

To provide Ruby 3.4+ support.

Checklist

  • My code follows the style guidelines of this project
  • Checks (StandardRB & Prettier-Standard) are passing

@netlify
Copy link

netlify bot commented May 2, 2024

Deploy Preview for cableready ready!

Name Link
🔨 Latest commit ad69248
🔍 Latest deploy log https://app.netlify.com/sites/cableready/deploys/6633e379cb92b500084b7030
😎 Deploy Preview https://deploy-preview-294--cableready.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

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.

Ruby 3.3 warnings about observer gem being removed from the standard library

1 participant