diff --git a/Gemfile b/Gemfile index 48c7b58..055997d 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.16" +gem "rails", "2.3.17" 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 cc17da9..788b393 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.16) - actionpack (= 2.3.16) - actionpack (2.3.16) - activesupport (= 2.3.16) + actionmailer (2.3.17) + actionpack (= 2.3.17) + actionpack (2.3.17) + activesupport (= 2.3.17) rack (~> 1.1.0) - activerecord (2.3.16) - activesupport (= 2.3.16) - activeresource (2.3.16) - activesupport (= 2.3.16) - activesupport (2.3.16) + activerecord (2.3.17) + activesupport (= 2.3.17) + activeresource (2.3.17) + activesupport (= 2.3.17) + activesupport (2.3.17) ambethia-smtp-tls (1.1.2) builder (3.0.0) cucumber (1.1.0) @@ -52,12 +52,12 @@ GEM nokogiri (1.5.5) paperclip (2.3.1) rack (1.1.6) - rails (2.3.16) - actionmailer (= 2.3.16) - actionpack (= 2.3.16) - activerecord (= 2.3.16) - activeresource (= 2.3.16) - activesupport (= 2.3.16) + rails (2.3.17) + actionmailer (= 2.3.17) + actionpack (= 2.3.17) + activerecord (= 2.3.17) + activeresource (= 2.3.17) + activesupport (= 2.3.17) 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.16) + rails (= 2.3.17) rake (~> 0.9.2.2) rdoc (~> 3.12) redis (~> 3.0.1) diff --git a/config/environment.rb b/config/environment.rb index 07abd1c..691639c 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.16' unless defined? RAILS_GEM_VERSION +RAILS_GEM_VERSION = '2.3.17' 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.16.gem b/vendor/cache/actionmailer-2.3.16.gem deleted file mode 100644 index 9c08eda..0000000 Binary files a/vendor/cache/actionmailer-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/actionmailer-2.3.17.gem b/vendor/cache/actionmailer-2.3.17.gem new file mode 100644 index 0000000..5c6f86e Binary files /dev/null and b/vendor/cache/actionmailer-2.3.17.gem differ diff --git a/vendor/cache/actionpack-2.3.16.gem b/vendor/cache/actionpack-2.3.16.gem deleted file mode 100644 index 8e8eb56..0000000 Binary files a/vendor/cache/actionpack-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/actionpack-2.3.17.gem b/vendor/cache/actionpack-2.3.17.gem new file mode 100644 index 0000000..bf0eeb2 Binary files /dev/null and b/vendor/cache/actionpack-2.3.17.gem differ diff --git a/vendor/cache/activerecord-2.3.16.gem b/vendor/cache/activerecord-2.3.16.gem deleted file mode 100644 index 04f76fc..0000000 Binary files a/vendor/cache/activerecord-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/activerecord-2.3.17.gem b/vendor/cache/activerecord-2.3.17.gem new file mode 100644 index 0000000..bab0a53 Binary files /dev/null and b/vendor/cache/activerecord-2.3.17.gem differ diff --git a/vendor/cache/activeresource-2.3.16.gem b/vendor/cache/activeresource-2.3.16.gem deleted file mode 100644 index 594be92..0000000 Binary files a/vendor/cache/activeresource-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/activeresource-2.3.17.gem b/vendor/cache/activeresource-2.3.17.gem new file mode 100644 index 0000000..4ffce8a Binary files /dev/null and b/vendor/cache/activeresource-2.3.17.gem differ diff --git a/vendor/cache/activesupport-2.3.16.gem b/vendor/cache/activesupport-2.3.16.gem deleted file mode 100644 index 6209aa7..0000000 Binary files a/vendor/cache/activesupport-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/activesupport-2.3.17.gem b/vendor/cache/activesupport-2.3.17.gem new file mode 100644 index 0000000..0106531 Binary files /dev/null and b/vendor/cache/activesupport-2.3.17.gem differ diff --git a/vendor/cache/rails-2.3.16.gem b/vendor/cache/rails-2.3.16.gem deleted file mode 100644 index 53a0b29..0000000 Binary files a/vendor/cache/rails-2.3.16.gem and /dev/null differ diff --git a/vendor/cache/rails-2.3.17.gem b/vendor/cache/rails-2.3.17.gem new file mode 100644 index 0000000..c96d9cd Binary files /dev/null and b/vendor/cache/rails-2.3.17.gem differ -- libgit2 0.21.2