From 07548d5cf446aef20b989352add7ec2b5161972b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:12:17 +0000 Subject: [PATCH] Bump rails from 3.0.3 to 3.0.5 Bumps [rails](https://github.com/rails/rails) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 73 +++++++++++++++++++++++++++------------------------- 2 files changed, 39 insertions(+), 36 deletions(-) diff --git a/Gemfile b/Gemfile index 932611d..3cadaf1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.3' +gem 'rails', '3.0.5' require 'digest/sha1' require 'base64' # Bundle edge Rails instead: diff --git a/Gemfile.lock b/Gemfile.lock index a16d343..b9338dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,33 +2,33 @@ GEM remote: http://rubygems.org/ specs: abstract (1.0.0) - actionmailer (3.0.3) - actionpack (= 3.0.3) - mail (~> 2.2.9) - actionpack (3.0.3) - activemodel (= 3.0.3) - activesupport (= 3.0.3) + actionmailer (3.0.5) + actionpack (= 3.0.5) + mail (~> 2.2.15) + actionpack (3.0.5) + activemodel (= 3.0.5) + activesupport (= 3.0.5) builder (~> 2.1.2) erubis (~> 2.6.6) i18n (~> 0.4) rack (~> 1.2.1) rack-mount (~> 0.6.13) - rack-test (~> 0.5.6) + rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.3) - activesupport (= 3.0.3) + activemodel (3.0.5) + activesupport (= 3.0.5) builder (~> 2.1.2) i18n (~> 0.4) - activerecord (3.0.3) - activemodel (= 3.0.3) - activesupport (= 3.0.3) + activerecord (3.0.5) + activemodel (= 3.0.5) + activesupport (= 3.0.5) arel (~> 2.0.2) tzinfo (~> 0.3.23) activerecord-oracle_enhanced-adapter (1.3.2) - activeresource (3.0.3) - activemodel (= 3.0.3) - activesupport (= 3.0.3) - activesupport (3.0.3) + activeresource (3.0.5) + activemodel (= 3.0.5) + activesupport (= 3.0.5) + activesupport (3.0.5) acts_as_versioned (0.6.0) activerecord (~> 3.0.0.beta4) addressable (2.2.4) @@ -38,6 +38,7 @@ GEM breadcrumbs (0.1.6) i18n builder (2.1.2) + concurrent-ruby (1.1.10) devise (1.3.4) bcrypt-ruby (~> 2.1.2) orm_adapter (~> 0.0.3) @@ -48,16 +49,17 @@ GEM addressable (~> 2.2.4) multipart-post (~> 1.1.0) rack (>= 1.1.0, < 2) - i18n (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jquery-rails (1.0.9) railties (~> 3.0) thor (~> 0.14) - mail (2.2.19) + mail (2.2.20) activesupport (>= 2.3.6) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) - mime-types (1.16) + mime-types (1.25.1) multi_json (1.0.3) multi_xml (0.2.2) multipart-post (1.1.2) @@ -102,9 +104,9 @@ GEM oa-oauth (= 0.2.6) oa-openid (= 0.2.6) orm_adapter (0.0.5) - polyglot (0.3.1) + polyglot (0.3.5) pyu-ruby-sasl (0.0.3.3) - rack (1.2.3) + rack (1.2.8) rack-mount (0.6.14) rack (>= 1.0.0) rack-openid (1.3.1) @@ -112,20 +114,20 @@ GEM ruby-openid (>= 2.1.8) rack-test (0.5.7) rack (>= 1.0) - rails (3.0.3) - actionmailer (= 3.0.3) - actionpack (= 3.0.3) - activerecord (= 3.0.3) - activeresource (= 3.0.3) - activesupport (= 3.0.3) + rails (3.0.5) + actionmailer (= 3.0.5) + actionpack (= 3.0.5) + activerecord (= 3.0.5) + activeresource (= 3.0.5) + activesupport (= 3.0.5) bundler (~> 1.0) - railties (= 3.0.3) - railties (3.0.3) - actionpack (= 3.0.3) - activesupport (= 3.0.3) + railties (= 3.0.5) + railties (3.0.5) + actionpack (= 3.0.5) + activesupport (= 3.0.5) rake (>= 0.8.7) thor (~> 0.14.4) - rake (0.9.2) + rake (13.0.6) rest-client (1.6.3) mime-types (>= 1.16) ruby-openid (2.1.8) @@ -134,9 +136,10 @@ GEM rubyntlm (0.1.1) thor (0.14.6) transitions (0.0.9) - treetop (1.4.9) + treetop (1.4.15) + polyglot polyglot (>= 0.3.1) - tzinfo (0.3.27) + tzinfo (0.3.60) warden (1.0.4) rack (>= 1.0) will_paginate (3.0.pre2) @@ -152,6 +155,6 @@ DEPENDENCIES devise jquery-rails omniauth - rails (= 3.0.3) + rails (= 3.0.5) transitions will_paginate (~> 3.0.pre2)