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

8 lines
149 B
Text
Raw Normal View History

source "https://rubygems.org"
2011-01-13 13:55:48 +06:00
gemspec
2017-02-09 22:45:36 +11:00
gem 'sqlite3', '~> 1.4', :platforms => :ruby
2021-07-31 13:33:54 +09:00
gem 'rails', '~> 6.1.4'
2021-06-26 16:39:29 +09:00
gem 'after_commit_everywhere', '~> 1.0'