Sha256: 27c6ea419772e037cc3552339510006a8ad210c7b46896b40ca49640208c53f0
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
source "https://rubygems.org" gem "vapid", "~> <%= Vapid::VERSION %>" # Vapid supports ActiveRecord, so feel free # to change this to fit your database needs. group :development, :test do gem "sqlite3" end group :production do gem "pg" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vapid-0.1.1 | lib/vapid/generator_template/Gemfile.tt |
vapid-0.1.0 | lib/vapid/generator_template/Gemfile.tt |