Sha256: ab1ddbeca0b1350d94a16873788dba7a9b75666dcd7d3dd7388c317fc3453d25
Contents?: true
Size: 363 Bytes
Versions: 13
Compression:
Stored size: 363 Bytes
Contents
source "http://rubygems.org" gem "rake" gem "cucumber" gem "aruba", ">= 0.2.0" gem "autotest" gem "diff-lcs" gem "rspec-expectations", :path => "." gem "rspec-core", :path => "../rspec-core" gem "rspec-mocks", :path => "../rspec-mocks" gem "watchr" gem "rcov" gem "relish" case RUBY_VERSION when '1.9.2' gem 'ruby-debug19' when /^1\.8/ gem 'ruby-debug' end
Version data entries
13 entries across 13 versions & 2 rubygems