Skip to content
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
2 changes: 1 addition & 1 deletion v2.5-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'karafka'
gem 'karafka-web'
gem 'puma'
gem 'rails', '~> 7.1'
gem 'rails', '~> 7.2'
gem 'sqlite3', '2.7.3'

group :development, :test do
Expand Down
36 changes: 21 additions & 15 deletions v2.5-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,15 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
builder (3.3.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
diff-lcs (1.5.1)
drb (2.2.3)
erb (5.0.2)
erubi (1.13.1)
ffi (1.17.2)
ffi (1.17.2-aarch64-linux-gnu)
Expand All @@ -94,8 +95,9 @@ GEM
activesupport (>= 6.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.1)
io-console (0.8.1)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
karafka (2.5.0)
Expand Down Expand Up @@ -144,14 +146,14 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
net-imap (0.4.20)
net-imap (0.5.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.9)
Expand All @@ -167,7 +169,11 @@ GEM
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
psych (5.1.2)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
psych (5.2.6)
date
stringio
puma (7.0.1)
nio4r (~> 2.0)
Expand All @@ -178,9 +184,8 @@ GEM
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.1.0)
rackup (2.2.1)
rack (>= 3)
webrick (~> 1.8)
rails (7.2.2.2)
actioncable (= 7.2.2.2)
actionmailbox (= 7.2.2.2)
Expand Down Expand Up @@ -211,9 +216,10 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.3.0)
rdoc (6.7.0)
rdoc (6.14.2)
erb
psych (>= 4.0.0)
reline (0.5.10)
reline (0.6.2)
io-console (~> 0.5)
roda (3.93.0)
rack
Expand All @@ -239,7 +245,7 @@ GEM
sqlite3 (2.7.3-x86-linux-gnu)
sqlite3 (2.7.3-x86_64-darwin)
sqlite3 (2.7.3-x86_64-linux-gnu)
stringio (3.1.1)
stringio (3.1.7)
thor (1.4.0)
tilt (2.6.1)
timeout (0.4.3)
Expand All @@ -250,8 +256,8 @@ GEM
karafka-core (>= 2.4.9, < 3.0.0)
karafka-rdkafka (>= 0.20.0)
zeitwerk (~> 2.3)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-driver (0.8.0)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.3)
Expand All @@ -270,7 +276,7 @@ DEPENDENCIES
karafka-testing
karafka-web
puma
rails (~> 7.1)
rails (~> 7.2)
rspec
sqlite3 (= 2.7.3)

Expand Down