Skip to content

Instantly share code, notes, and snippets.

@cantonic
Created August 28, 2012 20:17
Show Gist options
  • Save cantonic/3503687 to your computer and use it in GitHub Desktop.
Save cantonic/3503687 to your computer and use it in GitHub Desktop.
Daikoku:cantonic_demo cantonic$ bundle install
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.8)
Using builder (3.0.0)
Using activemodel (3.2.8)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.8)
Using mime-types (1.19)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.8)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.8)
Using activeresource (3.2.8)
Using cantonic_cmd (0.0.1) from git@github.com:cantonic/cantonic.git (at master)
Using bootstrap-sass (2.0.4.1)
Using cancan (1.6.8)
Using coffee-script-source (1.3.3)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.7.5)
Using rdoc (3.12)
Using thor (0.16.0)
Using railties (3.2.8)
Using coffee-rails (3.2.2)
Using nokogiri (1.5.5)
Using bundler (1.1.4)
Using rails (3.2.8)
Using deface (0.9.1)
Using bcrypt-ruby (3.0.1)
Using orm_adapter (0.4.0)
Using warden (1.2.1)
Using devise (2.1.2)
Using highline (1.6.14)
Using jquery-rails (2.1.1)
Using pg (0.14.0)
Using sass (3.2.1)
Using sass-rails (3.2.5)
Using simple_form (2.0.2)
Using uglifier (1.2.7)
Using cantonic_core (0.0.1) from git@github.com:cantonic/cantonic.git (at master)
Using cantonic (0.0.1) from git@github.com:cantonic/cantonic.git (at master)
Using sqlite3 (1.3.6)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
source 'https://rubygems.org'
gem 'rails', '3.2.8'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
# 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.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'debugger'
gem "cantonic", :git => "git@github.com:cantonic/cantonic.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment