Skip to content

Commit

Permalink
Update dynamoid dependency and related README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Aug 12, 2019
1 parent 2b5a986 commit 881e297
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ You need to configure Mongoid in your Rails application for your MongoDB environ

#### Using Dynamoid ORM

Currently, *activity_notification* only works with Dynamoid 3.1.0.

```ruby
gem 'dynamoid', '3.1.0'
```

When you use *activity_notification* with [Dynamoid](https://github.com/Dynamoid/dynamoid) ORM, set **AN_ORM** environment variable to **dynamoid**:

```console
Expand Down
2 changes: 1 addition & 1 deletion activity_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mysql2', '>= 0.5.2'
s.add_development_dependency 'pg', '>= 1.0.0'
s.add_development_dependency 'mongoid', '>= 4.0.0'
s.add_development_dependency 'dynamoid', '>= 3.0.0', '< 3.2.0'
s.add_development_dependency 'dynamoid', '3.1.0'
s.add_development_dependency 'rspec-rails', '>= 3.8.0'
s.add_development_dependency 'factory_bot_rails', '>= 4.11.0', '< 5.0.0'
s.add_development_dependency 'simplecov', '~> 0'
Expand Down

0 comments on commit 881e297

Please sign in to comment.