Skip to content

Commit

Permalink
Bump Ruby version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghunath-S-S-J committed Jan 25, 2024
1 parent f0c1e84 commit fd27220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '> 3.0.0'
- name: Build and run tests
run: |
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion xero-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.summary = "Xero Accounting API Ruby Gem"
s.description = "Xero API OAuth2.0 SDK - Ruby Gem"
s.license = "Unlicense"
s.required_ruby_version = ">= 2.3"
s.required_ruby_version = ">= 3.0.0"

s.add_runtime_dependency 'faraday', '>= 2.0', '< 3.0'
s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'
Expand Down

0 comments on commit fd27220

Please sign in to comment.