Remove rails_12factor gem (#572)

It’s no longer needed with Rails 5: https://github.com/heroku/rails_12factor#rails-5
This commit is contained in:
Michael Kohl 2018-07-12 23:11:33 +07:00 committed by Ben Halpern
parent 52813f53dc
commit 7c16c85ee6

View file

@ -9,10 +9,6 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end
group :production do
gem "rails_12factor", "~> 0.0"
end
gem "actionpack-action_caching", "~> 1.2"
gem "active_record_union", "~> 1.3"
gem "acts-as-taggable-on", "~> 5.0"