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

Depend on railties and sprockets-rails gems instead of rails gem #13

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

deepj
Copy link
Contributor

@deepj deepj commented Sep 9, 2021

Hello,
In my Rails app I don't use the whole Rails default stack. I do not have any purpose for ActionMailbox or ActionText inthe application. I still would like to custom my Rails stack with new jsbundling-rails gem without forcing me to install these two gems via rails gem dependencies.

I think jsbundling-rails would only depend on railties and sprockets-rails gems which are only two major dependencies for it.

Just for curiosity, how I define my custom Rails stack in Gemfile:

rails_version = '6.1.4.1'

# Custom Rails stack
gem 'railties',      rails_version
gem 'activerecord',  rails_version
gem 'actionpack',    rails_version
gem 'activestorage', rails_version
gem 'actioncable',   rails_version
gem 'actionmailer',  rails_version

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