Skip to content

Commit

Permalink
changed version of rgeo-activerecord
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff(황용대) committed Nov 8, 2017
1 parent cd11b4a commit 2e75606
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.0.2 / 2017-11-08

* Fix activerecord gem dependency

### 2.0.1 / 2017-05-01

* Support ActiveRecord 5.1
Expand Down
2 changes: 1 addition & 1 deletion activerecord-mysql2rgeo-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.2.2"

spec.add_dependency "activerecord", "~> 5.1"
spec.add_dependency "rgeo-activerecord", "~> 5.1"
spec.add_dependency "rgeo-activerecord", "< 5.1.1"

spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "minitest", "~> 5.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ActiveRecord
module ConnectionAdapters
module Mysql2Rgeo
VERSION = "2.0.1".freeze
VERSION = "2.0.2".freeze
end
end
end

0 comments on commit 2e75606

Please sign in to comment.