File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- prop (2.8 .0 )
4+ prop (2.9 .0 )
55
66GEM
77 remote: https://rubygems.org/
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
3838BUNDLED WITH
39- 2.4.22
39+ 2.5.6
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- prop (2.8 .0)
4+ prop (2.9 .0)
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- prop (2.8 .0)
4+ prop (2.9 .0)
55
66GEM
77 remote: https://rubygems.org/
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)
Original file line number Diff line number Diff line change 33require "forwardable"
44
55module Prop
6- VERSION = "2.8 .0"
6+ VERSION = "2.9 .0"
77
88 # Short hand for accessing Prop::Limiter methods
99 class << self
You can’t perform that action at this time.
0 commit comments