Skip to content

Commit

Permalink
jk, should have actually been json rubygems/bundler#2774 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenosloan committed Jan 23, 2014
1 parent c29a963 commit a891d28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ source 'https://rubygems.org'

gemspec

gem 'rubysl', platforms: [:rbx]
gem 'rubysl-json', platforms: [:rbx]
platforms :rbx do
gem 'rubysl'
gem 'json'
end

group :test do
gem 'rake'
Expand Down

0 comments on commit a891d28

Please sign in to comment.