-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
38 lines (30 loc) · 772 Bytes
/
Gemfile
File metadata and controls
38 lines (30 loc) · 772 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
source 'https://rubygems.org'
gem 'rails', '3.2.3'
gem 'mysql2'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
gem 'therubyracer', :platform => :ruby
gem 'uglifier', '>= 1.0.3'
end
group :development, :test do
gem 'rspec'
gem 'rspec-rails'
gem 'capistrano'
gem 'thin'
end
group :production do
gem 'unicorn'
end
gem 'haml'
gem 'haml-rails'
gem 'jquery-rails'
gem 'clearance'
gem 'twitter-bootstrap-rails'
gem 'awesome_nested_set'
gem 'russian'
gem 'cms-pages', :path => '../cms-pages'
gem 'paperclip'
gem 'attachment_on_the_fly', :git => 'git://github.com/vdv/Attachment-on-the-Fly.git'
#gem 'cms-settings', :path => '../cms-settings'