1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/Gemfile

8 lines
163 B
Text
Raw Normal View History

source "https://rubygems.org"
2011-01-13 02:55:48 -05:00
gemspec
2017-02-09 06:45:36 -05:00
gem 'sqlite3', '~> 1.4', :platforms => :ruby
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
2021-06-26 03:39:29 -04:00
gem 'after_commit_everywhere', '~> 1.0'