-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGemfile
More file actions
36 lines (31 loc) · 942 Bytes
/
Copy pathGemfile
File metadata and controls
36 lines (31 loc) · 942 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
source "http://rubygems.org"
# Add dependencies required to use your gem here.
# Example:
# gem "activesupport", ">= 2.3.5"
gem "yajl-ruby", "~> 1.1.0"
gem "eventmachine", "~> 1.0.0"
gem "amqp", "~> 0.9.7"
gem "state_machine", "~> 1.1.2"
gem "em-ssh", "~> 0.4.0"
gem "em-synchrony", "~> 0.2.0"
gem "right_aws", "~> 3.0.4"
gem "tilt", "~> 1.3.3"
gem "mixlib-cli", ">= 1.2.2"
gem "mixlib-config", ">= 1.1.0"
gem "mixlib-log", ">= 1.3.0"
gem "thin", "~> 1.4.1"
gem "rack", "~> 1.4.1"
gem "sinatra", "~> 1.3.2"
gem "fog", "~> 1.6.0"
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.10.0"
gem "yard", "~> 0.8.5"
gem "redcarpet", "~> 2.1.1"
gem "cucumber", ">= 0"
gem "bundler", ">= 1.1.0"
gem "jeweler", "~> 1.8.3"
gem "ruby-graphviz", :require => "graphviz"
gem (RUBY_VERSION =~ /^1\.8/ ? "rcov" : "simplecov"), ">= 0"
end