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

Identify and skip development dependencies #1817

Open
ParadoxV5 opened this issue May 8, 2024 · 0 comments
Open

Identify and skip development dependencies #1817

ParadoxV5 opened this issue May 8, 2024 · 0 comments

Comments

@ParadoxV5
Copy link
Contributor

There are practices to differentiate “development apps” (e.g., use Rake to automate, use RBS to test) and “runtime libraries” (e.g., Rake plugin, RBS processor) in Gemfiles and .gemspecs.

# Gemfile
group :development do
  gem 'rake', 
  gem 'rbs', 
end

# *.gemspec

  add_development_dependency 'rake', 
  add_development_dependency 'rbs', 

RBS – both rbs collection as well as when looking for sig/s in general – should learn to identify those patterns.

Originally posted by @ParadoxV5 in soutaro/rbs-inline#11 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant