Sha256: f30ed9ef09e3a8003bda385f376bf1715fc0aaa24946e0f8699238d6dcb4b26c
Contents?: true
Size: 551 Bytes
Versions: 4
Compression:
Stored size: 551 Bytes
Contents
source 'http://rubygems.org' gem 'arel', :path => "../../vendor/arel" gem 'rails', :path => "../../vendor/rails" gem 'sqlite3-ruby', :require => 'sqlite3' group :development, :test do gem "rspec-rails", :path => "../../../rspec-rails" gem "rspec", :path => "../../../rspec" gem "rspec-core", :path => "../../../rspec-core" gem "rspec-expectations", :path => "../../../rspec-expectations" gem "rspec-mocks", :path => "../../../rspec-mocks" gem "rcov" gem "webrat" gem "autotest" gem "watchr" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rspec-rails-2.0.1 | templates/Gemfile |
rspec-rails-2.0.0 | templates/Gemfile |
rspec-rails-2.0.0.rc | templates/Gemfile |
rspec-rails-2.0.0.beta.22 | templates/Gemfile |