Skip to content
Open
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
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '4.0'
- '3.4'
- '3.3'
- '3.2'
include:
- ruby: '3.4'
- ruby: '4.0'
coverage: 'true'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
Expand Down Expand Up @@ -95,11 +96,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- '4.0'
- '3.4'
- '3.3'
- '3.2'
include:
- ruby: '3.4'
- ruby: '4.0'
coverage: 'true'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
Expand Down
2 changes: 1 addition & 1 deletion v2.5-non-rails/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
4.0.0
1 change: 1 addition & 0 deletions v2.5-non-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'

# ActiveSupport and rexml are only used for XML support
gem 'activesupport'
gem 'ostruct'
gem 'rake'
gem 'rexml'

Expand Down
2 changes: 2 additions & 0 deletions v2.5-non-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ GEM
logger (1.7.0)
mini_portile2 (2.8.9)
minitest (5.27.0)
ostruct (0.6.3)
rake (13.3.1)
rexml (3.4.4)
rspec (3.13.2)
Expand Down Expand Up @@ -130,6 +131,7 @@ DEPENDENCIES
byebug
karafka
karafka-testing
ostruct
rake
rexml
rspec
Expand Down
2 changes: 1 addition & 1 deletion v2.5-rails/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
4.0.0
1 change: 1 addition & 0 deletions v2.5-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'

gem 'karafka'
gem 'karafka-web'
gem 'ostruct'
gem 'puma'
gem 'rails', '~> 8.0'
gem 'sqlite3', '2.8.1'
Expand Down
2 changes: 2 additions & 0 deletions v2.5-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ GEM
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
ostruct (0.6.3)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
Expand Down Expand Up @@ -316,6 +317,7 @@ DEPENDENCIES
karafka
karafka-testing
karafka-web
ostruct
puma
rails (~> 8.0)
rspec
Expand Down
Loading