Sha256: f10734cf62e58b05fae8d66e194a669c826da706faa379346da13e9a015cdac4
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
source 'http://rubygems.org' group :runtime do gem "alf", path: "." gem "alf-core", path: "./alf-core" gem "alf-sql", path: "./alf-sql" gem "alf-shell", path: "./alf-shell" gem "alf-sequel", path: "./alf-sequel" gem "alf-rack", path: "./alf-rack" end group :test do gem "rake", "~> 10.1" gem "rspec", "~> 2.14" gem "sqlite3", "~> 1.3", :platforms => ['mri', 'rbx'] gem "jdbc-sqlite3", "~> 3.7", :platforms => ['jruby'] gem "pg", "~> 0.14", :platforms => ['mri', 'rbx'] end group :release do gem "rake", "~> 10.1" gem "rspec", "~> 2.14" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alf-0.15.0 | Gemfile |