File: rails-master.gemfile

package info (click to toggle)
ruby-carrierwave 0.10.0%2Bgh-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,200 kB
  • ctags: 531
  • sloc: ruby: 7,180; sh: 26; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
source "https://rubygems.org"

gem "rails", :github => "rails/rails", :branch => "master"
gem "arel", :github => "rails/arel", :branch => "master"
gem "carrierwave", :path => "../"

gemspec :path => "../"