Skip to content

Commit 1c61750

Browse files
Update dependency ruby to v3.4.3 (#47)
* Update dependency ruby to v3.4.3 * update build.yml to test latest rubies * add bigdecimal for ruby 3.4 support --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin Hart <[email protected]>
1 parent 90bf0c1 commit 1c61750

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
ruby: ['3.0', '3.1', '3.2']
26+
ruby: ['3.0', '3.1', '3.2', '3.3', '3.4']
2727
gemfile:
2828
- Gemfile.rails61
2929
- Gemfile.rails7
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Ruby
5555
uses: ruby/setup-ruby@v1
5656
with:
57-
ruby-version: 3.2
57+
ruby-version: 3.4
5858
bundler-cache: true
5959
- name: Kickoff Release Pipeline
6060
run: "bundle exec ./ci-helpers/gem_helper kickoff_release_pipeline"
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Ruby
7272
uses: ruby/setup-ruby@v1
7373
with:
74-
ruby-version: 3.2
74+
ruby-version: 3.4
7575
bundler-cache: true
7676
- name: Publish
7777
env:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
3.4.3

Gemfile.rails61

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
source "https://rubygems.org"
44

55
gem 'rails', '>= 6.1', '< 6.2'
6+
gem 'bigdecimal'
67

78
gemspec

0 commit comments

Comments
 (0)