forked from SamyCha/Clean_Car
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
42 lines (39 loc) · 958 Bytes
/
Copy pathGemfile
File metadata and controls
42 lines (39 loc) · 958 Bytes
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
source 'https://rubygems.org'
ruby '2.3.4'
gem 'devise'
gem 'figaro'
gem 'coffee-script'
gem 'money-rails'
gem 'stripe'
gem 'jbuilder', '~> 2.0'
gem 'pg'
gem 'puma'
gem 'rails', '5.1.3'
gem 'redis', '~> 3.0.1'
gem 'geocoder'
gem 'faker'
gem 'callr'
gem 'autoprefixer-rails'
gem 'bootstrap-sass'
gem 'font-awesome-sass'
gem 'jquery-rails'
gem 'sass-rails'
gem 'simple_form'
gem 'uglifier'
gem 'coffee-rails'
gem 'gmaps4rails'
gem 'rails-assets-underscore', source: 'https://rails-assets.org'
gem 'rails-assets-flatpickr', source: 'https://rails-assets.org'
gem 'ladda-bootstrap-rails', :git => 'https://github.com/vendji/ladda-bootstrap-rails.git'
gem 'izimodal'
gem 'cloudinary', '1.1.7'
gem 'attachinary', github: 'assembler/attachinary'
gem 'jquery-fileupload-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'
end