File: rails4_0.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 (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
source 'https://rubygems.org'
gemspec :path => '../'

group :development, :test do
  gem 'activerecord', '~> 4.0.0'
  gem 'minitest', '~> 4.2'
end