diff --git a/CHANGELOG.md b/CHANGELOG.md index f935b3b..fc94261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ - * Upgrade to Rails 2.3.15 + * Upgrade to Rails 2.3.16 * Add site_stats call to API * Fix bug in response user_generated_ideas totals over time, where the min and max dates were getting added as strings instead of date objects * Update choices to act_as_versioned diff --git a/Gemfile b/Gemfile index b1ccf0c..48c7b58 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "http://gems.github.com" gem "rake", "~> 0.9.2.2" gem "rdoc", "~> 3.12" -gem "rails", "2.3.15" +gem "rails", "2.3.16" gem "hoptoad_notifier", "2.4.9" gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls" gem "paperclip", "2.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index e596161..cf0c3e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,16 +2,16 @@ GEM remote: http://rubygems.org/ remote: http://gems.github.com/ specs: - actionmailer (2.3.15) - actionpack (= 2.3.15) - actionpack (2.3.15) - activesupport (= 2.3.15) - rack (~> 1.1.3) - activerecord (2.3.15) - activesupport (= 2.3.15) - activeresource (2.3.15) - activesupport (= 2.3.15) - activesupport (2.3.15) + actionmailer (2.3.16) + actionpack (= 2.3.16) + actionpack (2.3.16) + activesupport (= 2.3.16) + rack (~> 1.1.0) + activerecord (2.3.16) + activesupport (= 2.3.16) + activeresource (2.3.16) + activesupport (= 2.3.16) + activesupport (2.3.16) ambethia-smtp-tls (1.1.2) builder (3.0.0) cucumber (1.1.0) @@ -51,13 +51,13 @@ GEM newrelic_rpm (3.5.5.38) nokogiri (1.5.5) paperclip (2.3.1) - rack (1.1.4) - rails (2.3.15) - actionmailer (= 2.3.15) - actionpack (= 2.3.15) - activerecord (= 2.3.15) - activeresource (= 2.3.15) - activesupport (= 2.3.15) + rack (1.1.5) + rails (2.3.16) + actionmailer (= 2.3.16) + actionpack (= 2.3.16) + activerecord (= 2.3.16) + activeresource (= 2.3.16) + activesupport (= 2.3.16) rake (>= 0.8.3) rake (0.9.2.2) rdoc (3.12) @@ -106,7 +106,7 @@ DEPENDENCIES mysql2 (= 0.2.18) newrelic_rpm paperclip (= 2.3.1) - rails (= 2.3.15) + rails (= 2.3.16) rake (~> 0.9.2.2) rdoc (~> 3.12) redis (~> 3.0.1) diff --git a/config/environment.rb b/config/environment.rb index 433b975..07abd1c 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -1,7 +1,7 @@ # Be sure to restart your server when you modify this file # Specifies gem version of Rails to use when vendor/rails is not present -RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.16' unless defined? RAILS_GEM_VERSION # Bootstrap the Rails environment, frameworks, and default configuration require File.join(File.dirname(__FILE__), 'boot') diff --git a/vendor/cache/actionmailer-2.3.15.gem b/vendor/cache/actionmailer-2.3.15.gem deleted file mode 100644 index 4f9bc80..0000000 Binary files a/vendor/cache/actionmailer-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-2.3.16.gem b/vendor/cache/actionmailer-2.3.16.gem new file mode 100644 index 0000000..9c08eda Binary files /dev/null and b/vendor/cache/actionmailer-2.3.16.gem differ diff --git a/vendor/cache/actionpack-2.3.15.gem b/vendor/cache/actionpack-2.3.15.gem deleted file mode 100644 index da1b36e..0000000 Binary files a/vendor/cache/actionpack-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/actionpack-2.3.16.gem b/vendor/cache/actionpack-2.3.16.gem new file mode 100644 index 0000000..8e8eb56 Binary files /dev/null and b/vendor/cache/actionpack-2.3.16.gem differ diff --git a/vendor/cache/activerecord-2.3.15.gem b/vendor/cache/activerecord-2.3.15.gem deleted file mode 100644 index a4520e8..0000000 Binary files a/vendor/cache/activerecord-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/activerecord-2.3.16.gem b/vendor/cache/activerecord-2.3.16.gem new file mode 100644 index 0000000..04f76fc Binary files /dev/null and b/vendor/cache/activerecord-2.3.16.gem differ diff --git a/vendor/cache/activeresource-2.3.15.gem b/vendor/cache/activeresource-2.3.15.gem deleted file mode 100644 index 7ed0f1e..0000000 Binary files a/vendor/cache/activeresource-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/activeresource-2.3.16.gem b/vendor/cache/activeresource-2.3.16.gem new file mode 100644 index 0000000..594be92 Binary files /dev/null and b/vendor/cache/activeresource-2.3.16.gem differ diff --git a/vendor/cache/activesupport-2.3.15.gem b/vendor/cache/activesupport-2.3.15.gem deleted file mode 100644 index 8a31498..0000000 Binary files a/vendor/cache/activesupport-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/activesupport-2.3.16.gem b/vendor/cache/activesupport-2.3.16.gem new file mode 100644 index 0000000..6209aa7 Binary files /dev/null and b/vendor/cache/activesupport-2.3.16.gem differ diff --git a/vendor/cache/rack-1.1.4.gem b/vendor/cache/rack-1.1.4.gem deleted file mode 100644 index c9fd68b..0000000 Binary files a/vendor/cache/rack-1.1.4.gem and /dev/null differ diff --git a/vendor/cache/rack-1.1.5.gem b/vendor/cache/rack-1.1.5.gem new file mode 100644 index 0000000..2a15555 Binary files /dev/null and b/vendor/cache/rack-1.1.5.gem differ diff --git a/vendor/cache/rails-2.3.15.gem b/vendor/cache/rails-2.3.15.gem deleted file mode 100644 index 95cd7f4..0000000 Binary files a/vendor/cache/rails-2.3.15.gem and /dev/null differ diff --git a/vendor/cache/rails-2.3.16.gem b/vendor/cache/rails-2.3.16.gem new file mode 100644 index 0000000..53a0b29 Binary files /dev/null and b/vendor/cache/rails-2.3.16.gem differ -- libgit2 0.21.2