Skip to content

Commit

Permalink
Upgrade to Rails 2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebaker committed Jan 10, 2013
1 parent 50224f9 commit 5a405e1
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
* Upgrade to Rails 2.3.15
* 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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "http://gems.github.com"

gem "rake", "~> 0.9.2.2"
gem "rdoc", "~> 3.12"
gem "rails", "2.3.14"
gem "rails", "2.3.15"
gem "hoptoad_notifier", "2.4.9"
gem "ambethia-smtp-tls", "1.1.2", :require => "smtp-tls"
gem "paperclip", "2.3.1"
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Expand Up @@ -2,16 +2,16 @@ GEM
remote: http://rubygems.org/
remote: http://gems.github.com/
specs:
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
rack (~> 1.1.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
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)
ambethia-smtp-tls (1.1.2)
builder (3.0.0)
cucumber (1.1.0)
Expand Down Expand Up @@ -51,13 +51,13 @@ GEM
newrelic_rpm (3.5.3.25)
nokogiri (1.5.5)
paperclip (2.3.1)
rack (1.1.3)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
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)
rake (>= 0.8.3)
rake (0.9.2.2)
rdoc (3.12)
Expand Down Expand Up @@ -106,7 +106,7 @@ DEPENDENCIES
mysql2 (= 0.2.18)
newrelic_rpm
paperclip (= 2.3.1)
rails (= 2.3.14)
rails (= 2.3.15)
rake (~> 0.9.2.2)
rdoc (~> 3.12)
redis (~> 3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion 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.14' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.15' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down
Binary file removed vendor/cache/actionmailer-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/actionmailer-2.3.15.gem
Binary file not shown.
Binary file removed vendor/cache/actionpack-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/actionpack-2.3.15.gem
Binary file not shown.
Binary file removed vendor/cache/activerecord-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/activerecord-2.3.15.gem
Binary file not shown.
Binary file removed vendor/cache/activeresource-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/activeresource-2.3.15.gem
Binary file not shown.
Binary file removed vendor/cache/activesupport-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/activesupport-2.3.15.gem
Binary file not shown.
Binary file removed vendor/cache/rack-1.1.3.gem
Binary file not shown.
Binary file added vendor/cache/rack-1.1.4.gem
Binary file not shown.
Binary file removed vendor/cache/rails-2.3.14.gem
Binary file not shown.
Binary file added vendor/cache/rails-2.3.15.gem
Binary file not shown.

0 comments on commit 5a405e1

Please sign in to comment.