diff --git a/Gemfile b/Gemfile index 26f0c3b..6639099 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'puma', '~> 6.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.5.3' -gem 'mysql2', '~> 0.5.2', group: :production +gem 'mysql2', '~> 0.5.5', group: :production gem 'bootsnap', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4746444..e44df3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,7 +161,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) multipart-post (2.1.1) - mysql2 (0.5.3) + mysql2 (0.5.5) net-http (0.2.0) net-protocol uri @@ -325,7 +325,7 @@ DEPENDENCIES jbuilder (~> 2.11.3) jquery-rails (~> 4.4.0) listen (~> 3.7.0) - mysql2 (~> 0.5.2) + mysql2 (~> 0.5.5) net-http omniauth omniauth-github