We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130bcc9 commit fd448e3Copy full SHA for fd448e3
Gemfile
@@ -22,7 +22,6 @@ group :debug do
22
gem 'psych', platforms: [:mri, :rbx]
23
gem "redcarpet", platforms: :ruby
24
gem "byebug", platforms: :mri
25
- gem 'rubinius-debugger', platform: :rbx
26
gem 'ruby-debug', platform: :jruby
27
gem 'guard-rspec'
28
end
@@ -34,8 +33,3 @@ group :test do
34
33
gem 'simplecov', require: false, platform: :mri
35
gem 'coveralls', require: false, platform: :mri
36
37
-
38
-platforms :rbx do
39
- gem 'rubysl', '~> 2.0'
40
- gem 'rubinius', '~> 2.0'
41
-end
0 commit comments