aboutsummaryrefslogtreecommitdiffstats
path: root/collector
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-07-25 15:17:28 +0900
committerRhenium <rhenium@rhe.jp>2013-07-25 15:17:28 +0900
commit02be137af86e83dd4f0d2b6a5b75b51f5c2c15e0 (patch)
tree49725c9aaeb97f6ff9fbbc786594d0b5a318fe97 /collector
parent95e3fe85c689fe0334380d7b85e127f7fd501816 (diff)
downloadaclog-02be137af86e83dd4f0d2b6a5b75b51f5c2c15e0.tar.gz
bundle update
Diffstat (limited to 'collector')
-rw-r--r--collector/Gemfile15
-rw-r--r--collector/Gemfile.lock4
2 files changed, 10 insertions, 9 deletions
diff --git a/collector/Gemfile b/collector/Gemfile
index afa3652..192a6b5 100644
--- a/collector/Gemfile
+++ b/collector/Gemfile
@@ -1,9 +1,10 @@
-ruby '1.9.3'
-source 'https://rubygems.org'
+ruby "1.9.3"
+source "https://rubygems.org"
-gem 'foreman'
+gem "foreman"
+
+gem "settingslogic"
+gem "em-twitter"
+gem "msgpack"
+gem "yajl-ruby", require: "yajl"
-gem 'settingslogic'
-gem 'em-twitter'
-gem 'msgpack'
-gem 'yajl-ruby', :require => "yajl"
diff --git a/collector/Gemfile.lock b/collector/Gemfile.lock
index ebf49e2..0777d3c 100644
--- a/collector/Gemfile.lock
+++ b/collector/Gemfile.lock
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
- dotenv (0.7.0)
+ dotenv (0.8.0)
em-twitter (0.2.2)
eventmachine (~> 1.0)
http_parser.rb (~> 0.5)
@@ -11,7 +11,7 @@ GEM
dotenv (>= 0.7)
thor (>= 0.13.6)
http_parser.rb (0.5.3)
- msgpack (0.5.4)
+ msgpack (0.5.5)
settingslogic (2.0.9)
simple_oauth (0.2.0)
thor (0.18.1)