Remove development dependency: PT-AT

When we first extracted PT-AT, we kept it as a dependency, and
kept running all of its tests. From the README:

> Even though it had always been an experimental feature, we didn't want the
> extraction of PT-AT to be a breaking change, so great care was taken to remove
> it slowly.
>
> - In PT 9, PT-AT was kept as a runtime dependency.
> - In PT 10, it became a development dependency (If you use it you must add it to
>   your own `Gemfile`) and we kept running all of its tests.
> - In PT 11, it will no longer be a development dependency, and it is responsible
>   for its own tests.
This commit is contained in:
Jared Beck 2020-08-18 01:18:42 -04:00
parent 97501f0993
commit 42eff49117
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ has been destroyed.
s.add_development_dependency "ffaker", "~> 2.11"
s.add_development_dependency "generator_spec", "~> 0.9.4"
s.add_development_dependency "memory_profiler", "~> 0.9.14"
s.add_development_dependency "paper_trail-association_tracking", "~> 2.0.0"
s.add_development_dependency "rake", "~> 13.0"
s.add_development_dependency "rspec-rails", "~> 4.0"
s.add_development_dependency "rubocop", "~> 0.88.0"