Sha256: 488a1ccf4ef4d260f53be1b152b065f202d75dbb02e6f78dfc7a2b495704e77c
Contents?: true
Size: 335 Bytes
Versions: 13
Compression:
Stored size: 335 Bytes
Contents
source "http://rubygems.org" gem "rake" gem "cucumber" gem "aruba", ">= 0.2.0" gem "autotest" gem "rspec-mocks", :path => "." gem "rspec-core", :path => "../rspec-core" gem "rspec-expectations", :path => "../rspec-expectations" gem "relish" case RUBY_VERSION.to_s when '1.9.2' gem "ruby-debug19" when /^1.8/ gem "ruby-debug" end
Version data entries
13 entries across 13 versions & 2 rubygems