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

8 lines
148 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
2019-02-25 15:10:01 +05:30
gem 'sqlite3', '~> 1.3.5', :platforms => :ruby
2021-06-26 16:39:29 +09:00
gem 'rails', '5.1.4'
gem 'after_commit_everywhere', '~> 1.0'