1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 00:36:42 +01:00

Merge pull request #312 from projekteuler/dependabot/bundler/mysql2-0.5.5

Bump mysql2 from 0.5.3 to 0.5.5
This commit is contained in:
Philipp Fischbeck 2023-05-01 11:53:34 +02:00 committed by GitHub
commit b375b2a8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ gem 'puma', '~> 6.2'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6.2' gem 'sqlite3', '~> 1.6.2'
gem 'mysql2', '~> 0.5.2', group: :production gem 'mysql2', '~> 0.5.5', group: :production
gem 'bootsnap', require: false gem 'bootsnap', require: false

View File

@ -161,7 +161,7 @@ GEM
multi_json (1.15.0) multi_json (1.15.0)
multi_xml (0.6.0) multi_xml (0.6.0)
multipart-post (2.1.1) multipart-post (2.1.1)
mysql2 (0.5.3) mysql2 (0.5.5)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
net-protocol net-protocol
@ -321,7 +321,7 @@ DEPENDENCIES
jbuilder (~> 2.11.3) jbuilder (~> 2.11.3)
jquery-rails (~> 4.5.1) jquery-rails (~> 4.5.1)
listen (~> 3.7.0) listen (~> 3.7.0)
mysql2 (~> 0.5.2) mysql2 (~> 0.5.5)
omniauth omniauth
omniauth-github omniauth-github
omniauth-rails_csrf_protection omniauth-rails_csrf_protection