Skip to content

Commit

Permalink
Update dependency from hashie
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Mar 31, 2021
1 parent 4cb8183 commit 1d8caca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
require: rubocop-packaging

AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Expand Down
3 changes: 2 additions & 1 deletion fixturama.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency "factory_bot", "~> 4.0"
gem.add_runtime_dependency "rspec", "~> 3.0"
gem.add_runtime_dependency "hashie", "~> 3.0"
gem.add_runtime_dependency "hashie", "> 3", "< 5"
gem.add_runtime_dependency "webmock", "~> 3.0"

gem.add_development_dependency "rake", "~> 13.0"
gem.add_development_dependency "rspec-its", "~> 1.3"
gem.add_development_dependency "rubocop", "~> 0.80"
gem.add_development_dependency "rubocop-packaging"
end

0 comments on commit 1d8caca

Please sign in to comment.