Skip to content

Commit 10c69e5

Browse files
committed
Upgrade money-rails to 3.0.0 and update documentation
1 parent a54bc2d commit 10c69e5

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ gem "i18n-active_record", "~> 1.1"
139139
# gem "globalize", "~> 6.2"
140140
# gem "globalize-accessors", "~> 0.3.0"
141141

142-
gem "money-rails", "~> 2.0"
142+
gem "money-rails", "~> 3.0"
143143
gem "eu_central_bank", "~> 2.0" # Free ECB exchange rates for currency conversion
144144

145145
gem "simple_form", "~> 5.1"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,11 @@ GEM
389389
money (7.0.2)
390390
bigdecimal
391391
i18n (~> 1.9)
392-
money-rails (2.0.0)
393-
activesupport (>= 6.1)
392+
money-rails (3.0.0)
393+
activesupport (>= 7.0)
394394
monetize (~> 2.0)
395395
money (~> 7.0)
396-
railties (>= 6.1)
396+
railties (>= 7.0)
397397
multi_json (1.19.1)
398398
multi_xml (0.8.1)
399399
bigdecimal (>= 3.1, < 5)
@@ -824,7 +824,7 @@ DEPENDENCIES
824824
mini_magick (~> 5.3)
825825
mission_control-jobs (~> 1.0)
826826
mobility
827-
money-rails (~> 2.0)
827+
money-rails (~> 3.0)
828828
obscenity (~> 1.0)
829829
oj
830830
omniauth (~> 2.1)

docs/money-rails-3-upgrade.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Money-Rails 3.0.0 Upgrade Prep
22

33
**Date:** January 22, 2026
4-
**Status:** Planned
4+
**Status:** Completed
55

66
---
77

@@ -92,3 +92,11 @@ bundle exec rspec
9292
## Rollback
9393

9494
Revert `Gemfile` and `Gemfile.lock` to the previous versions if issues arise.
95+
96+
---
97+
98+
## Implementation Notes
99+
100+
- Updated `Gemfile` to `gem "money-rails", "~> 3.0"`.
101+
- Ran `bundle update money-rails` (lockfile now resolves to 3.0.0).
102+
- Verified targeted specs from the Test Plan pass.

0 commit comments

Comments
 (0)