From 53c82f6dc036fab537b67b011ae604af646a58a3 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sun, 12 Jul 2015 10:06:56 -0500 Subject: Add actionpack as a dependency --- Gemfile.lock | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index c1729aa227..46a6e8ec46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ PATH remote: . specs: actioncable (0.1.0) + actionpack (>= 4.2.0) activesupport (>= 4.2.0) celluloid (~> 0.16.0) em-hiredis (~> 0.3.0) @@ -12,17 +13,32 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (4.2.3) + actionpack (4.2.1) + actionview (= 4.2.1) + activesupport (= 4.2.1) + rack (~> 1.6) + rack-test (~> 0.6.2) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.1) + actionview (4.2.1) + activesupport (= 4.2.1) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.1) + activesupport (4.2.1) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + builder (3.2.2) celluloid (0.16.0) timers (~> 4.0.0) em-hiredis (0.3.0) eventmachine (~> 1.0) hiredis (~> 0.5.0) + erubis (2.7.0) eventmachine (1.0.7) faye-websocket (0.9.2) eventmachine (>= 0.12.0) @@ -31,13 +47,28 @@ GEM hitimes (1.2.2) i18n (0.7.0) json (1.8.3) + loofah (2.0.2) + nokogiri (>= 1.5.9) metaclass (0.0.4) + mini_portile (0.6.2) minitest (5.7.0) mocha (1.1.0) metaclass (~> 0.0.1) + nokogiri (1.6.6.2) + mini_portile (~> 0.6.0) puma (2.10.2) rack (>= 1.1, < 2.0) rack (1.6.0) + rack-test (0.6.3) + rack (>= 1.0) + rails-deprecated_sanitizer (1.0.3) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.6) + activesupport (>= 4.2.0.beta, < 5.0) + nokogiri (~> 1.6.0) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.0.2) + loofah (~> 2.0) rake (10.4.2) redis (3.2.1) thread_safe (0.3.5) -- cgit v1.2.3