Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 7, 2025
1 parent 9542e9f commit eb0f59e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Unreleased

### 1.0.2

* Ensure self-referrals aren't allowed #47

### 1.0.1

* Use `as:` for polymorphic associations
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
refer (1.0.1)
refer (1.0.2)
rails (>= 7.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
refer (1.0.1)
refer (1.0.2)
rails (>= 7.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
refer (1.0.1)
refer (1.0.2)
rails (>= 7.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_8.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
refer (1.0.1)
refer (1.0.2)
rails (>= 7.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GIT
PATH
remote: ..
specs:
refer (1.0.1)
refer (1.0.2)
rails (>= 7.1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/refer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Refer
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit eb0f59e

Please sign in to comment.