-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
33 lines (28 loc) · 767 Bytes
/
Gemfile
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
source "https://rubygems.org"
# Server and Base Application
gem "rails", "4.1.0"
gem "thread_safe", "~> 0.2.0"
gem "therubyracer", platforms: :ruby
gem "hashugar", github: "alex-klepa/hashugar"
gem "devise", "~> 3.0.0"
gem "cancan"
gem "omniauth"
gem "omniauth-facebook"
gem "omniauth-twitter"
# Data stores
gem "mongoid", github: "mongoid/mongoid"
# Assets
gem "sass-rails", "~> 4.0.0"
gem 'semantic-ui-sass', github: 'doabit/semantic-ui-sass'
gem "font-awesome-sass-rails"
gem "uglifier", ">= 1.3.0"
gem "coffee-rails", "~> 4.0.0"
gem "jquery-rails"
gem "turbolinks"
# Views
gem 'active_model_serializers'
gem 'haml'
gem 'haml-rails', group: :development
gem 'simple_form', github: 'plataformatec/simple_form'
# Heroku
gem 'rails_12factor', group: :production