1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/Gemfile
2021-08-20 13:31:02 +05:30

7 lines
149 B
Ruby

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