Skip to content

Commit

Permalink
Upgrade rspec-activemodel-mocks to ~>1.1
Browse files Browse the repository at this point in the history
Upgrades `RSpec::ActiveModel::Mocks` to version `~>1.1` which includes
the support for `inversed_from` when assigning an association for a mock.
See: rspec/rspec-activemodel-mocks#32
  • Loading branch information
cedum committed Dec 18, 2018
1 parent ce76c3c commit b64fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end
gem 'database_cleaner', '~> 1.3', require: false
gem 'factory_bot_rails', '~> 4.8', require: false
gem 'i18n-tasks', '~> 0.9', require: false
gem 'rspec-activemodel-mocks', '~>1.0.2', require: false
gem 'rspec-activemodel-mocks', '~>1.1', require: false
gem 'rspec-rails', '~> 3.7', require: false
gem 'simplecov', require: false
gem 'with_model', require: false
Expand Down

0 comments on commit b64fb1d

Please sign in to comment.