Skip to content

Commit

Permalink
Merge pull request #56 from Shopify/jwr/minimum-ruby-version
Browse files Browse the repository at this point in the history
Updates the minimum Ruby version to 3.0.x
  • Loading branch information
jeremywrowe committed Jan 11, 2024
2 parents 48c8447 + a6f96de commit c2171c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
version:
- 2.7
- 3.0
- 3.1
- 3.2
Expand Down
2 changes: 1 addition & 1 deletion browser_sniffer.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.0.0"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata['allowed_push_host'] = 'https://rubygems.org'

Expand Down

0 comments on commit c2171c4

Please sign in to comment.