diff --git a/Gemfile b/Gemfile index e63c8b7578..8d9192f1fc 100644 --- a/Gemfile +++ b/Gemfile @@ -23,12 +23,12 @@ gem 'responders', '~> 2.0' # A simple, fast Mysql library for Ruby, binding to libmysql # (http://github.com/brianmario/mysql2) # A simple, fast Mysql library for Ruby, binding to libmysql (http://github.com/brianmario/mysql2) -gem 'mysql2', '~> 0.4.10' +gem 'mysql2' # Pg is the Ruby interface to the {PostgreSQL # RDBMS}[http://www.postgresql.org/](https://bitbucket.org/ged/ruby-pg) # Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/] (https://bitbucket.org/ged/ruby-pg) -gem 'pg', '~> 0.19.0' +gem 'pg' # Bit fields for ActiveRecord (https://github.com/pboling/flag_shih_tzu) gem 'flag_shih_tzu' # Allows for bitfields in activereccord diff --git a/Gemfile.lock b/Gemfile.lock index a0d52dad26..0b184e8e0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,7 +220,7 @@ GEM multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) - mysql2 (0.4.10) + mysql2 (0.5.2) nenv (0.3.0) nokogiri (1.8.4) mini_portile2 (~> 2.3.0) @@ -249,7 +249,7 @@ GEM parallel (1.12.1) parser (2.5.1.2) ast (~> 2.4.0) - pg (0.19.0) + pg (1.1.3) po_to_json (1.0.1) json (>= 1.6.0) powerpack (0.1.2) @@ -471,11 +471,11 @@ DEPENDENCIES ledermann-rails-settings mini_racer mocha - mysql2 (~> 0.4.10) + mysql2 omniauth omniauth-orcid omniauth-shibboleth - pg (~> 0.19.0) + pg progress_bar pundit rack-mini-profiler