diff options
| author | Xinhui | 2017-11-21 15:27:17 +0100 |
|---|---|---|
| committer | Xinhui | 2017-11-28 12:09:02 +0100 |
| commit | 8aa230271ec6f0cd578e479c42d95418cb9408c3 (patch) | |
| tree | 9c3dfe3d3ed3aab6615b9ed86936049299004154 /Gemfile.lock | |
| parent | 6bd0791839353750511ce4a49e6b75a462dfec51 (diff) | |
| download | chouette-core-8aa230271ec6f0cd578e479c42d95418cb9408c3.tar.bz2 | |
Add gem paper_trail
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9262eeb74..f9682dff1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -321,6 +321,10 @@ GEM mini_portile2 (~> 2.3.0) open4 (1.3.4) orm_adapter (0.5.0) + paper_trail (4.1.0) + activerecord (>= 3.0, < 6.0) + activesupport (>= 3.0, < 6.0) + request_store (~> 1.1) parser (2.4.0.0) ast (~> 2.2) pg (0.20.0) @@ -621,6 +625,7 @@ DEPENDENCIES map_layers (= 0.0.4) mimemagic newrelic_rpm + paper_trail pg phantomjs poltergeist |
