-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
55 lines (45 loc) · 949 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
source 'https://rubygems.org'
ruby '2.3.5'
gem 'omniauth-facebook'
gem 'figaro'
gem 'jbuilder', '~> 2.0'
gem 'pg'
gem 'puma'
gem 'rails', '5.0.6'
gem 'redis'
gem 'pundit'
gem 'cocoon'
gem 'autoprefixer-rails'
gem 'bootstrap-sass'
gem 'font-awesome-sass'
gem 'jquery-rails'
gem 'sass-rails'
gem 'simple_form'
gem 'uglifier'
gem 'awesome_print'
# devise et 118n
gem 'devise'
gem 'rails-i18n', '5.0.3'
gem 'devise-i18n', '~> 1.2 '
# attachinary
gem 'cloudinary', '1.1.7'
gem 'attachinary', github: 'assembler/attachinary'
gem 'jquery-fileupload-rails'
# google Geocode
gem 'geocoder'
gem 'coffee-rails'
gem 'gmaps4rails'
source 'http://insecure.rails-assets.org' do
gem "rails-assets-underscore"
end
# postmark
gem 'postmark-rails'
group :development, :test do
gem 'pry-byebug'
gem 'pry-rails'
gem 'web-console', '>= 3.3.0'
gem 'listen', '~> 3.0.5'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
gem 'letter_opener'
end