Sha256: 497e5ab3eea8f3a51d8a0f201e55b964e4d759ac93411cfce1dfa2572c968882
Contents?: true
Size: 914 Bytes
Versions: 1
Compression:
Stored size: 914 Bytes
Contents
source 'http://rubygems.org' # You'll need one of these. You can comment out the others # if you don't have the headers to build them. Otherwise, # building them won't hurt anything. gem 'sqlite3' gem 'mysql2' gem 'pg' # System requirements gem 'rails', '3.2.3' gem 'bunny' gem 'railties' gem 'eventbus', :path => '../' gem 'uuid' gem 'haml' gem 'stomp' gem 'amqp' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.0' gem 'uglifier', '>= 1.0.3' gem 'therubyracer' end gem 'jquery-rails', '2.0.0' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' # To use Jbuilder templates for JSON # gem 'jbuilder' # Use unicorn as the web server #gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug19', :require => 'ruby-debug'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eventbus-0.0.20 | admin/Gemfile |