Skip to content

Commit

Permalink
Merge pull request #134 from Shopify/release_3.4.2
Browse files Browse the repository at this point in the history
Bump to version 3.4.2
  • Loading branch information
stevenpslade authored Jan 16, 2025
2 parents fe8c610 + bb0e22b commit c3f620e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ActiveUtils changelog

### Version 3.4.2 (January 15, 2025)
- Remove numeric as a required param for `ActiveUtils::Country`

### Version 3.4.1 (APril 04, 2023)
- Fix depracated deprecated calling of `=~` on Object which is removed by ruby 3.2.0 as described here: https://bugs.ruby-lang.org/issues/15231

Expand Down
20 changes: 13 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
PATH
remote: .
specs:
active_utils (3.4.1)
active_utils (3.4.2)
activesupport (>= 4.2)
i18n

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
activesupport (7.1.5.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.7)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
benchmark (0.4.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
drb (2.2.1)
i18n (1.14.4)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.5)
minitest (5.22.3)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
mutex_m (0.3.0)
rake (13.2.0)
ruby2_keywords (0.0.5)
securerandom (0.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/active_utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveUtils
VERSION = "3.4.1"
VERSION = "3.4.2"
end

0 comments on commit c3f620e

Please sign in to comment.