Skip to content

Commit

Permalink
fix gemfiles for testing with ruby < 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 3, 2024
1 parent ff74394 commit d97dc11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
- ruby: '3.3'
rails: '7.1'
coverage: true
# exclude:
# - ruby: '3.0'
# rails: '7.2'
timeout-minutes: 60
env:
JRUBY_OPTS: "--debug"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.0.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GEM
websocket-driver (0.7.6-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
java
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.1.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.2.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ GEM
websocket-driver (0.7.6-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
java
Expand Down

0 comments on commit d97dc11

Please sign in to comment.