File: Gemfile-4-2-stable

package info (click to toggle)
ruby-actionpack-action-caching 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: ruby: 864; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gemspec path: ".."

gem "rails", github: "rails/rails", branch: "4-2-stable"
gem "mime-types", "< 3"

if RUBY_VERSION < "2.1"
  gem "nokogiri", "< 1.7"
end