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

Updated gemspec to specific Rails gems #568

Merged
merged 3 commits into from
Jan 5, 2022

Commits on Jan 4, 2022

  1. Updated gemspec to specific Rails gems

    Most apps don't require the full suite of Rails gems, and can avoid
    installing them to save CI and deploy time. This gem, however, had a
    dependency on the Rails meta-gem which ended up installing them all
    anyways.
    
    Instead, we can limit it to only the Rails gems that we directly depend upon.
    paul committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    b0a50ec View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. We use Action View, too

    leastbad committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8855cb3 View commit details
    Browse the repository at this point in the history
  2. Update Gemfile.lock

    leastbad committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f7df40b View commit details
    Browse the repository at this point in the history