Skip to content

Commit

Permalink
Review dependencies
Browse files Browse the repository at this point in the history
ActiveRecord 4.2 support has been dropped. This harmonizes with our
testing matrix.

Rails are not required (generators usage is conditional), so that you
can still use this repository with non-Rails RubyEventStore.
  • Loading branch information
mostlyobvious committed Jan 7, 2021
1 parent 2018e3e commit afe6bbd
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -30,7 +30,6 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.5"

spec.add_dependency "ruby_event_store", "= 2.0.0"
spec.add_dependency "activesupport", ">= 3.0"
spec.add_dependency "activemodel", ">= 3.0"
spec.add_dependency "activerecord", ">= 5.0"
spec.add_dependency "activerecord-import", ">= 1.0.2"
end

0 comments on commit afe6bbd

Please sign in to comment.