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_5.0.gemfile
Dan Weinand 55286e06a9 Lock rails 5 to correct sqlite3 version
Fixes Rails 5 build failures
2019-08-24 23:25:14 -07:00

8 lines
151 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "rails", ">= 5.0.0", "< 5.1"
gem "sqlite3", "~> 1.3.6"
gemspec path: "../"