mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
1bb1c65ba6
- to test for usage of activesupport core_extensions - ensures gem works in non-rails setups
10 lines
200 B
Text
10 lines
200 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "sqlite3", "~> 1.3.5", platforms: :ruby
|
|
gem "rails", install_if: false
|
|
gem "sequel"
|
|
gem "redis-objects"
|
|
|
|
gemspec path: "../"
|