Skip to content

Commit 8a6a9f6

Browse files
committed
Install activerecord-import
for metric migration from time to ips
1 parent 03355a6 commit 8a6a9f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gem 'jbuilder'
2222
gem 'msgpack'
2323
gem 'octokit'
2424
gem 'bootstrap_sb_admin_base_v2'
25+
gem 'activerecord-import'
2526

2627
group :development do
2728
gem 'spring'

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ GEM
3333
activemodel (= 5.0.7)
3434
activesupport (= 5.0.7)
3535
arel (~> 7.0)
36+
activerecord-import (0.25.0)
37+
activerecord (>= 3.2)
3638
activesupport (5.0.7)
3739
concurrent-ruby (~> 1.0, >= 1.0.2)
3840
i18n (>= 0.7, < 2)
@@ -334,6 +336,7 @@ PLATFORMS
334336
ruby
335337

336338
DEPENDENCIES
339+
activerecord-import
337340
better_errors
338341
binding_of_caller
339342
bootstrap-sass
@@ -385,4 +388,4 @@ DEPENDENCIES
385388
webmock (~> 3.0)
386389

387390
BUNDLED WITH
388-
1.16.1
391+
1.16.2

0 commit comments

Comments
 (0)