summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authordB <dblock@dblock.org>2014-12-09 07:13:23 -0500
committerdblock <dblock@dblock.org>2014-12-09 08:15:44 -0500
commitd86274605bc3ca987b967d13893b1eed3acbf5cc (patch)
tree221db8ec3ca79ddd0ff0fd63b4d38ac03a983d33 /Gemfile
parentea2076ba6c41d59a3123215a578d314719cbfb83 (diff)
downloadhashie-d86274605bc3ca987b967d13893b1eed3acbf5cc.tar.gz
Fix: Rubinius build, lock at rbx-2.2.10, remove platform :rbx block.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 2bbb710..35592dd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,6 @@
source 'http://rubygems.org'
-platforms :rbx do
- gem 'rubysl'
- gem 'rubinius-developer_tools'
- gem 'racc'
-end
+gemspec
group :development do
gem 'pry'
@@ -14,8 +10,6 @@ group :development do
gem 'guard-rspec', '~> 4.3.1', require: false
end
-gemspec
-
group :test do
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false