We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4683ca + ae6931a commit 356d65cCopy full SHA for 356d65c
.github/workflows/publish.yaml
@@ -24,4 +24,4 @@ jobs:
24
run: |
25
bundle install
26
gem build flagsmith.gemspec
27
- rake release[remote]
+ bundle exec rake release[remote]
.rubocop.yml
@@ -4,6 +4,7 @@ Layout/HashAlignment:
4
AllowMultipleStyles: true
5
EnforcedColonStyle: key
6
AllCops:
7
+ TargetRubyVersion: 2.4 # Pin to flagsmith.gemspec required_ruby_version
8
NewCops: enable
9
SuggestExtensions: false
10
Exclude:
.ruby-version
@@ -1 +1 @@
1
-2.4.0
+3.1.4
0 commit comments