diff --git a/Gemfile b/Gemfile index b6daf932d..c0970bea0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # core gem 'iso8601', '0.12.1' # for dates and times -gem 'rails', '~> 5.2.4.3' +gem 'rails', '~> 5.2.4.2' gem 'rest-client' gem 'uglifier' @@ -10,7 +10,7 @@ gem 'uglifier' gem 'figaro', '1.1.1' # model related -gem 'paper_trail', '~> 9.2' +gem 'paper_trail', '~> 10.3' gem 'pg', '1.2.2' # 1.8 is for Rails < 5.0 gem 'ransack', '~> 2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 70df3c408..8d171c86c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,11 +290,9 @@ GEM nori (2.6.0) open4 (1.3.4) orm_adapter (0.5.0) - paper_trail (9.2.0) - activerecord (>= 4.2, < 5.3) - paper_trail-association_tracking (< 2) + paper_trail (10.3.1) + activerecord (>= 4.2) request_store (~> 1.1) - paper_trail-association_tracking (1.1.1) pdfkit (0.8.4.1) pg (1.2.2) polyamorous (2.3.2) @@ -506,7 +504,7 @@ DEPENDENCIES minitest (~> 5.14) money-rails nokogiri - paper_trail (~> 9.2) + paper_trail (~> 10.3) pdfkit pg (= 1.2.2) pry (= 0.10.1) @@ -514,7 +512,7 @@ DEPENDENCIES que que-web railroady (= 1.3.0) - rails (~> 5.2.4.3) + rails (~> 5.2.4.2) rails-settings-cached (= 0.7.2) ransack (~> 2.3) rest-client