Skip to content

Commit

Permalink
squash: gem version object instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Sep 30, 2023
1 parent 5f43891 commit 7eb4f57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
private

def gem_version
::Rails.version
::Rails.gem_version
end
end
end
Expand Down

0 comments on commit 7eb4f57

Please sign in to comment.