Commit be16da3 1 parent 30ab24f commit be16da3 Copy full SHA for be16da3
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
- name : Setup Firefox
27
27
uses : browser-actions/setup-firefox@v1
28
28
with :
29
- firefox-version : " 111.0.1 "
29
+ firefox-version : " 130.0 "
30
30
- uses : browser-actions/setup-geckodriver@latest
31
31
with :
32
- geckodriver-version : " 0.32.2 "
32
+ geckodriver-version : " 0.35.0 "
33
33
- uses : coactions/setup-xvfb@v1
34
34
with :
35
35
run : bundle exec rake spec
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
- name : Setup Firefox
35
35
uses : browser-actions/setup-firefox@v1
36
36
with :
37
- firefox-version : " 111.0.1 "
37
+ firefox-version : " 130.0 "
38
38
- uses : browser-actions/setup-geckodriver@latest
39
39
with :
40
- geckodriver-version : " 0.32.2 "
40
+ geckodriver-version : " 0.35.0 "
41
41
- uses : coactions/setup-xvfb@v1
42
42
with :
43
43
run : bundle exec rake spec
Original file line number Diff line number Diff line change 2
2
3
3
* [ #124 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/124 ) : Rails 7 compatibility - [ @padde ] ( https://github.com/padde ) .
4
4
* [ #125 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/125 ) : Add rails versions to CI matrix - [ @padde ] ( https://github.com/padde ) .
5
+ * [ #127 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/127 ) : Bump Firefox and geckodriver - [ @padde ] ( https://github.com/padde ) .
5
6
* Your contribution here.
6
7
7
8
### 0.5.0 (2024/04/06)
You can’t perform that action at this time.
0 commit comments