File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ jobs:
47
47
- ruby : 3.2.0
48
48
gemfile : Gemfile.8.0.pg
49
49
50
- - ruby : 3.3.6
50
+ - ruby : 3.4.1
51
51
gemfile : Gemfile.6.1.pg
52
- - ruby : 3.3.6
52
+ - ruby : 3.4.1
53
53
gemfile : Gemfile.7.0.pg
54
- - ruby : 3.3.6
54
+ - ruby : 3.4.1
55
55
gemfile : Gemfile.8.0.pg
56
56
env :
57
57
BUNDLE_GEMFILE : " ${{ matrix.gemfile }}"
Original file line number Diff line number Diff line change 1
- 3.3.6
1
+ 3.4.1
Original file line number Diff line number Diff line change 128
128
net-smtp (0.5.0)
129
129
net-protocol
130
130
nio4r (2.7.4)
131
- nokogiri (1.17 .1-x86_64-linux)
131
+ nokogiri (1.18 .1-x86_64-linux-gnu )
132
132
racc (~> 1.4)
133
133
pg (1.5.9)
134
134
pry (0.15.0)
Original file line number Diff line number Diff line change @@ -190,6 +190,10 @@ We recommend to test large changes against multiple versions of Ruby and multipl
190
190
- Install development dependencies using ` rake matrix:install `
191
191
- Run tests using ` rake matrix:spec `
192
192
193
+ ``` sh
194
+ for version in " 2.5.6" " 2.6.6" " 2.7.2" " 3.2.0" " 3.4.1" ; do rbenv shell $version && bundle install && bundle exec rake matrix:install && bundle exec rake matrix:spec; done
195
+ ```
196
+
193
197
You can also run ` bin/console ` for an interactive prompt that will allow you to experiment.
194
198
195
199
To install this gem onto your local machine, run ` bundle exec rake install ` .
You can’t perform that action at this time.
0 commit comments