Skip to content

Commit

Permalink
gemspec: Rubinius support gems
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Mar 17, 2020
1 parent 8fd9530 commit 50afac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jbuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Gem::Specification.new do |s|

s.add_dependency 'activesupport', '>= 5.0.0'

if RUBY_ENGINE == 'rbx'
s.add_development_dependency('racc')
s.add_development_dependency('json')
s.add_development_dependency('rubysl')
end

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
end

0 comments on commit 50afac4

Please sign in to comment.