Skip to content

Commit

Permalink
fix: add support for ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Jan 20, 2025
1 parent 28cfbda commit 35dc0c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [3.1, 3.2, 3.3, head, truffleruby]
ruby: [3.1, 3.2, 3.3, 3.4, head, truffleruby]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project made by Monade Team are documented in this f
## [1.4.0] - 2025-01-20
### Added
- Support for Rails 8
- Support for ruby 3.4

### Removed
- Drop support for Rails 5
Expand Down
1 change: 1 addition & 0 deletions cognito_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', ['>= 6', '< 9']
s.add_dependency 'aws-sdk-cognitoidentityprovider'
s.add_dependency 'jwt'
s.add_dependency 'ostruct'
s.add_development_dependency 'rspec', '~> 3'
s.add_development_dependency 'rubocop'
end

0 comments on commit 35dc0c9

Please sign in to comment.