Sha256: 1d1058972ca00181e804456abd038fe1718d679f6977b7ea5c341611fa8e5fbb

Contents?: true

Size: 999 Bytes

Versions: 1

Compression:

Stored size: 999 Bytes

Contents

source "https://rubygems.org"

# Runtime dependencies of RightDevelop

# Gems used by the CI harness
gem "rake", [">= 0.8.7", "< 0.10"]
gem "right_support", "~> 2.0"
gem "builder", "~> 3.0"
gem "rspec", [">= 1.3", "< 3.0"]
gem "cucumber", "~> 1.0"

# Gems used by the command-line Git tools
gem "trollop", [">= 1.0", "< 3.0"]
gem "actionpack", [">= 2.3.0", "< 4.0"]

# Gems used during RightDevelop development that should be called out in the gemspec
group :development do
  gem "jeweler", "~> 1.8.3"
  gem "rdoc", ">= 2.4.2"
  gem "syntax", "~> 1.0.0" #rspec will syntax-highlight code snippets if this gem is available
  gem "nokogiri", "~> 1.5"
  gem "flexmock", "~> 0.8.7", :require => nil
  gem "activesupport"
  gem "libxml-ruby", "~> 2.4.0"
end

# Gems that are only used locally by this repo to run tests and should NOT be called out in the gemspec
group :test do
  gemspec
  gem "ruby-debug", ">= 0.10", :platforms => :ruby_18
  gem "ruby-debug19", ">= 0.11.6", :platforms => :ruby_19
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
right_develop-1.2.0 Gemfile