File: sprockets3.gemfile

package info (click to toggle)
ruby-autoprefixer-rails 8.6.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: ruby: 637; sh: 14; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

gemspec

gem 'rails',     '< 5'
gem 'sprockets', '>= 3.4.0', '< 4.0'
gem 'sprockets-rails'

eval_gemfile "#{ File.dirname(__FILE__) }/shared.gemfile"