mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 00:04:20 +00:00
8 lines
176 B
Ruby
8 lines
176 B
Ruby
source 'https://rubygems.org'
|
|
|
|
require 'rails'
|
|
|
|
if Gem::Version.new(Rails.gem_version) >= Gem::Version.new('5.0.0')
|
|
gem 'acts_as_list'
|
|
gem 'activemodel-serializers-xml'
|
|
end |