-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
41 lines (37 loc) · 1.04 KB
/
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
source 'https://rubygems.org'
gem 'rails', '4.0.2'
#gem 'sqlite3'
gem 'mysql'
gem 'sass-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'jquery-rails'
gem 'jbuilder', '~> 1.2'
group :doc do
gem 'sdoc', require: false
end
gem 'foundation-rails'
gem 'devise'
gem 'simple_calendar', :path => 'vendor/gems/simple_calendar-0.1.9'
gem 'backstretch-rails'
gem 'font-awesome-rails'
gem 'gravtastic'
gem 'bootstrap-datepicker-rails'
gem 'carrierwave'
gem 'mini_magick'
#gem 'thin'
# gem 'debugger', group: [:development, :test]
gem 'by_star', :git => "git://github.com/radar/by_star" #gem for find by_month, by_year, dll => https://github.com/radar/by_
gem 'capistrano', '~> 3.0.0'
gem 'capistrano-bundler', '~> 1.0.0'
gem 'capistrano-rails', '~> 1.0.0'
gem 'capistrano-rvm', github: "capistrano/rvm"
# gem "unicorn"
# Dikomen dulu soalnya jadi ga bisa bundle install under windows
# group :production, :test do
# gem 'unicorn'
# end
# group :development do
# gem 'capistrano', '~> 2'
# gem 'capistrano-unicorn', require: false
# end