Skip to content

Commit fd448e3

Browse files
committed
Gemfile cleanup.
1 parent 130bcc9 commit fd448e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ group :debug do
2222
gem 'psych', platforms: [:mri, :rbx]
2323
gem "redcarpet", platforms: :ruby
2424
gem "byebug", platforms: :mri
25-
gem 'rubinius-debugger', platform: :rbx
2625
gem 'ruby-debug', platform: :jruby
2726
gem 'guard-rspec'
2827
end
@@ -34,8 +33,3 @@ group :test do
3433
gem 'simplecov', require: false, platform: :mri
3534
gem 'coveralls', require: false, platform: :mri
3635
end
37-
38-
platforms :rbx do
39-
gem 'rubysl', '~> 2.0'
40-
gem 'rubinius', '~> 2.0'
41-
end

0 commit comments

Comments
 (0)