diff --git a/Gemfile b/Gemfile index 3e281bad..a5ea9dd1 100644 --- a/Gemfile +++ b/Gemfile @@ -29,9 +29,9 @@ gem 'tracks-chartjs-ror' gem 'will_paginate' # Use --without argument to skip unnecessary drivers -gem 'sqlite3', group: :sqlite -gem 'mysql2', '~> 0.5.6', group: :mysql -gem 'pg', '~> 1.5.6', group: :postgresql +gem 'sqlite3', '~> 1.4', group: :sqlite +gem 'mysql2', '~> 0.5', group: :mysql +gem 'pg', '~> 1.1', group: :postgresql group :assets, :optional => true do gem 'listen' @@ -69,5 +69,5 @@ group :test, :optional => true do end group :stripe, :optional => true do - gem 'stripe', "~> 5.24.0" + gem 'stripe' end diff --git a/Gemfile.lock b/Gemfile.lock index fad802ed..1cf6f3b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) stripe (5.24.0) strscan (3.1.0) @@ -368,8 +368,8 @@ DEPENDENCIES mini_racer minitest-stub-const mocha - mysql2 (~> 0.5.6) - pg (~> 1.5.6) + mysql2 (~> 0.5) + pg (~> 1.1) puma (~> 6.4) rack-mini-profiler rails (~> 6.1) @@ -383,8 +383,8 @@ DEPENDENCIES simplecov solargraph spring (~> 4) - sqlite3 - stripe (~> 5.24.0) + sqlite3 (~> 1.4) + stripe tolk (~> 5.0.1) tracks-chartjs-ror uglifier (>= 1.3.0)