File: Gemfile.rails-6.0.x

package info (click to toggle)
ruby-sprockets-rails 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: ruby: 2,071; makefile: 4; javascript: 4
file content (7 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: '..'

gem 'actionpack', '~> 6.0.0'
gem 'railties', '~> 6.0.0'
gem 'sprockets', github: 'rails/sprockets', branch: '3.x'