We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532173f commit b3ca2d4Copy full SHA for b3ca2d4
3 files changed
.github/workflows/checks.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- ruby-version: ["3.0", "3.3"]
+ ruby-version: ["3.0", "3.4"]
21
22
steps:
23
- name: Check out
Gemfile.lock
@@ -20,9 +20,10 @@ GEM
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
- rspec-support (3.13.4)
+ rspec-support (3.13.5)
24
25
PLATFORMS
26
+ arm64-darwin-24
27
ruby
28
29
DEPENDENCIES
@@ -31,4 +32,4 @@ DEPENDENCIES
31
32
rspec (~> 3.12)
33
34
BUNDLED WITH
- 1.17.2
35
+ 2.6.9
Makefile
@@ -1,5 +1,6 @@
1
install:
2
- bundle install --path vendor/bundle
+ bundle config set path 'vendor/bundle'
3
+ bundle install
4
5
build:
6
gem build featurevisor.gemspec
0 commit comments