IZ RS, new Gemfile, ignoring the random_seed
This commit is contained in:
parent
174eb7e8f7
commit
bb146820bf
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ tmp/**/*
|
|||
Gemfile.lock
|
||||
gpg/diaspora-development/*.gpg
|
||||
gpg/diaspora-production/*.gpg
|
||||
gpg/*/random_seed
|
||||
|
|
|
|||
6
Gemfile
6
Gemfile
|
|
@ -2,7 +2,7 @@ source 'http://rubygems.org'
|
|||
source 'http://gemcutter.org'
|
||||
|
||||
gem 'rails', '3.0.0.beta4'
|
||||
gem 'bundler'
|
||||
gem 'bundler', '0.9.26'
|
||||
gem 'mongo_mapper', :git => "http://github.com/BadMinus/mongomapper.git"
|
||||
gem 'devise', :git => "http://github.com/BadMinus/devise.git"
|
||||
gem 'jnunemaker-validatable', :git => "http://github.com/BadMinus/validatable.git"
|
||||
|
|
@ -25,8 +25,8 @@ gem 'will_paginate', '3.0.pre'
|
|||
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '>= 2.0.0.beta.12'
|
||||
gem 'rspec-rails'
|
||||
gem 'rspec', '>= 2.0.0.beta.17'
|
||||
gem 'rspec-rails', '2.0.0.beta.17'
|
||||
gem "mocha"
|
||||
gem 'webrat'
|
||||
gem 'redgreen'
|
||||
|
|
|
|||
Loading…
Reference in a new issue