Skip to content
Closed
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: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ gem 'http', '~> 5.3'
gem 'puma', '~> 7.2'
gem 'rackup', '~> 2.3'
gem 'rake', '~> 13.3'
gem 'roda', '~> 3.101'
gem 'roda', '~> 3.102'
gem 'sucker_punch', '~> 3.3'
gem 'telegram-bot-ruby', '~> 2.5'
gem 'telegram-bot-ruby', '~> 2.6'
gem 'tilt', '~> 2.7'

group :development do
gem 'pry'
gem 'rubocop', '~> 1.85'
gem 'rubocop', '~> 1.86'
gem 'rubocop-performance', '~> 1.26'
gem 'rubocop-rake', '~> 0.7.1'
gem 'test-unit', '~> 3.7'
Expand Down
32 changes: 13 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ GEM
concurrent-ruby (~> 1.0)
logger
zeitwerk (~> 2.6)
dry-inflector (1.2.0)
dry-inflector (1.3.1)
dry-logic (1.6.0)
bigdecimal
concurrent-ruby (~> 1.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-struct (1.8.0)
dry-struct (1.8.1)
dry-core (~> 1.1)
dry-types (~> 1.8, >= 1.8.2)
ice_nine (~> 0.11)
Expand Down Expand Up @@ -54,25 +54,20 @@ GEM
http-form_data (2.3.0)
ice_nine (0.11.2)
io-console (0.8.2)
json (2.19.2)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
json (2.19.3)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
llhttp-ffi (0.5.1)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.7.0)
mcp (0.9.2)
json-schema (>= 4.1)
method_source (1.1.0)
multipart-post (2.4.1)
net-http (0.9.1)
uri (>= 0.11.1)
nio4r (2.7.5)
parallel (1.27.0)
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
power_assert (3.0.1)
Expand All @@ -85,29 +80,28 @@ GEM
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.5)
rack (3.2.6)
rackup (2.3.1)
rack (>= 3)
rainbow (3.1.1)
rake (13.3.1)
regexp_parser (2.11.3)
reline (0.6.3)
io-console (~> 0.5)
roda (3.101.0)
roda (3.102.0)
rack
rubocop (1.85.0)
rubocop (1.86.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0)
rubocop-ast (1.49.1)
parser (>= 3.3.7.2)
prism (~> 1.7)
rubocop-performance (1.26.1)
Expand All @@ -120,7 +114,7 @@ GEM
ruby-progressbar (1.13.0)
sucker_punch (3.3.0)
concurrent-ruby (~> 1.0)
telegram-bot-ruby (2.5.0)
telegram-bot-ruby (2.6.0)
dry-struct (~> 1.6)
faraday (~> 2.0)
faraday-multipart (~> 1.0)
Expand All @@ -133,7 +127,7 @@ GEM
unicode-emoji (~> 4.1)
unicode-emoji (4.2.0)
uri (1.1.1)
zeitwerk (2.7.4)
zeitwerk (2.7.5)

PLATFORMS
ruby
Expand All @@ -146,12 +140,12 @@ DEPENDENCIES
puma (~> 7.2)
rackup (~> 2.3)
rake (~> 13.3)
roda (~> 3.101)
rubocop (~> 1.85)
roda (~> 3.102)
rubocop (~> 1.86)
rubocop-performance (~> 1.26)
rubocop-rake (~> 0.7.1)
sucker_punch (~> 3.3)
telegram-bot-ruby (~> 2.5)
telegram-bot-ruby (~> 2.6)
test-unit (~> 3.7)
tilt (~> 2.7)
timecop (~> 0.9.10)
Expand Down