Skip to content

Commit

Permalink
Merge branch 'norman:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
manafire authored Nov 13, 2023
2 parents 7c09f01 + ecfe968 commit 4f4e8d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ suggestions, ideas and improvements to FriendlyId.

## Unreleased

## 5.5.1 (2023-11-13)

* Fix YARD doc generation. ([#1006](https://github.com/norman/friendly_id/pull/1006))

## 5.5.0 (2022-11-16)

* SimpleI18n: Handle regional locales ([#965](https://github.com/norman/friendly_id/pull/965))
Expand Down
2 changes: 1 addition & 1 deletion friendly_id.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "coveralls"
s.add_development_dependency "railties", ">= 4.0"
s.add_development_dependency "minitest", "~> 5.3"
s.add_development_dependency "mocha", "~> 1.1"
s.add_development_dependency "mocha", "~> 2.1"
s.add_development_dependency "yard"
s.add_development_dependency "i18n"
s.add_development_dependency "ffaker"
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FriendlyId
VERSION = "5.5.0".freeze
VERSION = "5.5.1".freeze
end
4 changes: 2 additions & 2 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
end

begin
TestCaseClass = MiniTest::Test
TestCaseClass = Minitest::Test
rescue NameError
TestCaseClass = MiniTest::Unit::TestCase
TestCaseClass = Minitest::Unit::TestCase
end

require "mocha/minitest"
Expand Down

0 comments on commit 4f4e8d4

Please sign in to comment.