Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
ruby-version: 3.4.8
- run: rake spec
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
ruby-version: 3.4.8
- run: rake spec

build:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
ruby-version: 3.4.8
- run: rake version
- run: rake build
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
ruby-version: 3.4.8
- run: rake version
- run: rake build
- uses: actions/upload-artifact@v4
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.2.2
ruby-version: 3.4.8
- uses: actions/download-artifact@v4
with:
name: pkg
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.4.8
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.6
ruby 3.4.8
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine3.18
FROM ruby:3.4.8-alpine3.23

ARG TERRAFYING_VERSION=0.0.0
ENV TERRAFORM_VERSION=1.2.8
Expand Down
4 changes: 2 additions & 2 deletions terrafying-components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rspec-mocks', '~> 3.7'

spec.add_runtime_dependency 'terrafying', '>= 1.8.0'
spec.add_runtime_dependency 'xxhash', '~> 0.4.0'
spec.add_runtime_dependency 'terrafying', '>= 1.8.7'
spec.add_runtime_dependency 'xxhash', '~> 0.7.0'
end