aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2015-07-12 10:06:56 -0500
committerPratik Naik <pratiknaik@gmail.com>2015-07-12 11:44:56 -0500
commit53c82f6dc036fab537b67b011ae604af646a58a3 (patch)
tree8594efedad8391f1e23bb1f8e4edd3ba5d68c325 /Gemfile.lock
parent8fde483eb02f6d89eaab8590a4ddcd406d74900f (diff)
downloadrails-53c82f6dc036fab537b67b011ae604af646a58a3.tar.gz
rails-53c82f6dc036fab537b67b011ae604af646a58a3.tar.bz2
rails-53c82f6dc036fab537b67b011ae604af646a58a3.zip
Add actionpack as a dependency
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock33
1 files changed, 32 insertions, 1 deletions
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)