Commit graph

118 commits

Author SHA1 Message Date
Vít Ondruch
9bedb8bdc2 Fix evaluator test from web-console.
https://github.com/rails/rails/issues/40196
https://github.com/rails/web-console/issues/301
2020-09-10 10:59:23 +02:00
Vít Ondruch
a1df3525a9 Properly fix flaky FileStoreTest#test_filename_max_size test case. 2020-09-01 17:24:21 +02:00
Pavel Valena
27cedd6873 Disable test_filename_max_size
which is failing in koji.
2020-08-19 10:53:28 +02:00
Pavel Valena
c7db655091 Update to activesupport 6.0.3.2.
Resolves: rhbz#1742797
2020-08-17 06:41:24 +02:00
Pavel Valena
60be59131a Update to ActiveSupport 6.0.3.1
also enhance .spec file.
Resolves: rhbz#1742797
2020-08-04 21:21:31 +02:00
Fedora Release Engineering
3144928494 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 06:06:00 +00:00
Vít Ondruch
48e67d90ec Remove unused patch. 2020-04-17 11:59:43 +02:00
Vít Ondruch
12604aa399 Ruby 2.7 and TZInfo 2.0 compatibility.
Resolves: rhbz#1799093
Resolves: rhbz#1805531
2020-04-17 10:29:07 +02:00
Fedora Release Engineering
0414b5cc50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 18:05:12 +00:00
Fedora Release Engineering
c98ff8451b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 18:57:41 +00:00
Pavel Valena
d491016c90 Update to Active Support 5.2.3. 2019-04-01 22:16:04 +02:00
Pavel Valena
b67ee55a01 Update to Active Support 5.2.2.1. 2019-03-26 14:17:53 +01:00
Vít Ondruch
fac58cc490 Fix Range and BigDecimal compatibility with Ruby 2.6. 2019-02-05 10:05:37 +01:00
Fedora Release Engineering
45087aac99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:46:39 +00:00
Pavel Valena
0e07537430 Update to Active Support 5.2.2. 2018-12-05 14:47:58 +01:00
Vít Ondruch
b451a68ff4 Update I18n fallbacks configuration to be compatible with i18n 1.1.0.
This fixes rubygem-railties test suite.
2018-11-14 18:02:25 +01:00
Pavel Valena
1927503103 Update to Active Support 5.2.1. 2018-08-08 16:21:02 +02:00
Fedora Release Engineering
b3aa6b2cc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 03:51:46 +00:00
Pavel Valena
1c1a14cbe4 Update to Active Support 5.2.0.
Also, enhance .spec file.
2018-04-30 16:39:08 +02:00
Vít Ondruch
f18c1c2425 Fix typo. 2018-04-16 16:27:10 +02:00
Vít Ondruch
3977e11555 Fix test suite issue caused by change fix of CVE-2018-6914 in Ruby. 2018-04-16 16:26:04 +02:00
Pavel Valena
f360bcace6 Allow rubygem-i18n ~> 1.0
as it was updated in Fedora.
https://github.com/rails/rails/pull/31991
2018-02-21 15:23:23 +01:00
Pavel Valena
c279244dbd Update to Active Support 5.1.5. 2018-02-19 23:36:56 +01:00
Fedora Release Engineering
534b291c36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 13:30:53 +00:00
Vít Ondruch
ce9c9eed97 Fix MiniTest 5.11 compatibility. 2018-01-19 14:23:37 +01:00
Pavel Valena
ce860013d4 Update to Active Support 5.1.4. 2017-09-11 13:59:38 +02:00
Vít Ondruch
df7e113581 Once again disable unstable test. 2017-08-22 09:35:42 +02:00
Vít Ondruch
a873925bbb Explicitly require rubygem(json). 2017-08-22 09:22:22 +02:00
Pavel Valena
6d34f765ef Update to Active Support 5.1.3. 2017-08-08 14:27:29 +02:00
Fedora Release Engineering
a0120052c8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 13:24:34 +00:00
Pavel Valena
db99af5fbf Update to Active Support 5.1.2.
And run tests that need memcached.
2017-06-29 18:28:11 +02:00
Pavel Valena
ff1d32aceb Update to Active Support 5.1.1. 2017-06-07 00:51:48 +02:00
Pavel Valena
ed496447e5 Update to Active Support 5.0.2.
Patches for Ruby 2.4 compatibility subsumed.
2017-03-06 18:15:12 +01:00
Jun Aruga
0cd78450e1 Fix Fixnum/Bignum deprecated warning for Ruby 2.4.0. 2017-02-13 22:54:31 +01:00
Fedora Release Engineering
bcf49f4cdd - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 11:58:31 +00:00
Jun Aruga
925bdd049f Fix Ruby 2.4.0 compatibility. 2017-01-12 15:07:06 +01:00
Pavel Valena
075721c754 Fix warnings: Fixnum and Bignum are deprecated in Ruby trunk
https://github.com/rails/rails/pull/26732
2017-01-03 03:55:46 +01:00
Pavel Valena
60605ab555 Update to Active Support 5.0.1. 2017-01-03 02:30:22 +01:00
Pavel Valena
935b556e94 Update to Activesupport 5.0.0.1 2016-08-15 11:17:56 +02:00
Vít Ondruch
db0c33382b Fix missing epoch in -doc subpackage. 2016-07-27 13:29:28 +02:00
Vít Ondruch
4a2f930f70 Update to ActiveSupport 5.0.0. 2016-07-26 09:47:09 +02:00
Vít Ondruch
f694393fab Remove useless patch. 2016-04-08 12:30:31 +02:00
Vít Ondruch
ec47f9eca7 Explicitly set rubygem(bigdecimal) dependency. 2016-04-08 12:23:37 +02:00
Pavel Valena
48de5af664 Update to activesupport 4.2.6 2016-03-08 13:20:48 +01:00
Pavel Valena
5f37867aa9 Update to activesupport 4.2.5.2 2016-03-01 17:55:14 +01:00
Fedora Release Engineering
987c801a8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 22:26:31 +00:00
Pavel Valena
edfb05919a Update to activesupport 4.2.5.1 2016-01-26 15:29:20 +01:00
Pavel Valena
9f01bab0c2 Update to activesupport 4.2.5 2015-11-18 15:56:54 +01:00
Josef Stribny
12e87044dd Update to activesupport 4.2.4 2015-08-26 09:06:52 +02:00
Josef Stribny
837b01c1d9 Update to activesupport 4.2.3 2015-06-30 14:17:54 +02:00