File: 4.2.gemfile

package info (click to toggle)
ruby-activerecord-import 0.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 556 kB
  • ctags: 160
  • sloc: ruby: 2,648; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
platforms :ruby do
  gem 'activerecord', '~> 4.2.0'
end

platforms :jruby do
  gem 'activerecord', '~> 4.2.0'
end