Skip to content

Commit

Permalink
rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 3, 2013
1 parent 9dc3657 commit 28c3527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ gemspec

platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-json', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'racc'
end
Expand Down
1 change: 1 addition & 0 deletions test/gemfiles/sass_3_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ gem 'sass', '~> 3.2.0'
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'rubysl-json', '~> 2.0'
gem 'racc'
end

Expand Down
1 change: 1 addition & 0 deletions test/gemfiles/sass_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'compass', '~> 1.0.0.alpha.13'
platform :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubysl-test-unit', '~> 2.0'
gem 'rubysl-json', '~> 2.0'
gem 'racc'
end

Expand Down

0 comments on commit 28c3527

Please sign in to comment.