diff --git a/Gemfile b/Gemfile index c500670..c471a1a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -RAILS_VERSION = '~> 3.2.15' +RAILS_VERSION = '~> 3.2.17' gem 'actionmailer', RAILS_VERSION gem 'actionpack', RAILS_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index 41979be..63bc306 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,16 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (3.2.16) - actionpack (= 3.2.16) + actionmailer (3.2.17) + actionpack (= 3.2.17) mail (~> 2.5.4) actionmailer_inline_css (1.5.3) actionmailer (>= 3.0.0) nokogiri (>= 1.4.4) premailer (>= 1.7.1) - actionpack (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) + actionpack (3.2.17) + activemodel (= 3.2.17) + activesupport (= 3.2.17) builder (~> 3.0.0) erubis (~> 2.7.0) journey (~> 1.0.4) @@ -18,18 +18,18 @@ GEM rack-cache (~> 1.2) rack-test (~> 0.6.1) sprockets (~> 2.2.1) - activemodel (3.2.16) - activesupport (= 3.2.16) + activemodel (3.2.17) + activesupport (= 3.2.17) builder (~> 3.0.0) - activerecord (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) + activerecord (3.2.17) + activemodel (= 3.2.17) + activesupport (= 3.2.17) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activeresource (3.2.16) - activemodel (= 3.2.16) - activesupport (= 3.2.16) - activesupport (3.2.16) + activeresource (3.2.17) + activemodel (= 3.2.17) + activesupport (= 3.2.17) + activesupport (3.2.17) i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) addressable (2.3.5) @@ -229,7 +229,7 @@ GEM rest-client (~> 1.6.0) pjax_rails (0.3.4) jquery-rails - polyglot (0.3.3) + polyglot (0.3.4) premailer (1.7.3) css_parser (>= 1.1.9) htmlentities (>= 4.0.0) @@ -253,25 +253,25 @@ GEM rack-ssl-enforcer (0.2.6) rack-test (0.6.2) rack (>= 1.0) - rails (3.2.16) - actionmailer (= 3.2.16) - actionpack (= 3.2.16) - activerecord (= 3.2.16) - activeresource (= 3.2.16) - activesupport (= 3.2.16) + rails (3.2.17) + actionmailer (= 3.2.17) + actionpack (= 3.2.17) + activerecord (= 3.2.17) + activeresource (= 3.2.17) + activesupport (= 3.2.17) bundler (~> 1.0) - railties (= 3.2.16) + railties (= 3.2.17) rails_autolink (1.1.4) rails (> 3.1) - railties (3.2.16) - actionpack (= 3.2.16) - activesupport (= 3.2.16) + railties (3.2.17) + actionpack (= 3.2.17) + activesupport (= 3.2.17) rack-ssl (~> 1.3.2) rake (>= 0.8.7) rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) raindrops (0.12.0) - rake (10.1.0) + rake (10.1.1) rbx-require-relative (0.0.9) rdoc (3.12.2) json (~> 1.4) @@ -364,9 +364,9 @@ PLATFORMS ruby DEPENDENCIES - actionmailer (~> 3.2.15) + actionmailer (~> 3.2.17) actionmailer_inline_css - actionpack (~> 3.2.15) + actionpack (~> 3.2.17) airbrake better_errors binding_of_caller @@ -411,7 +411,7 @@ DEPENDENCIES rack-ssl rack-ssl-enforcer rails_autolink - railties (~> 3.2.15) + railties (~> 3.2.17) ri_cal rspec-rails ruby-debug -- libgit2 0.21.2