diff --git a/Gemfile b/Gemfile index f771b53..54a7a37 100644 --- a/Gemfile +++ b/Gemfile @@ -16,8 +16,8 @@ # ------------------------------------------------ # DATABASE/SERVER -gem 'mysql2', '~> 0.4.10' -#gem 'pg', '~> 0.19.0' +#gem 'mysql2', '~> 0.4.10' +gem 'pg', '~> 0.19.0' gem 'flag_shih_tzu' # Allows for bitfields in activereccord # ------------------------------------------------ diff --git a/Gemfile.lock b/Gemfile.lock index 29f1a92..ce0c0bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,6 @@ multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - mysql2 (0.4.10) nokogiri (1.8.2) mini_portile2 (~> 2.3.0) oauth2 (1.4.0) @@ -263,7 +262,6 @@ kaminari ledermann-rails-settings minitest-reporters - mysql2 (~> 0.4.10) omniauth omniauth-orcid omniauth-shibboleth @@ -289,4 +287,4 @@ ruby 2.4.4p296 BUNDLED WITH - 1.16.2 + 1.17.1