Skip to content

Commit

Permalink
Merge pull request #154 from Shopify/centralize_ruby_version
Browse files Browse the repository at this point in the history
Centralize Ruby Version to `.ruby-version`
  • Loading branch information
alexcrocha authored Apr 17, 2024
2 parents 9bc54ce + 1df3f6d commit 9291972
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.2
3 changes: 1 addition & 2 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: measured

up:
- ruby:
version: 3.0.2
- ruby
- bundler

commands:
Expand Down
2 changes: 2 additions & 0 deletions measured.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/Shopify/measured"
spec.license = "MIT"

spec.required_ruby_version = ">= 3.0.0"

# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
if spec.respond_to?(:metadata)
Expand Down

0 comments on commit 9291972

Please sign in to comment.