From 664546c208c406bba08b8eda2e6a600154d7232e Mon Sep 17 00:00:00 2001 From: Cristian Bica Date: Tue, 5 Aug 2014 09:05:14 +0300 Subject: Integration testing --- Gemfile.lock | 157 ++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 111 insertions(+), 46 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 7dac1c6e88..53ba5c055b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/bkeepers/qu.git - revision: 2175633a834504423368d71cb10fb9f072d76cd2 + revision: 50f3788f2b55ddd4dc939767fb35aebefa260322 branch: master specs: qu (0.2.0) @@ -11,6 +11,70 @@ GIT qu (= 0.2.0) redis-namespace +GIT + remote: git://github.com/rack/rack.git + revision: e98a9f7ef0ddd9589145ea953948c73a8ce3caa9 + specs: + rack (1.6.0.alpha) + +GIT + remote: git://github.com/rails/arel.git + revision: 66cee768bc163537087037a583f60639eae49fc3 + specs: + arel (6.0.0.20140505020427) + +GIT + remote: git://github.com/rails/rails.git + revision: b2e88043b52a8f83820a0f4e8a65aa42fd40c544 + specs: + actionmailer (4.2.0.alpha) + actionpack (= 4.2.0.alpha) + actionview (= 4.2.0.alpha) + mail (~> 2.5, >= 2.5.4) + actionpack (4.2.0.alpha) + actionview (= 4.2.0.alpha) + activesupport (= 4.2.0.alpha) + rack (~> 1.6.0.alpha) + rack-test (~> 0.6.2) + actionview (4.2.0.alpha) + activesupport (= 4.2.0.alpha) + builder (~> 3.1) + erubis (~> 2.7.0) + activemodel (4.2.0.alpha) + activesupport (= 4.2.0.alpha) + builder (~> 3.1) + activerecord (4.2.0.alpha) + activemodel (= 4.2.0.alpha) + activesupport (= 4.2.0.alpha) + arel (~> 6.0.0) + activesupport (4.2.0.alpha) + i18n (>= 0.7.0.dev, < 0.8) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) + rails (4.2.0.alpha) + actionmailer (= 4.2.0.alpha) + actionpack (= 4.2.0.alpha) + actionview (= 4.2.0.alpha) + activemodel (= 4.2.0.alpha) + activerecord (= 4.2.0.alpha) + activesupport (= 4.2.0.alpha) + bundler (>= 1.3.0, < 2.0) + railties (= 4.2.0.alpha) + sprockets-rails (~> 2.1) + railties (4.2.0.alpha) + actionpack (= 4.2.0.alpha) + activesupport (= 4.2.0.alpha) + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + +GIT + remote: git://github.com/svenfuchs/i18n.git + revision: cb679b8cdbab675703a3f88de4d48a48f7b50e06 + specs: + i18n (0.7.0.dev) + PATH remote: . specs: @@ -21,27 +85,9 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (4.1.1) - actionview (= 4.1.1) - activesupport (= 4.1.1) - rack (~> 1.5.2) - rack-test (~> 0.6.2) - actionview (4.1.1) - activesupport (= 4.1.1) - builder (~> 3.1) - erubis (~> 2.7.0) - activemodel (4.1.1) - activesupport (= 4.1.1) - builder (~> 3.1) - activemodel-globalid (0.1.0) + activemodel-globalid (0.1.1) activemodel (>= 4.1.0) activesupport (>= 4.1.0) - activesupport (4.1.1) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.1) - tzinfo (~> 1.1) amq-protocol (1.9.2) backburner (0.4.5) beaneater (~> 0.3.1) @@ -54,54 +100,56 @@ GEM timers (~> 1.1.0) connection_pool (2.0.0) dante (0.1.5) - delayed_job (4.0.1) + delayed_job (4.0.2) activesupport (>= 3.0, < 4.2) + delayed_job_active_record (4.0.1) + activerecord (>= 3.0, < 4.2) + delayed_job (>= 3.0, < 4.1) erubis (2.7.0) - i18n (0.6.9) + hike (1.2.3) json (1.8.1) - minitest (5.3.4) + mail (2.6.1) + mime-types (>= 1.16, < 3) + mime-types (2.3) + minitest (5.4.0) mono_logger (1.1.0) - multi_json (1.9.3) + multi_json (1.10.1) pg (0.17.1) - que (0.7.3) + que (0.8.1) queue_classic (2.2.3) pg (~> 0.17.0) - rack (1.5.2) - rack-protection (1.5.2) + rack-protection (1.5.3) rack rack-test (0.6.2) rack (>= 1.0) - railties (4.1.1) - actionpack (= 4.1.1) - activesupport (= 4.1.1) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) rake (10.3.2) - redis (3.0.7) - redis-namespace (1.4.1) - redis (~> 3.0.4) - resque (1.24.1) + redis (3.1.0) + redis-namespace (1.5.1) + redis (~> 3.0, >= 3.0.4) + resque (1.25.2) mono_logger (~> 1.0) multi_json (~> 1.0) - redis-namespace (~> 1.2) + redis-namespace (~> 1.3) sinatra (>= 0.9.2) vegas (~> 0.1.2) - resque-scheduler (2.2.0) - redis (>= 3.0.0) - resque (>= 1.20.0, < 1.25) + resque-scheduler (3.0.0) + mono_logger (~> 1.0) + redis (~> 3.0) + resque (~> 1.25) rufus-scheduler (~> 2.0) rufus-scheduler (2.0.24) tzinfo (>= 0.3.22) - serverengine (1.5.7) + sequel (4.8.0) + serverengine (1.5.9) sigdump (~> 0.2.2) - sidekiq (3.0.2) + sidekiq (3.2.1) celluloid (>= 0.15.2) connection_pool (>= 2.0.0) json redis (>= 3.0.6) redis-namespace (>= 1.3.1) sigdump (0.2.2) - sinatra (1.4.4) + sinatra (1.4.5) rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) @@ -110,14 +158,24 @@ GEM serverengine thor thread - sucker_punch (1.0.5) + sprockets (2.12.1) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sprockets-rails (2.1.3) + actionpack (>= 3.0) + activesupport (>= 3.0) + sprockets (~> 2.8) + sqlite3 (1.3.9) + sucker_punch (1.1) celluloid (~> 0.15.2) thor (0.19.1) thread (0.1.4) - thread_safe (0.3.3) + thread_safe (0.3.4) tilt (1.4.1) timers (1.1.0) - tzinfo (1.1.0) + tzinfo (1.2.1) thread_safe (~> 0.1) vegas (0.1.11) rack (>= 1.0.0) @@ -127,15 +185,22 @@ PLATFORMS DEPENDENCIES activejob! + arel! backburner delayed_job + delayed_job_active_record + i18n! qu-rails! qu-redis que queue_classic + rack! + rails! rake resque resque-scheduler + sequel sidekiq sneakers (= 0.1.1.pre) + sqlite3 sucker_punch -- cgit v1.2.3