| Commit message (Expand) | Author | Age | Files | Lines |
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
* | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | Don't force people to upgrade i18n gem | Rafael Mendonça França | 2018-02-14 | 1 | -1/+1 |
* | Bump i18n to 1.0 | Ryan Bigg | 2018-02-14 | 1 | -1/+1 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Add source code and changelog links to gemspecs | Grey Baker | 2017-06-28 | 1 | -0/+5 |
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
* | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -16/+16 |
* | Fix template resolver cache concurrency: "can't add a new key into hash durin... | Jeremy Daer | 2016-05-02 | 1 | -1/+1 |
* | revises the homepage URL in the gemspecs [ci skip] | Xavier Noria | 2016-03-10 | 1 | -1/+1 |
* | Remove unused dependency | Mike Perham | 2016-02-03 | 1 | -1/+0 |
* | Remove json gem dependency | Mike Perham | 2016-02-03 | 1 | -1/+0 |
* | Using released concurrent-ruby | Rafael Mendonça França | 2015-11-16 | 1 | -1/+1 |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
* | Fixed concurrent-ruby warnings. | Jerry D'Antonio | 2015-09-29 | 1 | -1/+1 |
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -2/+1 |
* | Initial implementation of ActiveJob AsyncAdapter. | Jerry D'Antonio | 2015-08-25 | 1 | -1/+1 |
* | Add method_source dependency to activesupport | Thomas Walpole | 2015-07-29 | 1 | -0/+1 |
* | Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby. | Jerry D'Antonio | 2015-07-13 | 1 | -0/+1 |
* | Upgrade to Ruby 2.2.2 | Jon Atack | 2015-04-14 | 1 | -1/+1 |
* | Target Ruby 2.2.1 in gemspecs | Peter Suschlik | 2015-03-09 | 1 | -1/+1 |
* | Require Ruby 2.2 for Rails 5.0 | claudiob | 2014-12-26 | 1 | -1/+1 |
* | Use released I18n 0.7.0 | Carlos Antonio da Silva | 2014-12-19 | 1 | -1/+1 |
* | Merge pull request #18072 from exAspArk/thread_safe_gem_version | Rafael Mendonça França | 2014-12-17 | 1 | -1/+1 |
|\ |
|
| * | use thread_safe gem version greater or equal to 0.3.4 | Evgeny Li | 2014-12-17 | 1 | -1/+1 |
|/ |
|
* | Bump required Ruby version to 2.1.0 | claudiob | 2014-11-28 | 1 | -1/+1 |
* | Use the released beta of i18n | Carlos Antonio da Silva | 2014-08-18 | 1 | -1/+1 |
* | Do not set enforce_available_locales to i18n 0.7 | Rafael Mendonça França | 2014-07-23 | 1 | -1/+1 |
* | Require I18n >= 0.6.9 | Carlos Antonio da Silva | 2013-12-17 | 1 | -1/+1 |
* | Upgrade minitest version | Godfrey Chan | 2013-12-08 | 1 | -1/+1 |
* | Requires JSON gem version 1.7.7 or above as it contains an important | Godfrey Chan | 2013-11-26 | 1 | -2/+2 |
* | Update tzinfo dependency to ~> 1.1 | Erik Michaels-Ober | 2013-11-10 | 1 | -1/+1 |
* | Merge pull request #10527 from zenspider/squishy_minitest5 | Aaron Patterson | 2013-05-16 | 1 | -1/+1 |
|\ |
|
| * | tweak dependencies | Ryan Davis | 2013-05-08 | 1 | -1/+1 |
* | | Replace multi_json with json | Erik Michaels-Ober | 2013-05-11 | 1 | -1/+1 |
|/ |
|
* | Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data. | kennyj | 2013-03-26 | 1 | -1/+1 |
* | Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]" | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
* | instruct RDoc to only parse Ruby files under lib [Fixes #9779] | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
* | Enforce i18n version >= v0.6.4 | Carlos Antonio da Silva | 2013-02-27 | 1 | -1/+1 |
* | We want i18n >= 0.6.2 but < 1.0 | Santiago Pastorino | 2013-02-26 | 1 | -1/+1 |
* | Bump i18n version to 0.6.2 | Guillermo Iguaran | 2013-02-25 | 1 | -1/+1 |
* | Bump up minitest dependency and remove our own reinvented version of Parallel... | Akira Matsuda | 2013-02-19 | 1 | -1/+1 |
* | Replace some global Hash usages with the new thread safe cache. | thedarkone | 2012-12-14 | 1 | -0/+1 |
* | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 1 | -1/+1 |
* | Omit directories from gemspec.files for RubyGems 2 compat. | Jeremy Kemper | 2012-12-08 | 1 | -1/+1 |
* | Clean up gemspecs | Vinny Diehl | 2012-11-08 | 1 | -9/+10 |
* | bump minitest version ~> 4.1.0 | Francesco Rodriguez | 2012-10-05 | 1 | -1/+1 |