Skip to content

Commit

Permalink
Merge pull request #135 from omniauth/ruby3.4
Browse files Browse the repository at this point in the history
👷 Add Ruby 3.4 to CI
  • Loading branch information
pboling authored Jan 3, 2025
2 parents e448d28 + 9138af0 commit f37d5c0
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
gemfile:
- coverage
ruby:
- '3.3'
- '3.4'

steps:
### COUCHDB
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
gemfile:
- style
ruby:
- "3.2"
- "3.4"
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
Expand Down
38 changes: 38 additions & 0 deletions .github/workflows/supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,44 @@ jobs:
rubygems: latest
bundler: latest

# Ruby 3.4
- ruby: "3.4"
appraisal: "ar-7-2"
taskname: "spec:orm:active_record"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest
- ruby: "3.4"
appraisal: "ar-8-0"
taskname: "spec:orm:active_record"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest
- ruby: "3.4"
appraisal: "couch-1.17"
taskname: "spec:orm:couch_potato"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest
- ruby: "3.4"
appraisal: "mongoid-8.1"
taskname: "spec:orm:mongoid"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest
- ruby: "3.4"
appraisal: "mongoid-9.0"
taskname: "spec:orm:mongoid"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest
- ruby: "3.4"
appraisal: "sequel-5.86"
taskname: "spec:orm:sequel"
gemfile: "Appraisal.root"
rubygems: latest
bundler: latest

steps:
### COUCHDB
- name: Start CouchDB
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem "yard", "~> 0.9.34", require: false
gem "yard-junk", "~> 0.0.10"
gem "github-markup"
gem "redcarpet"
gem "rdoc", "~> 6.10"

### Linting
gem "rubocop-lts", "~> 12.1", ">= 12.1.1"
Expand Down
66 changes: 38 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
omniauth-identity (3.1.1)
bcrypt (~> 3.1)
mutex_m (~> 0.3, >= 0.3.0)
omniauth (>= 1)
version_gem (~> 1.1, >= 1.1.4)

Expand Down Expand Up @@ -41,7 +42,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bson (5.0.2)
byebug (11.1.3)
coderay (1.1.3)
Expand All @@ -55,6 +56,7 @@ GEM
httpclient (~> 2.8)
mime-types (>= 1.15)
multi_json (~> 1.7)
date (3.4.1)
diff-lcs (1.5.1)
diffy (3.4.3)
docile (1.4.1)
Expand All @@ -67,7 +69,7 @@ GEM
logger
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-initializer (3.1.1)
dry-initializer (3.2.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
Expand All @@ -87,25 +89,27 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86-linux-gnu)
ffi (1.17.1-x86-linux-musl)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
formatador (1.1.0)
github-markup (5.0.1)
growl (1.0.3)
guard (2.19.0)
guard (2.19.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
logger (~> 1.6)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
ostruct (~> 0.6)
pry (>= 0.13.0)
shellany (~> 0.0)
thor (>= 0.18.1)
Expand Down Expand Up @@ -179,10 +183,13 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
power_assert (2.0.4)
pry (0.15.0)
power_assert (2.0.5)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (5.2.2)
date
stringio
racc (1.8.1)
rack (2.2.10)
rack-protection (3.2.0)
Expand All @@ -195,13 +202,15 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.10.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
reek (6.3.0)
dry-schema (~> 1.13.0)
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rethinkdb (2.4.0.0)
rexml (3.4.0)
rspec (3.13.0)
Expand Down Expand Up @@ -262,15 +271,15 @@ GEM
rubocop-thread_safety (~> 0.5, >= 0.5.1)
standard-rubocop-lts (~> 1.0, >= 1.0.7)
version_gem (>= 1.1.3, < 3)
rubocop-sequel (0.3.7)
rubocop-sequel (0.3.8)
rubocop (~> 1.0)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
rubocop-thread_safety (0.6.0)
rubocop (>= 1.48.1)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
sequel (5.87.0)
sequel (5.88.0)
bigdecimal
shellany (0.0.1)
simplecov (0.22.0)
Expand All @@ -289,16 +298,16 @@ GEM
simplecov-rcov (0.3.7)
simplecov (>= 0.4.1)
simplecov_json_formatter (0.1.4)
sqlite3 (2.4.1-aarch64-linux-gnu)
sqlite3 (2.4.1-aarch64-linux-musl)
sqlite3 (2.4.1-arm-linux-gnu)
sqlite3 (2.4.1-arm-linux-musl)
sqlite3 (2.4.1-arm64-darwin)
sqlite3 (2.4.1-x86-linux-gnu)
sqlite3 (2.4.1-x86-linux-musl)
sqlite3 (2.4.1-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
sqlite3 (2.4.1-x86_64-linux-musl)
sqlite3 (2.5.0-aarch64-linux-gnu)
sqlite3 (2.5.0-aarch64-linux-musl)
sqlite3 (2.5.0-arm-linux-gnu)
sqlite3 (2.5.0-arm-linux-musl)
sqlite3 (2.5.0-arm64-darwin)
sqlite3 (2.5.0-x86-linux-gnu)
sqlite3 (2.5.0-x86-linux-musl)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
sqlite3 (2.5.0-x86_64-linux-musl)
standard (1.43.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -373,6 +382,7 @@ DEPENDENCIES
rack-test (~> 1)
rake (~> 13)
rb-fsevent
rdoc (~> 6.10)
redcarpet
reek
rspec (~> 3)
Expand Down
1 change: 1 addition & 0 deletions omniauth-identity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency("bcrypt", "~> 3.1")
spec.add_dependency("mutex_m", "~> 0.3", ">= 0.3.0")
spec.add_dependency("omniauth", ">= 1")
spec.add_dependency("version_gem", "~> 1.1", ">= 1.1.4")

Expand Down

0 comments on commit f37d5c0

Please sign in to comment.