Skip to content

Commit

Permalink
Merge pull request #266 from Shopify/seb-rubocop-require
Browse files Browse the repository at this point in the history
Add missing require for Rubocop rule
  • Loading branch information
lavoiesl authored Jun 20, 2023
2 parents fe15813 + 0896474 commit b35448a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/money/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Money
VERSION = "1.2.0"
VERSION = "1.2.1"
end
1 change: 1 addition & 0 deletions lib/rubocop/cop/money.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'rubocop/cop/money/missing_currency'
require 'rubocop/cop/money/unsafe_to_money'
require 'rubocop/cop/money/zero_money'

0 comments on commit b35448a

Please sign in to comment.