Skip to content

Commit

Permalink
Fix sprockets version
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Oct 15, 2022
1 parent 1c98754 commit 3137b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if rails_version == 'head'
gem 'sprockets-rails', github: 'rails/sprockets-rails'
else
gem 'rails', "~> #{rails_version}"
gem 'sprockets-rails', github: 'rails/sprockets-rails' if rails_version >= '7'
gem 'sprockets-rails' if rails_version >= '7'
end

gem 'byebug'

0 comments on commit 3137b11

Please sign in to comment.