Update gemfiles for rails 4.2

This commit is contained in:
Anil Maurya 2020-05-14 08:26:23 +05:30
parent 99e2846d6c
commit 594bccf133
2 changed files with 2 additions and 0 deletions

View File

@ -12,5 +12,6 @@ gem "dynamoid", "~> 1", platforms: :ruby
gem "aws-sdk", "~> 2", platforms: :ruby
gem "redis-objects"
gem "activerecord-jdbcsqlite3-adapter", "1.3.24", platforms: :jruby
gem "after_commit_everywhere", "~> 0.1", ">= 0.1.5"
gemspec path: "../"

View File

@ -7,5 +7,6 @@ gem "rails", "4.2.5"
gem "mime-types", "~> 2", platforms: [:ruby_19, :jruby]
gem "mongoid", "~> 5.0"
gem "activerecord-jdbcsqlite3-adapter", "1.3.24", platforms: :jruby
gem "after_commit_everywhere", "~> 0.1", ">= 0.1.5"
gemspec path: "../"