File: Gemfile.rails-6.1.x.sprockets-4.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-- 198 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.1.0'
gem 'railties', '~> 6.1.0'
gem 'sprockets', '~> 4.0.0'