Sha256: a99ec373e26160b79f44d0e3a6d9f641d0e28aa6f02814649bf37863285f1807
Contents?: true
Size: 392 Bytes
Versions: 6
Compression:
Stored size: 392 Bytes
Contents
source 'https://rubygems.org' gem 'stealth', '~> 2.0' gem 'railties', '~> 6.0' gem 'activerecord', '~> 6.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Uncomment to enable the Stealth Facebook Driver # gem 'stealth-facebook' # Uncomment to enable the Stealth Twilio SMS Driver # gem 'stealth-twilio' group :development do gem 'foreman' gem 'listen', '~> 3.3' end
Version data entries
6 entries across 6 versions & 1 rubygems