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

gem 'json', '~> 2.8'
gem 'sequel', '~> 5.0'
gem 'rack', '~> 3.0'
gem 'rack', '~> 3.1'

group :mysql, optional: true do
gem 'mysql2', '~> 0.4', platforms: [:ruby, :mswin]
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Ruby/rack-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.11)
rack (3.1.16)
sequel (5.90.0)
bigdecimal
sequel_pg (1.17.1)
Expand All @@ -25,7 +25,7 @@ DEPENDENCIES
mysql2 (~> 0.4)
pg (~> 1.5)
puma (~> 6.5)
rack (~> 3.0)
rack (~> 3.1)
sequel (~> 5.0)
sequel_pg (~> 1.6)

Expand Down
Loading