Skip to content

Commit

Permalink
rbx doesn't start the ruby_version string anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jul 24, 2012
1 parent 56c6f6d commit 23bfad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def bootstrap_bundler(&block)
# determine if we're using rbx
# @return [Boolean] true if we are and false if we aren't
def ruby_version_rbx?
ruby_version ? ruby_version.match(/^rbx-/) : false
ruby_version ? ruby_version.match(/rbx-/) : false
end

# determine if we're using jruby
Expand Down

0 comments on commit 23bfad3

Please sign in to comment.