aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2011-02-20 17:56:50 +0100
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2011-02-20 17:56:50 +0100
commit78d1c244157f595f96e27897d6d8ddd62c849caa (patch)
tree74f066ff9310b230a9fdebc62c8fc81fa8dc1dba
parentFix cucumber tests (diff)
downloadrecruiting-webapp-78d1c244157f595f96e27897d6d8ddd62c849caa.tar.gz
recruiting-webapp-78d1c244157f595f96e27897d6d8ddd62c849caa.tar.bz2
recruiting-webapp-78d1c244157f595f96e27897d6d8ddd62c849caa.zip
Update to rails 2.3.11
Security bump
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock57
-rw-r--r--config/environment.rb2
3 files changed, 33 insertions, 28 deletions
diff --git a/Gemfile b/Gemfile
index a49ba07..93a53d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
source :gemcutter
-gem 'rails', '2.3.8'
+gem 'rails', '2.3.11'
gem 'rack', '1.1.0'
gem 'mail'
gem 'gpgme'
diff --git a/Gemfile.lock b/Gemfile.lock
index 2aef1c5..8497655 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,17 +1,17 @@
GEM
remote: http://rubygems.org/
specs:
- actionmailer (2.3.8)
- actionpack (= 2.3.8)
- actionpack (2.3.8)
- activesupport (= 2.3.8)
+ actionmailer (2.3.11)
+ actionpack (= 2.3.11)
+ actionpack (2.3.11)
+ activesupport (= 2.3.11)
rack (~> 1.1.0)
- activerecord (2.3.8)
- activesupport (= 2.3.8)
- activeresource (2.3.8)
- activesupport (= 2.3.8)
- activesupport (2.3.8)
- bluecloth (2.0.9)
+ activerecord (2.3.11)
+ activesupport (= 2.3.11)
+ activeresource (2.3.11)
+ activesupport (= 2.3.11)
+ activesupport (2.3.11)
+ bluecloth (2.0.11)
builder (3.0.0)
columnize (0.3.2)
configuration (1.2.0)
@@ -23,13 +23,14 @@ GEM
term-ansicolor (~> 1.0.5)
cucumber-rails (0.3.2)
cucumber (>= 0.8.0)
- daemons (1.1.0)
- database_cleaner (0.6.0)
- delayed_job (2.0.5)
- daemons
+ daemons (1.0.10)
+ database_cleaner (0.6.3)
+ delayed_job (2.0.7)
+ activesupport (~> 2.0)
+ daemons (= 1.0.10)
diff-lcs (1.1.2)
email_spec (0.6.2)
- factory_girl (1.3.2)
+ factory_girl (1.3.3)
gherkin (2.3.3)
json (~> 1.4.6)
gpgme (1.0.8)
@@ -52,7 +53,7 @@ GEM
configuration (>= 0.0.5)
rake (>= 0.8.1)
linecache (0.43)
- mail (2.2.13)
+ mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
@@ -62,18 +63,20 @@ GEM
nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.1.0)
- rack-test (0.5.6)
+ rack-test (0.5.7)
rack (>= 1.0)
- rails (2.3.8)
- actionmailer (= 2.3.8)
- actionpack (= 2.3.8)
- activerecord (= 2.3.8)
- activeresource (= 2.3.8)
- activesupport (= 2.3.8)
+ rails (2.3.11)
+ actionmailer (= 2.3.11)
+ actionpack (= 2.3.11)
+ activerecord (= 2.3.11)
+ activeresource (= 2.3.11)
+ activesupport (= 2.3.11)
rake (>= 0.8.3)
rake (0.8.7)
rspec (1.3.1)
rspec-rails (1.3.3)
+ rack (>= 1.0.0)
+ rspec (= 1.3.1)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
@@ -81,11 +84,13 @@ GEM
linecache (>= 0.3)
ruby-openid (2.1.8)
shoulda (2.11.3)
- sqlite3-ruby (1.3.2)
+ sqlite3 (1.3.3)
+ sqlite3-ruby (1.3.3)
+ sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
- webrat (0.7.2)
+ webrat (0.7.3)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
@@ -109,7 +114,7 @@ DEPENDENCIES
mysql
nokogiri
rack (= 1.1.0)
- rails (= 2.3.8)
+ rails (= 2.3.11)
rspec (= 1.3.1)
rspec-rails (= 1.3.3)
ruby-debug
diff --git a/config/environment.rb b/config/environment.rb
index 02f8669..1af7cf8 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,4 +1,4 @@
-RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')