diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-23 12:06:34 +0000 |
commit | 4cd0de91754f07afd0afb58d137b3adcf5a07611 (patch) | |
tree | 1a16f0c5af85f5e7561012b027545183584e15b8 /config/environment.rb | |
parent | 44b78c1cd78607434b3666f5391ba68da647583f (diff) |
Removing rspec and rspec-rails plugins in favour of updated gems.
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! |