From f090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 27 Mar 2015 13:33:34 -0400 Subject: railzZz --- Gemfile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Gemfile (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..da327fd --- /dev/null +++ b/Gemfile @@ -0,0 +1,32 @@ +source 'https://rubygems.org' + +gem 'rails', '3.2.14' + +# 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 'uglifier', '>= 1.0.3' +end + +gem 'jquery-rails' +gem 'thin' + +# 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' -- cgit v1.2.3-70-g09d2