Skip to content

Commit ae6931a

Browse files
khvn26zachaysan
andauthored
chore: update CI Ruby version to 3.1 (#34)
* chore: update CI Ruby version * fix: run Rake with dev dependencies * Trigger Build * Fix rubocop for build --------- Co-authored-by: Zach Aysan <[email protected]>
1 parent 5906c22 commit ae6931a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: |
2525
bundle install
2626
gem build flagsmith.gemspec
27-
rake release[remote]
27+
bundle exec rake release[remote]

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Layout/HashAlignment:
44
AllowMultipleStyles: true
55
EnforcedColonStyle: key
66
AllCops:
7+
TargetRubyVersion: 2.4 # Pin to flagsmith.gemspec required_ruby_version
78
NewCops: enable
89
SuggestExtensions: false
910
Exclude:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
3.1.4

0 commit comments

Comments
 (0)