Skip to content

Commit

Permalink
Merge pull request #124 from Shopify/fix-dependabot
Browse files Browse the repository at this point in the history
Enforce ruby version requirement with Gemfile for dependabot
  • Loading branch information
dalehamel authored Jun 18, 2024
2 parents 124d680 + e0b13ac commit c550604
Showing 1 changed file with 1 addition and 1 deletion.
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.7.0")
gem("vernier", "~> 0.7.0") if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.2.1")

gem("google-cloud-storage", "~> 1.21")
gem("rubocop", require: false)
Expand Down

0 comments on commit c550604

Please sign in to comment.