Skip to content

Commit

Permalink
Merge pull request #25 from didww/rails8
Browse files Browse the repository at this point in the history
Add Rails 8.0 support
  • Loading branch information
ianfleeton authored Dec 5, 2024
2 parents af6acac + 99f9a57 commit 06e5b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
ruby-versions:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
min_version: 3.1
min_version: 3.2
engine: cruby

test:
Expand All @@ -25,7 +25,8 @@ jobs:
- "~> 7.0"
- "~> 7.1"
- "~> 7.2"

- "~> 8.0"

steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
Expand Down
2 changes: 1 addition & 1 deletion ianfleeton-paypal-express.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.add_dependency 'activesupport', '>= 7.0', '< 8'
s.add_dependency 'activesupport', '>= 7.0', '< 9'
s.add_dependency 'rest-client', '~> 2.0'
s.add_dependency 'attr_required', '~> 1.0'
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
Expand Down

0 comments on commit 06e5b5c

Please sign in to comment.