cgriego/active_attr

View on GitHub
gemfiles/rails_head.gemfile

Summary

Maintainability
Test Coverage
source "https://rubygems.org"

gemspec :development_group => :test, :path => ".."

git "https://github.com/rails/rails.git", :branch => "main" do
  gem "activemodel"
  gem "activesupport"
  gem "actionpack"
end

gem "activemodel-serializers-xml", :group => :test, :git => "https://github.com/rails/activemodel-serializers-xml.git"
gem "rexml", :group => :test
gem "protected_attributes_continued", :group => :test, :git => "https://github.com/westonganger/protected_attributes_continued.git"
gem "rack", :group => :test, :git => "https://github.com/rack/rack.git", :branch => "main"