-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
76 lines (72 loc) · 1.45 KB
/
Copy pathGemfile
File metadata and controls
76 lines (72 loc) · 1.45 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This preamble is the current preamble for Rails 3 apps; edit as needed.
source 'http://rubygems.org'
gem 'rails', '4.1.1'
gem "pg"
gem 'bootstrap-sass', '>= 3.0.0.0'
gem 'spring'
gem 'cancan'
gem 'faker'
gem 'knife-solo'
gem 'slim'
gem 'activerecord-session_store'
#gem "rb-readline", :require => "readline"
gem "net-ssh"
#source 'http://gems.github.com'
#gem 'mislav-will_paginate', '~> 2.2.3', :require => 'will_paginate'
gem "will_paginate"
#gem 'russian'
#gem "readline-ffi"
gem 'andand'
gem 'nokogiri'
gem 'paperclip'
gem 'state_machine'
gem 'mechanize'
gem 'acts-as-taggable-on'
#gem 'delayed_job'
#gem 'daemons'
#gem 'newrelic_rpm'
gem 'rmagick', :require => 'RMagick'
# , "2.12.2"
#gem 'bluecloth'
gem "kramdown"
gem "livejournal"
#gem "haml"
gem "jquery-rails"
#gem "cells"
gem "haml-rails"
gem "sass"
#gem "sass-rails"
gem "newrelic_rpm"
gem "unicorn-rails"
gem "capistrano"
gem "clearance"
group :production do
gem "hoptoad_notifier"
end
gem "rails-backbone" # at 3.1 restore
#gem "therubyracer"
gem "execjs"
#gem "twitter-bootstrap-rails"
##gem "less-rails"
group :development do
gem 'annotate'
gem 'haml2slim'
gem 'html2haml'
# gem "bullet"
end
group :development, :test do
gem 'thin'
gem "factory_girl_rails" #, ">=1.1.rc1"
#gem "rspec", ">=2.5"
gem "rspec-rails" #, ">=2.6.0"
#gem "rspec-cells"
#gem "cucumber-rails"
#gem "rcov"
end
group :test do
gem 'fakeweb'
gem "database_cleaner"
gem "simplecov"
end
gem "authlogic"
gem "tzinfo-data"