-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
37 lines (33 loc) · 808 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
34
35
36
37
source 'https://rubygems.org'
gem 'aws-sdk', '~> 2.3'
gem 'bootstrap-sass', '3.2.0.0'
gem 'bootstrap3-datetimepicker-rails', '~> 4.17.37'
gem 'exception_notification'
gem 'font-awesome-sass', '~> 4.7.0'
gem "her"
gem 'jbuilder', '~> 2.5'
gem 'jquery-rails'
gem 'momentjs-rails', '>= 2.9.0'
gem 'mysql2'
gem "omniauth-google-oauth2"
gem 'puma', '~> 3.0'
gem "paperclip", "~> 5.0.0"
gem 'rails', '4.2.7'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'will_paginate', '~> 3.1.0'
group :development, :test do
gem 'byebug', platform: :mri
gem 'factory_girl_rails'
gem 'pry-rails', "~> 0.3.4"
gem 'rspec-rails', '~> 3.5'
end
group :test do
gem 'faker'
end
group :development do
gem 'capistrano', '~> 3.6'
gem 'capistrano-rails', '~> 1.2'
gem 'spring'
gem 'web-console', '2.0'
end