1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/Gemfile
Yuji Hanamura 46845cd01d Test against for Rails 6.0
Use sqlite >= 1.4 with Rails 6.0
Use dynamoid >= 3.3 with Rails 6.0
2021-06-28 10:38:45 +05:30

7 lines
163 B
Ruby

source "https://rubygems.org"
gemspec
gem 'sqlite3', '~> 1.4', :platforms => :ruby
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
gem 'after_commit_everywhere', '~> 1.0'