Skip to content

Commit

Permalink
Merge pull request #53 from mongomapper/support-ruby-3-2
Browse files Browse the repository at this point in the history
Support Ruby 3.2
  • Loading branch information
a2ikm authored Dec 27, 2023
2 parents df7a178 + 1c6c552 commit ce02037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
- 2.7.8
- 3.0.6
- 3.1.4
- 3.2.2
mongo-image:
- mongo:4.4
include:
- { "ruby-version": 3.1.4, "mongo-image": "mongo:4.2" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:5.0" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:6.0" }
- { "ruby-version": 3.1.4, "mongo-image": "mongo:7.0" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:4.2" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:5.0" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:6.0" }
- { "ruby-version": 3.2.2, "mongo-image": "mongo:7.0" }
services:
mongo:
image: ${{ matrix.mongo-image }}
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
bson (4.10.0)
bson (4.15.0)
byebug (11.1.3)
coderay (1.1.3)
diff-lcs (1.4.4)
ffi (1.13.1)
ffi (1.16.3)
formatador (0.2.5)
guard (2.16.2)
formatador (>= 0.2.4)
Expand All @@ -31,14 +31,14 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
listen (3.2.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
log_buddy (0.7.0)
lumberjack (1.2.8)
method_source (1.0.0)
mongo (2.13.0)
bson (>= 4.8.2, < 5.0.0)
mongo (2.19.3)
bson (>= 4.14.1, < 5.0.0)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
Expand Down

0 comments on commit ce02037

Please sign in to comment.