Gemfile: allow JRuby to install activesupport

This commit is contained in:
Olle Jonsson 2019-11-06 22:49:56 +01:00
parent 131a5fec5e
commit f01eff9bfc
1 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,10 @@ if RUBY_ENGINE == 'jruby'
gem 'trinidad'
end
if RUBY_ENGINE == 'jruby' || RUBY_ENGINE == 'ruby'
gem "activesupport", "~> 5.1.6"
end
if RUBY_ENGINE == "ruby"
gem 'less', '~> 2.0'
gem 'therubyracer'
@ -34,7 +38,6 @@ if RUBY_ENGINE == "ruby"
gem 'bluecloth'
gem 'rdiscount'
gem 'RedCloth'
gem "activesupport", "~> 5.1.6"
gem 'puma'
gem 'yajl-ruby'
gem 'nokogiri'