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 frameworks/Ruby/grape/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'trilogy', '~> 2.9'
gem 'activerecord', '~> 8.1.0', :require => 'active_record'
gem 'grape', '2.1.1'
gem 'grape', '~> 2.4'
gem 'json', '~> 2.9'

group :iodine, optional: true do
Expand Down
30 changes: 15 additions & 15 deletions frameworks/Ruby/grape/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.2.0)
bigdecimal (3.1.9)
base64 (0.3.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
connection_pool (2.5.5)
drb (2.2.3)
dry-core (1.1.0)
concurrent-ruby (~> 1.0)
logger
Expand All @@ -35,15 +35,15 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
dry-types (1.8.2)
dry-types (1.8.3)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
grape (2.1.1)
activesupport (>= 6)
grape (2.4.0)
activesupport (>= 6.1)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
rack (>= 2)
Expand All @@ -52,24 +52,24 @@ GEM
concurrent-ruby (~> 1.0)
iodine (0.7.58)
json (2.16.0)
logger (1.6.6)
minitest (5.25.4)
mustermann (3.0.3)
logger (1.7.0)
minitest (5.26.2)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
nio4r (2.7.4)
puma (7.1.0)
nio4r (~> 2.0)
rack (3.2.3)
rack (3.2.4)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
timeout (0.4.3)
timeout (0.4.4)
trilogy (2.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.3)
zeitwerk (2.7.2)
uri (1.1.1)
zeitwerk (2.7.3)

PLATFORMS
ruby
Expand All @@ -78,7 +78,7 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 8.1.0)
grape (= 2.1.1)
grape (~> 2.4)
iodine (~> 0.7)
json (~> 2.9)
puma (~> 7.1)
Expand Down
Loading