1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/gemfiles/rails_5.2.gemfile
Anil Kumar Maurya e0e36ed4df
Lock redis-objects to 1.6.0 as 1.7.0 has breaking changes (#796)
* Lock redis-objects at 1.6.0 version
2022-10-04 21:48:21 +05:30

14 lines
346 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "sqlite3", "~> 1.3.5", platforms: :ruby
gem "rails", "~> 5.2.4"
gem "after_commit_everywhere", "~> 1.0"
gem "mongoid", "~>6.0"
gem "sequel"
gem "dynamoid", "~>2.2", platforms: :ruby
gem "aws-sdk", "~>2", platforms: :ruby
gem "redis-objects", "1.6.0"
gemspec path: "../"