Skip to content

Commit

Permalink
Fix Ruby 2.4 builds
Browse files Browse the repository at this point in the history
Ruby 2.4 builds are failing because the latest major version of Sprokets
is not installable on Ruby 2.4. We don't care about sprockets as a
dependency in Scenic, so I've pinned it to a compatible version for now.
When we stop testing on Ruby 2.4, we can remove this.
  • Loading branch information
derekprior committed May 7, 2020
1 parent 7898354 commit c575dcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ else
end

gem "rails", rails_constraint
gem "sprockets", "< 4.0.0"

0 comments on commit c575dcd

Please sign in to comment.