mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Bump mysql2 from 0.5.3 to 0.5.5
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.3 to 0.5.5. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](https://github.com/brianmario/mysql2/compare/0.5.3...0.5.5) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
51fe609e23
commit
182b1d158c
2
Gemfile
2
Gemfile
@ -8,7 +8,7 @@ gem 'puma', '~> 6.0'
|
|||||||
# Use sqlite3 as the database for Active Record
|
# Use sqlite3 as the database for Active Record
|
||||||
gem 'sqlite3', '~> 1.5.3'
|
gem 'sqlite3', '~> 1.5.3'
|
||||||
|
|
||||||
gem 'mysql2', '~> 0.5.2', group: :production
|
gem 'mysql2', '~> 0.5.5', group: :production
|
||||||
|
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
|
|
||||||
|
|||||||
@ -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-http (0.2.0)
|
net-http (0.2.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
uri
|
uri
|
||||||
@ -325,7 +325,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)
|
||||||
net-http
|
net-http
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-github
|
omniauth-github
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user