Skip to content

Commit

Permalink
Depend on activerecord only in the gemspec (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt authored and DmitryTsepelev committed Oct 14, 2019
1 parent 1b10763 commit 88004a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3"

spec.add_dependency "rails", ">= 5.2"
spec.add_dependency "activerecord", ">= 5.2"

spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec-rails"
Expand Down

0 comments on commit 88004a6

Please sign in to comment.