File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 gemfile : Gemfile
2929 - ruby : 3.3.6
3030 gemfile : Gemfile
31+ - ruby : 3.4.1
32+ gemfile : Gemfile
3133 env :
3234 BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
3335 steps :
3840 ruby-version : " ${{ matrix.ruby }}"
3941 - name : Bundle
4042 run : |
41- gem install bundler:2.2.22
43+ gem install bundler:2.6.3
4244 bundle install --no-deployment
4345 - name : Run tests
4446 run : bundle exec rspec
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
1010### Compatible changes
1111
1212- Add support for Ruby 3.3
13+ - Add support for Ruby 3.4
1314
1415## 3.2.0 - 2023-03-01
1516
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ DEPENDENCIES
4444 rspec
4545
4646BUNDLED WITH
47- 2.2.32
47+ 2.6.3
You can’t perform that action at this time.
0 commit comments