Skip to content

Commit 8cdd756

Browse files
authored
Merge pull request #133 from fastruby/add-ruby-3-4-support
Add Ruby 3.4 support
2 parents 05fcfe1 + 626f4eb commit 8cdd756

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
ruby-version: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
16+
ruby-version: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.2...main)
22

3+
- [Add Ruby 3.4 support](https://github.com/fastruby/next_rails/pull/133)
4+
35
* Your changes/patches go here.
46

57
# v1.4.2 / 2024-10-25 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.1...v1.4.2)

next_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency "timecop", "~> 0.9.1"
3131
spec.add_development_dependency "byebug"
3232
spec.add_development_dependency "rexml", "3.3.8" # limited on purpose, new versions don't work with old rubies
33-
spec.add_development_dependency "webmock", "3.16.2" # limited on purpose, new versions don't work with old rubies
33+
spec.add_development_dependency "webmock", "3.20.0"
3434
end

0 commit comments

Comments
 (0)