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 b12bc8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jbuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ 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")
end

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

0 comments on commit b12bc8a

Please sign in to comment.