Skip to content

Commit 610ee96

Browse files
authored
Merge branch 'master' into ruby-3-5-compatibility
2 parents 044e864 + be16da3 commit 610ee96

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/head.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: Setup Firefox
2727
uses: browser-actions/setup-firefox@v1
2828
with:
29-
firefox-version: "111.0.1"
29+
firefox-version: "130.0"
3030
- uses: browser-actions/setup-geckodriver@latest
3131
with:
32-
geckodriver-version: "0.32.2"
32+
geckodriver-version: "0.35.0"
3333
- uses: coactions/setup-xvfb@v1
3434
with:
3535
run: bundle exec rake spec

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
- name: Setup Firefox
3939
uses: browser-actions/setup-firefox@v1
4040
with:
41-
firefox-version: "111.0.1"
41+
firefox-version: "130.0"
4242
- uses: browser-actions/setup-geckodriver@latest
4343
with:
44-
geckodriver-version: "0.32.2"
44+
geckodriver-version: "0.35.0"
4545
- uses: coactions/setup-xvfb@v1
4646
with:
4747
run: bundle exec rake spec

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
* [#124](https://github.com/ruby-grape/grape-swagger-rails/pull/124): Rails 7 compatibility - [@padde](https://github.com/padde).
44
* [#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).
56
* [#126](https://github.com/ruby-grape/grape-swagger-rails/pull/126): Ruby 3.5 compatibility - [@padde](https://github.com/padde).
67
* Your contribution here.
78

0 commit comments

Comments
 (0)