gemfiles/rails_5_2.gemfile
source "https://rubygems.org"
gemspec :development_group => :test, :path => ".."
gem "activemodel", "~> 5.2.0"
gem "activesupport", "~> 5.2.0"
gem "actionpack", "~> 5.2.0"
gem "activemodel-serializers-xml", :group => :test
gem "rexml", :group => :test
gem "protected_attributes_continued", :group => :test
gem "factory_bot", "< 6", :group => :test if RUBY_VERSION < "2.7"