-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
28 lines (24 loc) · 913 Bytes
/
Gemfile
File metadata and controls
28 lines (24 loc) · 913 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
source "http://rubygems.org"
gem "rake", "~> 10.0"
gem "prawn", "~> 0.12"
gem "scoped_attr_accessor", "~> 1.0"
group :development do
# gem "debugger", "~> 1.6.1"
# gem "flay", "~> 2.2"
# gem "guard", "~> 1.0"
# gem "guard-minitest", "~> 0.5"
# gem "growl", "~> 1.0"
# gem "turn", "~> 0.9"
# ----------------------------------------------------------------------
# Guard File System listeners
#
# Kudos to the guard devs for knowing to only activate the FS
# listener that works for each given OS (Here linux, OSX, and
# Windows respectively)
# gem 'rb-inotify', '~> 0.9', :require => false
# gem 'rb-fsevent', '~> 0.9', :require => false
# gem 'rb-fchange', '~> 0.0', :require => false
# TODO: Post 1.9.3 this is more efficient on Windows than rb-fchange
# gem 'wdm', '~> 0.1', :require => false
# ----------------------------------------------------------------------
end