Skip to content

Commit

Permalink
Merge pull request rails#16890 from seuros/globalid
Browse files Browse the repository at this point in the history
Bump globalid version
  • Loading branch information
rafaelfranca committed Sep 12, 2014
2 parents 893b7b8 + ed9f71d commit 3900efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion activejob/activejob.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.require_path = 'lib'

s.add_dependency 'activesupport', version
s.add_dependency 'globalid', '>= 0.2.3'
s.add_dependency 'globalid', '>= 0.3.0'
end
2 changes: 1 addition & 1 deletion activejob/lib/active_job/arguments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def deserialize(arguments)
def serialize_argument(argument)
case argument
when GlobalID::Identification
argument.global_id.to_s
argument.to_global_id.to_s
when *TYPE_WHITELIST
argument
when Array
Expand Down

0 comments on commit 3900efb

Please sign in to comment.