aasm/Gemfile

8 lines
149 B
Ruby
Raw Normal View History

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