Skip to content

Commit

Permalink
Update version, CHANGES.md and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored and kerrizor committed May 10, 2019
1 parent f1e5383 commit b5c48b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.6.0
-----
* Drop support for rails < 4.2
* Drop support for ruby < 2.2
* Run the test suite with rails 5.1 and 5.2

1.5.2
-----
* Disable calls to `eager_load_namespaces` < Rails 5 (#263)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_erd/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RailsERD
VERSION = "1.5.2"
VERSION = "1.6.0"
BANNER = "RailsERD #{VERSION}"
end
6 changes: 3 additions & 3 deletions rails-erd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Gem::Specification.new do |s|
s.description = "Automatically generate an entity-relationship diagram (ERD) for your Rails models."
s.license = "MIT"

s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.2.2'

s.add_runtime_dependency "activerecord", ">= 3.2"
s.add_runtime_dependency "activesupport", ">= 3.2"
s.add_runtime_dependency "activerecord", ">= 4.2"
s.add_runtime_dependency "activesupport", ">= 4.2"
s.add_runtime_dependency "ruby-graphviz", "~> 1.2"
s.add_runtime_dependency "choice", "~> 0.2.0"

Expand Down

0 comments on commit b5c48b3

Please sign in to comment.