File: rails4_2.gemfile

package info (click to toggle)
ruby-has-secure-token 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 99; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
source 'https://rubygems.org'
gemspec :path => '../'

group :development, :test do
  gem 'activerecord', '~> 4.2.0'
end