File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
ruby :
12
- - ' 3.0.7'
13
12
- ' 3.1.6'
14
- - ' 3.2.4 '
15
- - ' 3.3.3 '
16
-
13
+ - ' 3.2.7 '
14
+ - ' 3.3.7 '
15
+ - ' 3.4.2 '
17
16
steps :
18
17
- uses : actions/checkout@v4
19
18
- name : Set up Ruby
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ inherit_mode:
7
7
- Exclude
8
8
9
9
AllCops :
10
- TargetRubyVersion : 3.0
10
+ TargetRubyVersion : 3.1
11
11
NewCops : enable
12
12
Exclude :
13
13
- " gemfiles/**/*"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
spec . description = 'Official mailtrap.io API client'
13
13
spec . homepage = 'https://github.com/railsware/mailtrap-ruby'
14
14
spec . license = 'MIT'
15
- spec . required_ruby_version = '>= 3.0 .0'
15
+ spec . required_ruby_version = '>= 3.1 .0'
16
16
17
17
spec . metadata [ 'homepage_uri' ] = spec . homepage
18
18
spec . metadata [ 'source_code_uri' ] = 'https://github.com/railsware/mailtrap-ruby'
You can’t perform that action at this time.
0 commit comments