diff --git a/rubygem-pry.spec b/rubygem-pry.spec index f3994a0..e556e8b 100644 --- a/rubygem-pry.spec +++ b/rubygem-pry.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 0.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An IRB alternative and runtime developer console License: MIT URL: http://pryrepl.org @@ -98,6 +98,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 11 2021 Vít Ondruch - 0.13.1-3 - Fix FTBFS due to Ruby 3.0 incompatibility.