Skip to content

Commit

Permalink
Bump vernier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehamel committed Mar 6, 2024
1 parent 5249985 commit c7cf0e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec
# Specify the same dependency sources as the application Gemfile
gem("activesupport", "~> 5.2")
gem("railties", "~> 5.2")
gem("vernier", "~> 0.4.0") if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.2.1")
gem("vernier", "~> 0.5.1") if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.2.1")

gem("google-cloud-storage", "~> 1.21")
gem("rubocop", require: false)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ GEM
thread_safe (~> 0.1)
uber (0.1.0)
unicode-display_width (2.1.0)
vernier (0.4.0)
vernier (0.5.1)
webrick (1.7.0)

PLATFORMS
Expand All @@ -198,7 +198,7 @@ DEPENDENCIES
rubocop
rubocop-performance
rubocop-shopify
vernier (~> 0.4.0)
vernier (~> 0.5.1)

BUNDLED WITH
2.4.18
2 changes: 1 addition & 1 deletion lib/app_profiler/backend/vernier_backend.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

gem("vernier", ">= 0.4.0")
gem("vernier", ">= 0.5.0")
require "vernier"

module AppProfiler
Expand Down

0 comments on commit c7cf0e9

Please sign in to comment.