aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
commit33ea933d7bf6db1534a7a5752c7942a8dc89bd8a (patch)
tree3ccb6639f7e47df55e1961d5c8025009fe4b5b92 /activejob
parent8ac458ad2e252ba041d9f4e42b94bd5997a622be (diff)
parent32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (diff)
downloadrails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.gz
rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.bz2
rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.zip
Merge pull request #19753 from jonatack/use-ruby-2-2-2
Upgrade to Ruby 2.2.2
Diffstat (limited to 'activejob')
-rw-r--r--activejob/activejob.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/activejob.gemspec b/activejob/activejob.gemspec
index ef8db3bcd3..24e38e495f 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.2.1'
+ s.required_ruby_version = '>= 2.2.2'
s.license = 'MIT'