-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
47 lines (36 loc) · 1.02 KB
/
Gemfile
File metadata and controls
47 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
ruby '1.9.3'
gem 'rails', '3.2.8'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails'
gem 'coffee-rails'
gem 'compass-rails'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', platforms: :ruby
gem 'bootstrap-sass', '>= 2.3.1.0'
gem 'flatui-rails', :github => 'pkurek/flatui-rails'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'uglifier', '>= 1.0.3'
end
gem 'codemirror-rails'
gem 'angularjs-rails'
gem 'angular-ui-rails'
gem "bson_ext", ">= 1.6.4"
gem "aws-sdk"
gem "dynamoid"
gem "fake_dynamo"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.0.1'
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server
gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano'
gem "capify-ec2"
# To use debugger
# gem 'debugger'