Skip to content

Commit

Permalink
fix(ci): Added .ruby-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Oct 11, 2024
1 parent 241575b commit 5a1055a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: "./go.mod"
- run: go version
- run: go test ./test

- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit_mode:
- Exclude

AllCops:
TargetRubyVersion: 3.3
TargetRubyVersion: 3.2
NewCops: enable
SuggestExtensions: false
Exclude:
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
2 changes: 1 addition & 1 deletion proscenium.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'The engine powering your Rails frontend'
spec.homepage = 'https://github.com/joelmoss/proscenium'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.3.1'
spec.required_ruby_version = '>= 3.2.0'

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/joelmoss/proscenium'
Expand Down

0 comments on commit 5a1055a

Please sign in to comment.