Skip to content

Commit 00c59ec

Browse files
author
Alec Clarke
committed
Update versions specified in README + test gemfiles
1 parent d17e36d commit 00c59ec

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ Or install it yourself as:
4747

4848
$ gem install polymorphic_integer_type
4949

50-
For Rails 3.2 use version < 2. Version >= 2 has been tested on Rails 4.2 and Ruby 2.1
51-
5250
## Usage
5351

5452
For the model where the `belongs_to` is defined, include `PolymorphicIntegerType::Extensions` and set the `polymorphic:` option to a hash that maps an integer stored in the database to the name of a Ruby class.

gemfiles/Gemfile.rails-5.0-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-5.1-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-5.2-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

gemfiles/Gemfile.rails-6-0-stable.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: ..
2020
specs:
21-
polymorphic_integer_type (2.3.1)
21+
polymorphic_integer_type (3.0.0)
2222
activerecord (< 6.1)
2323

2424
GEM

0 commit comments

Comments
 (0)