mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
Bump mysql2 from 0.5.3 to 0.5.4
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/brianmario/mysql2/releases) - [Commits](https://github.com/brianmario/mysql2/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2eedde60f9
commit
57b8e996a5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem 'therubyracer', group: :therubyracer
|
||||||
|
|
||||||
# Use --without <group> argument to skip unnecessary drivers
|
# Use --without <group> argument to skip unnecessary drivers
|
||||||
gem 'sqlite3', group: :sqlite
|
gem 'sqlite3', group: :sqlite
|
||||||
gem 'mysql2', '~> 0.5.3', group: :mysql
|
gem 'mysql2', '~> 0.5.4', group: :mysql
|
||||||
gem 'pg', '~> 1.3.5', group: :postgresql
|
gem 'pg', '~> 1.3.5', group: :postgresql
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
|
||||||
|
|
@ -170,7 +170,7 @@ GEM
|
||||||
minitest (5.15.0)
|
minitest (5.15.0)
|
||||||
minitest-stub-const (0.6)
|
minitest-stub-const (0.6)
|
||||||
mocha (1.14.0)
|
mocha (1.14.0)
|
||||||
mysql2 (0.5.3)
|
mysql2 (0.5.4)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.6)
|
nokogiri (1.13.6)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
|
|
@ -349,7 +349,7 @@ DEPENDENCIES
|
||||||
listen
|
listen
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.5.3)
|
mysql2 (~> 0.5.4)
|
||||||
pg (~> 1.3.5)
|
pg (~> 1.3.5)
|
||||||
puma (~> 5.6)
|
puma (~> 5.6)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue