mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
support easy testing
This commit is contained in:
parent
377a06e66b
commit
9320cca056
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -1,3 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gemspec
|
||||
|
||||
gem "rails", "4.2.7.1"
|
||||
gem "sqlite3"
|
||||
|
|
Loading…
Reference in a new issue