-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
44 lines (29 loc) · 815 Bytes
/
Copy pathGemfile
File metadata and controls
44 lines (29 loc) · 815 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
43
44
source 'https://rubygems.org'
gem 'rails', '4.2.10'
gem 'sqlite3'
gem 'mysql2', '~> 0.3.18'
gem 'activerecord-import', '~> 0.12.0'
gem 'prawn_rails'
gem 'prawn', '~> 2.1.0'
gem 'protected_attributes', '~> 1.1.3'
gem 'sass-rails', '~> 5.0.4'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
gem 'kaminari', '~> 0.16.3'
gem 'jquery-rails', '~> 4.1.1'
gem 'jquery-ui-rails', '~> 5.0.5'
gem 'skeleton-rails', '~> 0.1.0'
gem 'puma', '~> 3.11'
gem 'tzinfo-data'
group :test do
gem 'test-unit'
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# To use debugger
# gem 'debugger'