diff options
| author | Teddy Wing | 2017-08-01 23:19:37 +0200 |
|---|---|---|
| committer | Teddy Wing | 2017-08-01 23:22:15 +0200 |
| commit | 7ed3bded976d7b3538fd49a36c6e3e79e6fc56e8 (patch) | |
| tree | 1f6577ec5d2fc932fb6164ad7a3adbb059b9a689 /Gemfile.lock | |
| parent | c0aff43cbd6f4b5c4d131e577b3ad91679883d63 (diff) | |
| download | chouette-core-7ed3bded976d7b3538fd49a36c6e3e79e6fc56e8.tar.bz2 | |
Import#notify_parent: Update :notified_parent_at
The `#notify_parent` method should update the `notified_parent_at` field
on the child import so we know not to query it in subsequent batches of
parent import notifications.
Add the Timecop gem in order to be able to safely test the DateTime
update.
Refs #3511
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2239cf853..d03a26d18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -525,6 +525,7 @@ GEM thread (0.2.2) thread_safe (0.3.6) tilt (1.4.1) + timecop (0.9.1) transpec (3.3.0) activesupport (>= 3.0, < 6.0) astrolabe (~> 1.2) @@ -669,6 +670,7 @@ DEPENDENCIES squeel! teaspoon-jasmine therubyracer (~> 0.12) + timecop transpec uglifier (~> 2.7.2) webmock |
