aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
2 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9f480f9..30f7497 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,7 @@
source "https://rubygems.org"
gem "rails", "~> 4.1.0"
+gem "tzinfo-data"
gem "mysql2"
gem "settingslogic"
gem "yajl-ruby", require: "yajl"
diff --git a/Gemfile.lock b/Gemfile.lock
index 9c7877d..0dc78a3 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -284,6 +284,8 @@ GEM
unf (~> 0.1.0)
tzinfo (1.1.0)
thread_safe (~> 0.1)
+ tzinfo-data (1.2014.2)
+ tzinfo (>= 1.0.0)
uglifier (2.5.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
@@ -333,6 +335,7 @@ DEPENDENCIES
turbolinks
twitter
twitter-text
+ tzinfo-data
uglifier
webmock
yajl-ruby