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

15 lines
337 B
Text
Raw Normal View History

# This file was generated by Appraisal
source "https://rubygems.org"
2019-02-25 04:40:01 -05:00
gem "sqlite3", "~> 1.3.5", platforms: :ruby
gem "rails", "5.0.0"
2018-02-02 23:29:06 -05:00
gem "mongoid", "~> 6.0"
gem "sequel"
gem "dynamoid", "~> 1.3", platforms: :ruby
2018-02-02 23:29:06 -05:00
gem "aws-sdk", "~> 2", platforms: :ruby
2017-07-11 06:42:49 -04:00
gem "redis-objects"
gem "after_commit_everywhere", "~> 1.0"
gemspec path: "../"