Sha256: df27254ffdc01688f1b739ff2e1edbe3139348fb0b8a7d95715201c5fbe85add

Contents?: true

Size: 1021 Bytes

Versions: 5

Compression:

Stored size: 1021 Bytes

Contents

source "http://rubygems.org"

# Gems that RightSupport can optionally make use of, but which it does
# not require to be installed. These would be "optional dependencies"
# if gemspecs allowed for them.
group :optional do
  gem "net-ssh", "~> 2.0"
  gem "rest-client", "~> 1.6"
  gem "addressable", "~> 2.2.7"
  gem "uuidtools", "~> 2.0", :require => nil
  gem "simple_uuid", "~> 0.2", :require => nil
  gem "uuid", "~> 2.3", :require => nil
  gem "yajl-ruby", "~> 1.1"
  gem "iconv"
end

# Gems used during test and development of RightSupport.
group :development do
  gem "rake", "~> 0.9"
  gem "jeweler", "~> 1.8.3"
  gem "right_develop", "~> 1.0",
	 :git => "git@github.com:rightscale/right_develop.git",
	 :branch => "master"
  gem "ruby-debug", ">= 0.10", :platforms => :ruby_18
  gem "ruby-debug19", ">= 0.11.6", :platforms => :ruby_19
  gem "rdoc", ">= 2.4.2"
  gem "flexmock", "~> 1.0"
  gem "syntax", "~> 1.0.0" #rspec will syntax-highlight code snippets if this gem is available
  gem "nokogiri", "~> 1.5"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
right_support-2.8.10 Gemfile
right_support-2.8.9 Gemfile
right_support-2.8.8 Gemfile
right_support-2.8.7 Gemfile
right_support-2.8.6 Gemfile