Skip to content

Commit e968947

Browse files
Merge pull request #57 from zendesk/fvilela/bump_version
bump version 2.9.0
2 parents 40d277d + 666c5de commit e968947

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Unreleased
44

5+
## 2.9.0
6+
57
* Drop Ruby < 2.7
68
* Test with Ruby 3.2 and 3.3
79
* Run tests with both Active Support 7.0 and 7.1
10+
* Add after_evaluated callback support
811

912
## 2.8.0
1013

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
prop (2.8.0)
4+
prop (2.9.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -11,7 +11,7 @@ GEM
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
1313
tzinfo (~> 2.0)
14-
concurrent-ruby (1.2.2)
14+
concurrent-ruby (1.2.3)
1515
i18n (1.14.1)
1616
concurrent-ruby (~> 1.0)
1717
maxitest (4.5.0)
@@ -36,4 +36,4 @@ DEPENDENCIES
3636
rake
3737

3838
BUNDLED WITH
39-
2.4.22
39+
2.5.6

gemfiles/rails7.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prop (2.8.0)
4+
prop (2.9.0)
55

66
GEM
77
remote: https://rubygems.org/

gemfiles/rails7.1.gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prop (2.8.0)
4+
prop (2.9.0)
55

66
GEM
77
remote: https://rubygems.org/
@@ -18,6 +18,7 @@ GEM
1818
tzinfo (~> 2.0)
1919
base64 (0.2.0)
2020
bigdecimal (3.1.5)
21+
bigdecimal (3.1.5-java)
2122
concurrent-ruby (1.2.2)
2223
connection_pool (2.4.1)
2324
drb (2.2.0)

lib/prop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "forwardable"
44

55
module Prop
6-
VERSION = "2.8.0"
6+
VERSION = "2.9.0"
77

88
# Short hand for accessing Prop::Limiter methods
99
class << self

0 commit comments

Comments
 (0)