summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPeter M. Goldstein <peter.m.goldstein@gmail.com>2013-12-25 16:41:28 -0800
committerPeter M. Goldstein <peter.m.goldstein@gmail.com>2013-12-25 21:36:41 -0800
commita0e0f74ce1571abc794003ea712ba756ef6557bb (patch)
tree99880a07b5d9b3ccb8cbf58324bec4b038e1e698 /Gemfile
parent3321005d0bd77e0811a2cea6dbbd302d8e86851f (diff)
downloadhashie-a0e0f74ce1571abc794003ea712ba756ef6557bb.tar.gz
Add Ruby 2.1.0 to Travis config. Remove guard from development dependencies, so specs run under all supported Rubies.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 817f62a..68fe8f4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,8 @@
source 'http://rubygems.org'
+
+platforms :rbx do
+ gem 'rubysl', '~> 2.0'
+ gem 'rubinius-developer_tools'
+end
+
gemspec