1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/gemfiles/rails_6.0.gemfile
Bryan Hanks, PMP 60a8498e28
Added rails 6.0 and 6.1 tests to travis (#396)
* Added rails 6.0 and 6.1 to travis

* Added rails 6 support files

* Added data for rais 6.x tests

* Rails 6 date helper includes float seconds

* Updated actionview test for rails 6.1

Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
2021-01-14 21:05:15 -06:00

7 lines
125 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "rails", ">= 6.0.0", "< 6.1"
gemspec path: "../"