1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/gemfiles/ar_5.2.gemfile
Anton Rieder b8845b19c9 Remove duplicate gem dependencies
Bundler was printing warnings because some gems where declared twice, I
believe this is because `appraisal generate` wasn't run when these were
moved to the `.gemspec` file.
2020-01-02 16:38:30 +01:00

8 lines
179 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "activerecord", [">= 5.2.2.1", "< 5.3"]
gem "rails-controller-testing", "~> 1.0.2"
gemspec path: "../"