Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile6
-rw-r--r--Gemfile.lock17
2 files changed, 23 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index ead0e0a..8147541 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,6 +45,12 @@ group :test do
gem "launchy" # used only for Capybara's save_and_open_page for launching the browser
end
+group :development do
+ gem "foreman", "~> 0.18"
+ gem "stompserver", "~> 0.9"
+ gem "thin", "~> 1.2"
+end
+
group :git_proxy do
gem "proxymachine"
gem "rake"
diff --git a/Gemfile.lock b/Gemfile.lock
index d038242..fb14d2b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -38,6 +38,9 @@ GEM
factory_girl (1.3.3)
ffi (1.0.9)
ffi (1.0.9-java)
+ foreman (0.18.0)
+ term-ansicolor (~> 1.0.5)
+ thor (>= 0.13.6)
gemcutter (0.6.1)
geoip (0.8.9)
hodel_3000_compliant_logger (0.1.0)
@@ -100,6 +103,17 @@ GEM
spoon (0.0.1)
state_machine (0.9.4)
stomp (1.1)
+ stompserver (0.9.9)
+ daemons (>= 1.0.2)
+ eventmachine (>= 0.7.2)
+ hoe (>= 1.1.1)
+ hoe (>= 1.3.0)
+ term-ansicolor (1.0.5)
+ thin (1.2.7)
+ daemons (>= 1.0.9)
+ eventmachine (>= 0.12.6)
+ rack (>= 1.0.0)
+ thor (0.14.6)
tuxml (0.0.1)
validates_url_format_of (0.1.1)
activerecord (~> 2.3.4)
@@ -127,6 +141,7 @@ DEPENDENCIES
echoe
exception_notification (~> 1.0.20090728)
factory_girl (~> 1.3.0)
+ foreman (~> 0.18)
geoip
hodel_3000_compliant_logger
hoe
@@ -152,6 +167,8 @@ DEPENDENCIES
shoulda (~> 2.9.1)
state_machine
stomp (= 1.1)
+ stompserver (~> 0.9)
+ thin (~> 1.2)
tuxml
validates_url_format_of
will_paginate