-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
33 lines (32 loc) · 712 Bytes
/
Copy pathGemfile
File metadata and controls
33 lines (32 loc) · 712 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
source 'https://rubygems.org'
ruby '2.2.0'
gem 'rails', '4.2.4'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'jbuilder', '~> 2.0'
group :development, :test do
gem 'byebug'
end
group :development do
gem 'web-console', '~> 2.0'
gem 'spring'
end
gem 'bootstrap-sass'
gem 'haml-rails'
gem 'high_voltage'
gem 'pg'
gem 'puma'
group :development do
gem 'better_errors'
gem 'html2haml'
gem 'quiet_assets'
gem 'rails_layout'
end
group :production do
gem 'rails_12factor'
end
gem "smart_listing" # colluciton listings with search and in-place edit
gem 'bootstrap-datepicker-rails'
gem 'dotenv-rails', :groups => [:development, :test]