summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock27
1 files changed, 27 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 54b1e25d6d2..09fecb8878e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -87,6 +87,7 @@ GEM
execjs
coffee-script-source (1.1.3)
columnize (0.3.4)
+ crack (0.3.1)
daemons (1.1.4)
database_cleaner (0.7.0)
devise (1.5.0)
@@ -111,6 +112,9 @@ GEM
railties (~> 3.0)
hashery (1.4.0)
hike (1.2.1)
+ httparty (0.8.1)
+ multi_json
+ multi_xml
i18n (0.6.0)
jquery-rails (1.0.17)
railties (~> 3.0)
@@ -132,6 +136,7 @@ GEM
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.3)
+ multi_xml (0.4.1)
nokogiri (1.5.0)
orm_adapter (0.0.5)
polyglot (0.3.3)
@@ -143,6 +148,8 @@ GEM
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
+ rack-protection (1.1.4)
+ rack
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
@@ -169,6 +176,14 @@ GEM
rdiscount (1.6.8)
rdoc (3.11)
json (~> 1.4)
+ redis (2.2.2)
+ redis-namespace (1.0.3)
+ redis (< 3.0.0)
+ resque (1.19.0)
+ multi_json (~> 1.0)
+ redis-namespace (~> 1.0.2)
+ sinatra (>= 0.9.2)
+ vegas (~> 0.1.2)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
@@ -220,6 +235,10 @@ GEM
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
+ sinatra (1.3.1)
+ rack (~> 1.3, >= 1.3.4)
+ rack-protection (~> 1.1, >= 1.1.2)
+ tilt (~> 1.3, >= 1.3.3)
six (0.2.0)
sprockets (2.0.3)
hike (~> 1.2)
@@ -244,8 +263,13 @@ GEM
uglifier (1.1.0)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
+ vegas (0.1.8)
+ rack (>= 1.0.0)
warden (1.1.0)
rack (>= 1.0)
+ webmock (1.7.8)
+ addressable (~> 2.2, > 2.2.5)
+ crack (>= 0.1.7)
xpath (0.1.4)
nokogiri (~> 1.3)
@@ -270,6 +294,7 @@ DEPENDENCIES
gitolite!
grit!
haml-rails
+ httparty
jquery-rails
kaminari
launchy
@@ -279,6 +304,7 @@ DEPENDENCIES
rails-footnotes (~> 3.7.5)
rchardet19 (~> 1.3.5)
rdiscount
+ resque
rspec-rails
ruby-debug19
sass-rails (~> 3.1.0)
@@ -292,3 +318,4 @@ DEPENDENCIES
thin
turn
uglifier
+ webmock