File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 ruby-version : ruby
3131
3232 - run : bundle install
33+ env :
34+ BUNDLE_FROZEN : true
3335
3436 # zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
3537 # specify that we want the v1 branch.
Original file line number Diff line number Diff line change 2323 ruby-version : 3.4
2424
2525 - run : bundle install
26+ env :
27+ BUNDLE_FROZEN : true
2628 - run : bundle exec rake -t rubocop
Original file line number Diff line number Diff line change 3838 ruby-version : ${{ matrix.version }}
3939
4040 - run : bundle install
41+ env :
42+ BUNDLE_FROZEN : true
4143 - run : bundle exec rake -t spec
Original file line number Diff line number Diff line change 1414 public_suffix (>= 2.0.2 , < 8.0 )
1515 ast (2.4.3 )
1616 bigdecimal (3.3.1 )
17+ bigdecimal (3.3.1-java )
1718 connection_pool (3.0.2 )
1819 crack (1.0.1 )
1920 bigdecimal
2627 ffi (1.17.2-arm-linux-gnu )
2728 ffi (1.17.2-arm-linux-musl )
2829 ffi (1.17.2-arm64-darwin )
30+ ffi (1.17.2-java )
2931 ffi (1.17.2-x86-linux-gnu )
3032 ffi (1.17.2-x86-linux-musl )
3133 ffi (1.17.2-x86_64-darwin )
4446 domain_name (~> 0.5 )
4547 http-form_data (2.3.0 )
4648 json (2.18.0 )
49+ json (2.18.0-java )
4750 language_server-protocol (3.17.0.5 )
4851 lint_roller (1.1.0 )
4952 llhttp-ffi (0.5.1 )
6164 prism (1.8.0 )
6265 public_suffix (7.0.0 )
6366 racc (1.8.1 )
67+ racc (1.8.1-java )
6468 rainbow (3.1.1 )
6569 rake (13.3.1 )
6670 regexp_parser (2.11.3 )
@@ -122,6 +126,7 @@ PLATFORMS
122126 arm-linux-gnu
123127 arm-linux-musl
124128 arm64-darwin
129+ java
125130 ruby
126131 x86-linux-gnu
127132 x86-linux-musl
Original file line number Diff line number Diff line change 3232
3333check_command perl
3434check_command rake
35+ check_command bundle
3536
3637# Check that we're not on the main branch
3738current_branch=$( git branch --show-current)
8485
8586perl -pi -e " s/(?<=VERSION = \').+?(?=\')/$version /g" lib/minfraud/version.rb
8687
88+ # Update version in Gemfile.lock.
89+ bundle install
90+
8791echo $" Test results:"
8892
8993rake
You can’t perform that action at this time.
0 commit comments