forked from ones006/inventory_v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
36 lines (34 loc) · 733 Bytes
/
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
source :gemcutter
gem "rails", "~> 2.3.11"
gem "mysql"
gem "prawn"
gem "cancan", "~> 1.4.0"
gem "chronic"
gem "slim_scrooge"
gem "spreadsheet"
gem "will_paginate", "~> 2.3.14"
gem "authlogic"
gem "searchlogic", "~> 2.4.26"
gem "subdomain-fu"
gem "formtastic"
gem "haml", "~> 3.0.13"
gem "paperclip", "~> 2.3.1.1"
gem "pdfkit", "0.4.6"
# bundler requires these gems in all environments
# gem "nokogiri", "1.4.2"
# gem "geokit"
group :development do
# bundler requires these gems in development
# gem "rails-footnotes"
gem "bullet"
gem "mongrel"
gem 'hirb'
gem 'wirble'
gem 'nifty-generators'
gem 'ruby-debug'
end
group :test do
# bundler requires these gems while running tests
# gem "rspec"
# gem "faker"
end