summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
2 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 40313da..7098546 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,4 +50,5 @@ group :development, :test do
gem 'listen'
gem 'pcaprub'
gem 'packetfu'
+ gem 'lol_dba'
end
diff --git a/Gemfile.lock b/Gemfile.lock
index 70c7f22..d017e96 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -99,6 +99,10 @@ GEM
actionpack (>= 3)
activesupport (>= 3)
railties (>= 3)
+ lol_dba (1.6.4)
+ actionpack (>= 3.0)
+ activerecord (>= 3.0)
+ railties (>= 3.0)
loofah (2.0.1)
nokogiri (>= 1.5.9)
mail (2.6.3)
@@ -220,6 +224,7 @@ DEPENDENCIES
jquery-rails
listen
lograge
+ lol_dba
packetfu
pcaprub
pg