Skip to content

Commit

Permalink
Bump money version to 6.13.0 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
afdev82 authored and antstorm committed Oct 23, 2018
1 parent d1e1ff9 commit 14230b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.13.0

- Bump money version to ~> 6.13.0

## 1.12.0

- Bump money version to ~> 6.12.0
Expand Down
2 changes: 1 addition & 1 deletion lib/money-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoneyRails
VERSION = '1.12.0'
VERSION = '1.13.0'
end
2 changes: 1 addition & 1 deletion money-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|

s.require_path = "lib"

s.add_dependency "money", "~> 6.12.0"
s.add_dependency "money", "~> 6.13.0"
s.add_dependency "monetize", "~> 1.9.0"
s.add_dependency "activesupport", ">= 3.0"
s.add_dependency "railties", ">= 3.0"
Expand Down

0 comments on commit 14230b2

Please sign in to comment.