We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee292cc commit 16b04d4Copy full SHA for 16b04d4
Gemfile
@@ -1,6 +1,8 @@
1
source 'https://rubygems.org'
2
gemspec
3
4
+gem 'c_lexer', platform: :mri
5
+
6
case (opal_version = ENV['OPAL_VERSION']) || 'master'
7
when 'master'
8
gem 'opal', github: 'opal/opal', branch: 'master'
0 commit comments