From b3f7df1d06966eae8b292e85ca7c9faa0532affe Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 6 Nov 2012 14:34:52 -0200 Subject: [PATCH] Excepetion notifier uptaded to 3.0.0 (compatible with Rails 3) --- Gemfile | 13 ++++++++++++- Gemfile.lock | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- MIGRATION_ISSUES | 4 +++- 3 files changed, 101 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index b119d1f..a648f6f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,18 @@ gem 'rspec-rails', '1.2.9' gem 'Selenium', '>= 1.1.14' gem 'selenium-client', '>= 1.2.17' gem 'database_cleaner' -gem 'exception_notification', '1.0.20090728' +gem 'exception_notification', '~> 3.0.0' + +#Forcing to use Debian version of this gems +#Without this, exception_notification uses 3.1.3 +gem 'actionmailer', '3.2.6' +gem 'actionpack', '3.2.6' +gem 'activemodel', '3.2.6' +gem 'activerecord', '3.2.6' +gem 'activeresource', '3.2.6' +gem 'activesupport', '3.2.6' + + def program(name) unless system("which #{name} > /dev/null") diff --git a/Gemfile.lock b/Gemfile.lock index bab9749..44b1b61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,35 @@ GEM remote: http://rubygems.org/ specs: Selenium (1.1.14) - builder (3.0.0) + actionmailer (3.2.6) + actionpack (= 3.2.6) + mail (~> 2.4.4) + actionpack (3.2.6) + activemodel (= 3.2.6) + activesupport (= 3.2.6) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.1) + rack (~> 1.4.0) + rack-cache (~> 1.2) + rack-test (~> 0.6.1) + sprockets (~> 2.1.3) + activemodel (3.2.6) + activesupport (= 3.2.6) + builder (~> 3.0.0) + activerecord (3.2.6) + activemodel (= 3.2.6) + activesupport (= 3.2.6) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) + activeresource (3.2.6) + activemodel (= 3.2.6) + activesupport (= 3.2.6) + activesupport (3.2.6) + i18n (~> 0.6) + multi_json (~> 1.0) + arel (3.0.2) + builder (3.0.4) cucumber (0.4.0) builder (>= 2.1.2) diff-lcs (>= 1.1.2) @@ -11,19 +39,66 @@ GEM treetop (>= 1.4.2) database_cleaner (0.7.0) diff-lcs (1.1.3) - exception_notification (1.0.20090728) + erubis (2.7.0) + eventmachine (1.0.0) + exception_notification (3.0.0) + actionmailer (>= 3.0.4) + tinder (~> 1.8) + faraday (0.8.4) + multipart-post (~> 1.1) + faraday_middleware (0.9.0) + faraday (>= 0.7.4, < 0.9) + hashie (1.2.0) + hike (1.2.1) + http_parser.rb (0.5.3) + i18n (0.6.1) + journey (1.0.4) + json (1.7.5) + mail (2.4.4) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + mime-types (1.19) + multi_json (1.3.7) + multipart-post (1.1.5) nokogiri (1.5.5) polyglot (0.3.3) - rack (1.3.5) + rack (1.4.1) + rack-cache (1.2) + rack (>= 0.4) + rack-test (0.6.2) + rack (>= 1.0) rspec (1.2.9) rspec-rails (1.2.9) rack (>= 1.0.0) rspec (>= 1.2.9) selenium-client (1.2.18) + simple_oauth (0.1.9) + sprockets (2.1.3) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) term-ansicolor (1.0.7) - treetop (1.4.10) + tilt (1.3.3) + tinder (1.9.1) + eventmachine (>= 0.12.0, < 2) + faraday (~> 0.8) + faraday_middleware (~> 0.8) + hashie (~> 1.0) + json (~> 1.6) + mime-types (~> 1.16) + multi_json (~> 1.0) + multipart-post (~> 1.1) + twitter-stream (~> 0.1) + treetop (1.4.12) polyglot polyglot (>= 0.3.1) + twitter-stream (0.1.16) + eventmachine (>= 0.12.8) + http_parser.rb (~> 0.5.1) + simple_oauth (~> 0.1.4) + tzinfo (0.3.35) webrat (0.5.1) nokogiri (>= 1.2.0) rack (>= 1.0) @@ -33,9 +108,15 @@ PLATFORMS DEPENDENCIES Selenium (>= 1.1.14) + actionmailer (= 3.2.6) + actionpack (= 3.2.6) + activemodel (= 3.2.6) + activerecord (= 3.2.6) + activeresource (= 3.2.6) + activesupport (= 3.2.6) cucumber (= 0.4.0) database_cleaner - exception_notification (= 1.0.20090728) + exception_notification (~> 3.0.0) rspec (= 1.2.9) rspec-rails (= 1.2.9) selenium-client (>= 1.2.17) diff --git a/MIGRATION_ISSUES b/MIGRATION_ISSUES index 2284d52..9432a8b 100644 --- a/MIGRATION_ISSUES +++ b/MIGRATION_ISSUES @@ -6,4 +6,6 @@ * config/environment.rb maybe still have some code that should be on the initializers -* initializers session_store.rb inflections.rb... don't exist \ No newline at end of file +* initializers session_store.rb inflections.rb... don't exist + +* rails gems version have to be forced on Gemfile or it will use incompatible pre3vious versions (3.1.3) \ No newline at end of file -- libgit2 0.21.2