Skip to content

Commit 4569ecf

Browse files
authored
Merge pull request #335 from EasyPost/EXP-717_update_codeowners
chore: update CODEOWNERS to use dev-tools team instead of team-shippers
2 parents 3b67657 + 86c66df commit 4569ecf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## These are the standard rules for all EasyPost public repositories.
22
##
33

4-
* @EasyPost/team-shippers @EasyPost/easypost-public-maintainers
4+
* @EasyPost/dev-tools @EasyPost/easypost-public-maintainers
55

66
# The devtools team owns the codeowners file, this is for auditing purposes
77
.github/CODEOWNERS @easypost/dev-tools

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
rubyversion: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
14+
rubyversion: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: ruby/setup-ruby@v1

easypost.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Gem::Specification.new do |spec|
2020
spec.require_paths = ['lib']
2121
spec.required_ruby_version = '>= 2.7'
2222

23+
spec.add_dependency 'base64'
24+
2325
spec.add_development_dependency 'abbrev', '~> 0.1'
2426
spec.add_development_dependency 'benchmark', '~> 0.4'
2527
spec.add_development_dependency 'bigdecimal', '~> 3'
@@ -34,6 +36,6 @@ Gem::Specification.new do |spec|
3436
spec.add_development_dependency 'simplecov', '~> 0.22'
3537
spec.add_development_dependency 'simplecov-lcov', '~> 0.8'
3638
spec.add_development_dependency 'typhoeus', '~> 1.4'
37-
spec.add_development_dependency 'vcr', '~> 6.3'
39+
spec.add_development_dependency 'vcr', '~> 6.4'
3840
spec.add_development_dependency 'webmock', '~> 3.25'
3941
end

0 commit comments

Comments
 (0)