aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMATSUMOTO Katsuyoshi <matsumoto.katsuyoshi+github@gmail.com>2012-12-24 16:50:51 +0900
committerMATSUMOTO Katsuyoshi <matsumoto.katsuyoshi+github@gmail.com>2012-12-24 16:50:51 +0900
commitb9855d7c234d699ebce4adf3faa2fd29ac2b5e24 (patch)
tree8acb87b44de6d195822c582a8f3030212525a11e /Gemfile
parent2db8566bad84cc15a17ed419cb68a02168acef58 (diff)
downloadmikutter-b9855d7c234d699ebce4adf3faa2fd29ac2b5e24.tar.gz
add typed-array in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 891d97d1..62737e16 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,6 +9,7 @@ platforms :ruby_19 do
gem 'memoize'
gem 'ruby-hmac'
gem 'httpclient'
+ gem 'typed-array'
group :test do
gem 'rake'
gem 'watch'