aasm/Gemfile

8 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'