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

Commit 0a809f2

Browse files
authored
Merge pull request #68 from connorshea/dependabot/bundler/sequel-5.14.0
Bump sequel from 5.13.0 to 5.14.0
2 parents e905c58 + c67d9ea commit 0a809f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
44

55
gem 'discordrb', '~> 3.3'
66
gem 'dotenv', '~> 2.5.0'
7-
gem 'sequel', '~> 5.13.0'
7+
gem 'sequel', '~> 5.14.0'
88
gem 'pg', '~> 1.1'
99
gem 'rake', '~> 12.3'
1010
gem 'rubocop', '~> 0.59', require: false

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GEM
4949
ruby-progressbar (~> 1.7)
5050
unicode-display_width (~> 1.0, >= 1.0.1)
5151
ruby-progressbar (1.10.0)
52-
sequel (5.13.0)
52+
sequel (5.14.0)
5353
unf (0.1.4)
5454
unf_ext
5555
unf_ext (0.0.7.5)
@@ -68,7 +68,7 @@ DEPENDENCIES
6868
pg (~> 1.1)
6969
rake (~> 12.3)
7070
rubocop (~> 0.59)
71-
sequel (~> 5.13.0)
71+
sequel (~> 5.14.0)
7272

7373
BUNDLED WITH
7474
1.17.1

0 commit comments

Comments
 (0)