mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Pump paper_trail to 10.3 to support Rails 6
This commit is contained in:
parent
4e8f51f68b
commit
36b8528c78
2 changed files with 6 additions and 8 deletions
4
Gemfile
4
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'
|
||||
|
|
10
Gemfile.lock
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue