-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Bushido/Kandan
- Loading branch information
Showing
2 changed files
with
11 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,40 @@ | ||
source 'https://rubygems.org' | ||
|
||
# Core gems | ||
gem 'rails', '3.2.2' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
gem 'sqlite3' | ||
|
||
# Auth/Bushido gems | ||
gem 'devise' | ||
gem 'devise_bushido_authenticatable' | ||
gem 'bushido' | ||
|
||
# Server/transport gems | ||
gem 'thin' | ||
gem 'faye' | ||
|
||
# Helper gems | ||
gem 'kaminari' | ||
gem 'aws-sdk' | ||
gem 'paperclip' | ||
gem 'remotipart' | ||
|
||
gem 'jquery-rails' | ||
|
||
# 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' | ||
gem 'bourbon' | ||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
gem 'execjs' | ||
gem 'execjs' # See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
gem 'eco' | ||
gem 'therubyracer' | ||
|
||
gem 'uglifier', '>= 1.0.3' | ||
end | ||
|
||
gem 'jquery-rails' | ||
|
||
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test] | ||
|
||
# Test gems, obviously | ||
group :test do | ||
gem 'rspec-rails' | ||
gem 'shoulda-matchers' | ||
gem 'factory_girl_rails' | ||
gem 'capybara' | ||
# gem 'jasmine', :git => "https://github.com/pivotal/jasmine-gem.git", :branch => "1.2.rc1", :group => [:development, :test] | ||
end | ||
|
||
# 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 'ruby-debug19', :require => 'ruby-debug' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters