diff options
Diffstat (limited to 'config/environment.rb')
-rw-r--r-- | config/environment.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environment.rb b/config/environment.rb index c170c45b8..8347cc646 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -60,6 +60,8 @@ Rails::Initializer.run do |config| # # Specify gems that this application depends on and have them installed with rake gems:install config.gem "rack", :version => '1.1.0' + config.gem 'rspec', :lib => false, :version => '1.3.1' + config.gem 'rspec-rails', :lib => false, :version => '1.3.3' # Your secret key for verifying cookie session data integrity. # If you change this key, all old sessions will become invalid! |