aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
Commit message (Expand)AuthorAgeFilesLines
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-1/+1
* Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* Don't force people to upgrade i18n gemRafael Mendonça França2018-02-141-1/+1
* Bump i18n to 1.0Ryan Bigg2018-02-141-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add source code and changelog links to gemspecsGrey Baker2017-06-281-0/+5
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* applies new string literal convention in the gemspecsXavier Noria2016-08-061-16/+16
* Fix template resolver cache concurrency: "can't add a new key into hash durin...Jeremy Daer2016-05-021-1/+1
* revises the homepage URL in the gemspecs [ci skip]Xavier Noria2016-03-101-1/+1
* Remove unused dependencyMike Perham2016-02-031-1/+0
* Remove json gem dependencyMike Perham2016-02-031-1/+0
* Using released concurrent-rubyRafael Mendonça França2015-11-161-1/+1
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Fixed concurrent-ruby warnings.Jerry D'Antonio2015-09-291-1/+1
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+1
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-1/+1
* Add method_source dependency to activesupportThomas Walpole2015-07-291-0/+1
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-0/+1
* Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
* Require Ruby 2.2 for Rails 5.0claudiob2014-12-261-1/+1
* Use released I18n 0.7.0Carlos Antonio da Silva2014-12-191-1/+1
* Merge pull request #18072 from exAspArk/thread_safe_gem_versionRafael Mendonça França2014-12-171-1/+1
|\
| * use thread_safe gem version greater or equal to 0.3.4Evgeny Li2014-12-171-1/+1
|/
* Bump required Ruby version to 2.1.0claudiob2014-11-281-1/+1
* Use the released beta of i18nCarlos Antonio da Silva2014-08-181-1/+1
* Do not set enforce_available_locales to i18n 0.7Rafael Mendonça França2014-07-231-1/+1
* Require I18n >= 0.6.9Carlos Antonio da Silva2013-12-171-1/+1
* Upgrade minitest versionGodfrey Chan2013-12-081-1/+1
* Requires JSON gem version 1.7.7 or above as it contains an importantGodfrey Chan2013-11-261-2/+2
* Update tzinfo dependency to ~> 1.1Erik Michaels-Ober2013-11-101-1/+1
* Merge pull request #10527 from zenspider/squishy_minitest5Aaron Patterson2013-05-161-1/+1
|\
| * tweak dependenciesRyan Davis2013-05-081-1/+1
* | Replace multi_json with jsonErik Michaels-Ober2013-05-111-1/+1
|/
* Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data.kennyj2013-03-261-1/+1
* Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]"Xavier Noria2013-03-181-1/+1
* instruct RDoc to only parse Ruby files under lib [Fixes #9779]Xavier Noria2013-03-181-1/+1
* Enforce i18n version >= v0.6.4Carlos Antonio da Silva2013-02-271-1/+1
* We want i18n >= 0.6.2 but < 1.0Santiago Pastorino2013-02-261-1/+1
* Bump i18n version to 0.6.2Guillermo Iguaran2013-02-251-1/+1
* Bump up minitest dependency and remove our own reinvented version of Parallel...Akira Matsuda2013-02-191-1/+1
* Replace some global Hash usages with the new thread safe cache.thedarkone2012-12-141-0/+1
* Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-091-1/+1
* Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-081-1/+1
* Clean up gemspecsVinny Diehl2012-11-081-9/+10
* bump minitest version ~> 4.1.0Francesco Rodriguez2012-10-051-1/+1