From d86274605bc3ca987b967d13893b1eed3acbf5cc Mon Sep 17 00:00:00 2001 From: dB Date: Tue, 9 Dec 2014 07:13:23 -0500 Subject: Fix: Rubinius build, lock at rbx-2.2.10, remove platform :rbx block. --- Gemfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Gemfile') 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 -- cgit v1.2.1