Sha256: 2e983e9a64e264af6d8afe855f127733037699cc29810ec4765f817a07bc8fb0
Contents?: true
Size: 578 Bytes
Versions: 3
Compression:
Stored size: 578 Bytes
Contents
source 'http://rubygems.org' gem 'rails', '3.0.0.beta4' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3-ruby', :require => 'sqlite3' gem 'mocha' gem 'formtastic', "1.0.0.beta", :git => "git://github.com/justinfrench/formtastic.git", :branch => "rails3" gem 'shoulda', '>= 2.11', :git => "git://github.com/thoughtbot/shoulda.git" gem 'factory_girl_rails' gem 'nokogiri', '1.4.1' gem 'capybara' gem 'database_cleaner' gem 'cucumber-rails', '0.3.2' gem 'cucumber', '0.8.5' gem 'launchy' gem 'clearance', :path => '../..'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
clearance-0.9.0.rc6 | test/rails_root/Gemfile |
clearance-0.9.0.rc5 | test/rails_root/Gemfile |
clearance-0.9.0.rc4 | test/rails_root/Gemfile |