Sha256: bdadfa3d9092b7c3ba800bb22a6a9a2e7f5751aa943604764be07fba151dd023
Contents?: true
Size: 1023 Bytes
Versions: 2
Compression:
Stored size: 1023 Bytes
Contents
source "http://rubygems.org" gem "rails", "3.0.1" #, :path => "~/projects/other_apps/rails" gem "mysql" # gem "authlogic" # TODO this is temporary until the official authlogic gem is updated for rails 3 gem "authlogic", :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3" gem "disguise" gem "bcrypt-ruby", :require => "bcrypt" gem "overlord" gem "muck-engine", :path => "../../" gem "muck-users", :path => "~/projects/muck-users" if RUBY_VERSION < "1.9" gem "ruby-debug" end group :test, :development do gem "rspec-rails", ">=2.0.1" gem "cucumber-rails" end group :test do gem "autotest" gem "capybara", ">= 0.3.9" # this is also temporary until shoulda works with Rails 3. Local version includes this fix: http://github.com/dchelimsky/shoulda/commit/586b2d90e277c11f951180a203cc92292ff01026 gem "shoulda", :path => "~/projects/other_apps/shoulda" gem "factory_girl" gem "cucumber" gem "rcov" gem "rspec", ">=2.0.1" gem "database_cleaner" gem "spork" gem "launchy" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
muck-engine-3.0.8 | test/rails_test/Gemfile |
muck-engine-3.0.7 | test/rails_test/Gemfile |