Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Ruby 3.4 #136

Merged
merged 5 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ gem 'sqlite3', '~> 1.4'

gem 'minitest'
gem 'minitest-reporters'


gem "concurrent-ruby", "~> 1.3", "< 1.3.5"

gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.3.4)

Check failure on line 10 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L10

actionpack Warning Message: https://github.com/rails/rails/security/advisories/GHSA-x76w-6vjr-8xgj CVE: CVE-2024-41128 Severity:

Check failure on line 10 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L10

actionpack Warning Message: https://github.com/rails/rails/security/advisories/GHSA-vfg9-r3fq-jvx4 CVE: CVE-2024-47887 Severity:

Check failure on line 10 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L10

actionpack Warning Message: https://github.com/rails/rails/security/advisories/GHSA-vfm5-rmrh-j26v CVE: CVE-2024-54133 Severity:
actionpack (= 7.1.3.4)
activesupport (= 7.1.3.4)
nio4r (~> 2.0)
Expand All @@ -22,7 +22,7 @@
mail (>= 2.7.1)
net-imap
net-pop
net-smtp

Check failure on line 25 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L25

actionmailer Warning Message: https://github.com/rails/rails/security/advisories/GHSA-h47h-mwp9-c6q6 CVE: CVE-2024-47889 Severity:
actionmailer (7.1.3.4)
actionpack (= 7.1.3.4)
actionview (= 7.1.3.4)
Expand All @@ -37,12 +37,12 @@
actionview (= 7.1.3.4)
activesupport (= 7.1.3.4)
nokogiri (>= 1.8.5)
racc

Check failure on line 40 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L40

rack Warning Message: https://github.com/rack/rack/security/advisories/GHSA-cj83-2ww7-mvq7 CVE: CVE-2024-39316 Severity: medium
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)

Check failure on line 44 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L44

rails-html-sanitizer Warning Message: https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-w8gc-x259-rc7x CVE: CVE-2024-53985 Severity:

Check failure on line 44 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L44

rails-html-sanitizer Warning Message: https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-638j-pmjw-jq48 CVE: CVE-2024-53986 Severity:

Check failure on line 44 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L44

rails-html-sanitizer Warning Message: https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-2x5m-9ch4-qgrr CVE: CVE-2024-53987 Severity:

Check failure on line 44 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L44

rails-html-sanitizer Warning Message: https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-cfjx-w229-hgx5 CVE: CVE-2024-53988 Severity:

Check failure on line 44 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L44

rails-html-sanitizer Warning Message: https://github.com/rails/rails-html-sanitizer/security/advisories/GHSA-rxv5-gxqc-xx8g CVE: CVE-2024-53989 Severity:
rails-html-sanitizer (~> 1.6)

Check failure on line 45 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L45

actiontext Warning Message: https://github.com/rails/rails/security/advisories/GHSA-wwhv-wxv9-rpgw CVE: CVE-2024-47888 Severity:
actiontext (7.1.3.4)
actionpack (= 7.1.3.4)
activerecord (= 7.1.3.4)
Expand Down Expand Up @@ -134,6 +134,8 @@
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
Expand All @@ -150,7 +152,7 @@
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)

Check failure on line 155 in Gemfile.lock

View check run for this annotation

Security Scanner as a Service / Bundle Audit

Gemfile.lock#L155

webrick Warning Message: https://github.com/advisories/GHSA-6f62-3596-g6w7 CVE: CVE-2024-47220 Severity: high
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
Expand Down Expand Up @@ -187,6 +189,7 @@
reline (0.5.9)
io-console (~> 0.5)
ruby-progressbar (1.13.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.1)
Expand All @@ -201,15 +204,20 @@
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-23
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
appraisal
appraisal-matrix
attr_default!
base64 (>= 0.2.0)
bigdecimal (>= 3.1)
concurrent-ruby (~> 1.3, < 1.3.5)
minitest
minitest-reporters
mutex_m (>= 0.2.0)
pry
rake
sqlite3 (~> 1.4)
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 6.0.0"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 6.1.0"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 7.0.0"

gemspec path: "../"
4 changes: 4 additions & 0 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 7.1.0"

gemspec path: "../"
18 changes: 18 additions & 0 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "pry"
gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 7.2.0"

gemspec path: "../"
18 changes: 18 additions & 0 deletions gemfiles/rails_8_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "pry"
gem "rake"
gem "sqlite3", "~> 1.4"
gem "minitest"
gem "minitest-reporters"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.2.0"
gem "rails", "~> 8.0.0"

gemspec path: "../"