Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Bump sequel from 5.21.0 to 5.41.0 #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '~> 2.7.2'

gem 'discordrb', '~> 3.4'
gem 'dotenv', '~> 2.7.6'
gem 'sequel', '~> 5.21.0'
gem 'sequel', '~> 5.41.0'
gem 'pg', '~> 1.1'
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 0.72.0', require: false
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.11.0)
sequel (5.21.0)
sequel (5.41.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
Expand All @@ -63,7 +63,7 @@ DEPENDENCIES
pg (~> 1.1)
rake (~> 13.0)
rubocop (~> 0.72.0)
sequel (~> 5.21.0)
sequel (~> 5.41.0)

RUBY VERSION
ruby 2.7.2p137
Expand Down