diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-28 16:39:39 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-12-28 16:39:39 -0500 |
commit | edaab4dbe80ac9ae705be05f7d9e20f942e057ab (patch) | |
tree | 69aaf62d1e11322555ed1060ac5384479727801c /activejob/activejob.gemspec | |
parent | e7e1b68093bead9677a0681f0f244aa836b3ef50 (diff) | |
parent | d3b098b8289ffaa8486f526dc53204123ed581f3 (diff) | |
download | rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.gz rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.tar.bz2 rails-edaab4dbe80ac9ae705be05f7d9e20f942e057ab.zip |
Merge pull request #18209 from claudiob/bump-to-2-2
Require Ruby 2.2 for Rails 5.0
Diffstat (limited to 'activejob/activejob.gemspec')
-rw-r--r-- | activejob/activejob.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/activejob.gemspec b/activejob/activejob.gemspec index f6c8bc1682..5404ece804 100644 --- a/activejob/activejob.gemspec +++ b/activejob/activejob.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| s.summary = 'Job framework with pluggable queues.' s.description = 'Declare job classes that can be run by a variety of queueing backends.' - s.required_ruby_version = '>= 2.1.0' + s.required_ruby_version = '>= 2.2.0' s.license = 'MIT' |