Skip to content

Commit 8fae663

Browse files
authored
Merge pull request #81 from Shopify/centralize_ruby_version
Centralize Ruby Version to `.ruby-version`
2 parents d4b604d + ae62701 commit 8fae663

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/workflows/ruby-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
strategy:
1818
matrix:
1919
version:
20-
- 2.4
21-
- 2.5
22-
- 2.6
2320
- 2.7
2421
- 3.0
22+
- 3.1
23+
- 3.2
24+
- 3.3
2525
gemfile:
2626
- Gemfile
2727
steps:

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.5

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: pseudolocalization
33
type: ruby
44

55
up:
6-
- ruby: 2.7.2
6+
- ruby
77
- bundler
88

99
commands:

pseudolocalization.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Gem::Specification.new do |spec|
1010
spec.email = ["[email protected]"]
1111
spec.licenses = ['MIT']
1212

13+
spec.required_ruby_version = ">= 2.7"
14+
1315
spec.summary = %q{Internationalization development tool}
1416
spec.description = %q{Internationalization development tool to help identify missing translations}
1517
spec.homepage = "https://github.com/Shopify/pseudolocalization"

0 commit comments

Comments
 (0)