We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b9985 commit 8e3710aCopy full SHA for 8e3710a
1 file changed
Gemfile
@@ -7,4 +7,9 @@ group :test do
7
gem 'rspec', '>= 2.14'
8
end
9
10
+platforms :rbx do
11
+ gem 'racc'
12
+ gem 'rubysl', '~> 2.0'
13
+end
14
+
15
gemspec
0 commit comments