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:
parent
52813f53dc
commit
7c16c85ee6
1 changed files with 0 additions and 4 deletions
4
Gemfile
4
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue