Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Merged
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
25 changes: 14 additions & 11 deletions frameworks/Ruby/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (8.1.1)
activesupport (= 8.1.1)
activerecord (8.1.1)
activemodel (= 8.1.1)
activesupport (= 8.1.1)
activemodel (8.1.2.1)
activesupport (= 8.1.2.1)
activerecord (8.1.2.1)
activemodel (= 8.1.2.1)
activesupport (= 8.1.2.1)
timeout (>= 0.4.0)
activesupport (8.1.1)
activesupport (8.1.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -21,22 +21,25 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.3.0)
bigdecimal (3.2.2)
concurrent-ruby (1.3.5)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
drb (2.2.3)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
iodine (0.7.58)
json (2.18.0)
logger (1.7.0)
minitest (5.25.5)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.5)
pg (1.6.2)
pg (1.6.2-x86_64-darwin)
pg (1.6.2-x86_64-linux)
prism (1.9.0)
puma (7.2.0)
nio4r (~> 2.0)
rack (3.2.5)
Expand All @@ -62,7 +65,7 @@ GEM
bigdecimal
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)
uri (1.1.1)

PLATFORMS
ruby
Expand Down
Loading